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

  • Log In
  • Sign Up

wizardofchance
/
conllpp_NER

Token Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use wizardofchance/conllpp_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use wizardofchance/conllpp_NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="wizardofchance/conllpp_NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("wizardofchance/conllpp_NER")
    model = AutoModelForTokenClassification.from_pretrained("wizardofchance/conllpp_NER")
  • Notebooks
  • Google Colab
  • Kaggle
conllpp_NER / runs
22.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
wizardofchance's picture
wizardofchance
End of training
0074aed verified 8 months ago
  • Sep07_05-09-31_b3d961b4c863
    Training in progress, epoch 1 8 months ago
  • Sep07_05-15-23_b3d961b4c863
    Training in progress, epoch 1 8 months ago
  • Sep07_05-57-23_b3d961b4c863
    Training in progress, epoch 1 8 months ago
  • Sep07_05-58-53_b3d961b4c863
    End of training 8 months ago