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-conll2003

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="tner/xlm-roberta-base-conll2003")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tner/xlm-roberta-base-conll2003")
    model = AutoModelForTokenClassification.from_pretrained("tner/xlm-roberta-base-conll2003")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-base-conll2003
1.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
asahi417's picture
asahi417
Create README.md
51b2325 over 5 years ago
  • .gitattributes
    690 Bytes
    initial commit over 5 years ago
  • README.md
    414 Bytes
    Create README.md over 5 years ago
  • config.json
    1.01 kB
    init over 5 years ago
  • parameter.json
    265 Bytes
    init over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    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_span.json
    139 Bytes
    init over 5 years ago
  • test_bionlp2004_span.json
    70 Bytes
    init over 5 years ago
  • test_conll2003.json
    1.11 kB
    init over 5 years ago
  • test_conll2003_span.json
    779 Bytes
    init over 5 years ago
  • test_fin_span.json
    392 Bytes
    init over 5 years ago
  • test_ontonotes5_span.json
    781 Bytes
    init over 5 years ago
  • test_panx_dataset-en_span.json
    784 Bytes
    init over 5 years ago
  • test_wnut2017_span.json
    780 Bytes
    init over 5 years ago
  • tokenizer_config.json
    211 Bytes
    init over 5 years ago