Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

tner
/
roberta-large-conll2003

Token Classification
Transformers
PyTorch
roberta
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use tner/roberta-large-conll2003 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="tner/roberta-large-conll2003")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tner/roberta-large-conll2003")
    model = AutoModelForTokenClassification.from_pretrained("tner/roberta-large-conll2003")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-conll2003 / eval
1.74 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
asahi417's picture
asahi417
model update
4d48d08 over 3 years ago
  • metric.json
    1.3 kB
    model update over 3 years ago
  • metric_span.json
    440 Bytes
    model update over 3 years ago