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

  • Log In
  • Sign Up

doomnova
/
distilbert_system_A

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

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

  • Libraries
  • Transformers

    How to use doomnova/distilbert_system_A with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="doomnova/distilbert_system_A")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("doomnova/distilbert_system_A")
    model = AutoModelForTokenClassification.from_pretrained("doomnova/distilbert_system_A")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert_system_A / runs
15.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
doomnova's picture
doomnova
End of training
ce70af4 over 2 years ago
  • Dec12_14-48-39_a84a099a6836
    End of training over 2 years ago