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

AnnaCarson
/
roberta-base-ner-demo

Token Classification
Transformers
TensorBoard
Safetensors
Mongolian
roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use AnnaCarson/roberta-base-ner-demo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AnnaCarson/roberta-base-ner-demo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="AnnaCarson/roberta-base-ner-demo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AnnaCarson/roberta-base-ner-demo")
    model = AutoModelForTokenClassification.from_pretrained("AnnaCarson/roberta-base-ner-demo")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-ner-demo / runs
74.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
AnnaCarson's picture
AnnaCarson
End of training
6da3ca0 verified almost 2 years ago
  • Apr05_17-09-52_c592ba2815d7
    End of training about 2 years ago
  • Apr07_14-16-38_1d89083f599d
    End of training about 2 years ago
  • Apr12_22-44-46_f10928414b35
    End of training about 2 years ago
  • Apr12_22-47-56_f10928414b35
    End of training about 2 years ago
  • Apr12_23-15-19_f10928414b35
    End of training about 2 years ago
  • May02_15-24-27_cc9d4b6d7634
    End of training about 2 years ago
  • May07_05-40-50_51a00aa79c6f
    End of training about 2 years ago
  • May21_20-28-18_21ce28cda4b9
    End of training almost 2 years ago
  • May27_18-56-33_f9a4e6f0f5a5
    End of training almost 2 years ago