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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

asahi417
/
tner-roberta-base-tweet-2020

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

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

  • Libraries
  • Transformers

    How to use asahi417/tner-roberta-base-tweet-2020 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="asahi417/tner-roberta-base-tweet-2020")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("asahi417/tner-roberta-base-tweet-2020")
    model = AutoModelForTokenClassification.from_pretrained("asahi417/tner-roberta-base-tweet-2020", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tner-roberta-base-tweet-2020 / eval
3.44 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
asahi417's picture
asahi417
model update
0b3173b about 4 years ago
  • metric.json
    5.39 kB
    model update about 4 years ago
  • prediction.2020.dev.json
    491 kB
    model update about 4 years ago
  • prediction.2020.test.json
    484 kB
    model update about 4 years ago
  • prediction.2021.test.json
    2.46 MB
    model update about 4 years ago