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

  • Log In
  • Sign Up

dany0407
/
token_classification_NER

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

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

  • Libraries
  • Transformers

    How to use dany0407/token_classification_NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="dany0407/token_classification_NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dany0407/token_classification_NER")
    model = AutoModelForTokenClassification.from_pretrained("dany0407/token_classification_NER")
  • Notebooks
  • Google Colab
  • Kaggle
token_classification_NER / runs
46.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
dany0407's picture
dany0407
Training in progress, epoch 5
21388eb verified 12 days ago
  • Apr23_12-51-21_318fc5507b05
    Training in progress, epoch 5 17 days ago
  • Apr28_04-15-33_7ada0a1f53bd
    Training in progress, epoch 5 12 days ago
  • Apr28_05-00-33_b027d5384a0f
    Training in progress, epoch 5 12 days ago
  • Jul26_12-09-57_fa1be2a8234d
    Training in progress, epoch 1 10 months ago
  • Jul26_12-10-06_fa1be2a8234d
    Training in progress, epoch 1 10 months ago
  • Jul26_12-22-12_fa1be2a8234d
    Training in progress, epoch 5 10 months ago