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

  • Log In
  • Sign Up

tner
/
roberta-large-ttc

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

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

  • Libraries
  • Transformers

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

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