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

tner
/
xlm-roberta-base-bc5cdr

Token Classification
Transformers
PyTorch
xlm-roberta
Model card Files Files and versions
xet
Community
1

Instructions to use tner/xlm-roberta-base-bc5cdr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tner/xlm-roberta-base-bc5cdr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="tner/xlm-roberta-base-bc5cdr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tner/xlm-roberta-base-bc5cdr")
    model = AutoModelForTokenClassification.from_pretrained("tner/xlm-roberta-base-bc5cdr")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-base-bc5cdr
1.11 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
asahi417's picture
asahi417
Create README.md
6933d1e over 5 years ago
  • .gitattributes
    690 Bytes
    initial commit over 5 years ago
  • README.md
    408 Bytes
    Create README.md over 5 years ago
  • config.json
    835 Bytes
    init over 5 years ago
  • parameter.json
    262 Bytes
    init over 5 years ago
  • pytorch_model.bin
    1.11 GB
    xet
    init over 5 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    init over 5 years ago
  • special_tokens_map.json
    150 Bytes
    init over 5 years ago
  • test_bc5cdr.json
    890 Bytes
    init over 5 years ago
  • test_bc5cdr_span.json
    781 Bytes
    init over 5 years ago
  • test_bionlp2004_span.json
    70 Bytes
    init over 5 years ago
  • test_conll2003_span.json
    139 Bytes
    init over 5 years ago
  • test_fin_span.json
    70 Bytes
    init over 5 years ago
  • test_ontonotes5_span.json
    139 Bytes
    init over 5 years ago
  • test_panx_dataset-en_span.json
    139 Bytes
    init over 5 years ago
  • test_wnut2017_span.json
    139 Bytes
    init over 5 years ago
  • tokenizer_config.json
    211 Bytes
    init over 5 years ago