Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

gbpatentdata
/
patent_titles_ner

Token Classification
Transformers
Safetensors
English
xlm-roberta
Model card Files Files and versions
xet
Community

Instructions to use gbpatentdata/patent_titles_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gbpatentdata/patent_titles_ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="gbpatentdata/patent_titles_ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gbpatentdata/patent_titles_ner")
    model = AutoModelForTokenClassification.from_pretrained("gbpatentdata/patent_titles_ner")
  • Notebooks
  • Google Colab
  • Kaggle
patent_titles_ner
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
gbpatentdata's picture
gbpatentdata
Update README.md
b503f9a verified over 1 year ago
  • .gitattributes
    1.57 kB
    Upload tokenizer over 1 year ago
  • README.md
    5.62 kB
    Update README.md over 1 year ago
  • classification_report_lr_6.0000000000e-05_test.csv
    181 Bytes
    data and evals over 1 year ago
  • classification_report_lr_6.0000000000e-05_val.csv
    181 Bytes
    data and evals over 1 year ago
  • config.json
    862 Bytes
    Upload XLMRobertaForTokenClassification over 1 year ago
  • data_title.conll
    2.41 MB
    data and evals over 1 year ago
  • model.safetensors
    2.24 GB
    xet
    Upload XLMRobertaForTokenClassification over 1 year ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload tokenizer over 1 year ago
  • special_tokens_map.json
    280 Bytes
    Upload tokenizer over 1 year ago
  • test_set_predictions_titles.json
    245 kB
    data and evals over 1 year ago
  • test_titles.csv
    279 kB
    data and evals over 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    1.15 kB
    Upload tokenizer over 1 year ago
  • train_titles.csv
    801 kB
    data and evals over 1 year ago
  • val_titles.csv
    258 kB
    data and evals over 1 year ago