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

  • Log In
  • Sign Up

Gayu
/
my_sequence_labelling_model

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

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

  • Libraries
  • Transformers

    How to use Gayu/my_sequence_labelling_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Gayu/my_sequence_labelling_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Gayu/my_sequence_labelling_model")
    model = AutoModelForTokenClassification.from_pretrained("Gayu/my_sequence_labelling_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_sequence_labelling_model / runs
5.83 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Gayu's picture
Gayu
End of training
9b5394e almost 3 years ago
  • Jun11_07-15-38_823a0ab5dd42
    End of training almost 3 years ago