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

  • Log In
  • Sign Up

harsh13333
/
ner_bert_model

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 harsh13333/ner_bert_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use harsh13333/ner_bert_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="harsh13333/ner_bert_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("harsh13333/ner_bert_model")
    model = AutoModelForTokenClassification.from_pretrained("harsh13333/ner_bert_model")
  • Notebooks
  • Google Colab
  • Kaggle
ner_bert_model / runs
103 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
harsh13333's picture
harsh13333
End of training
c9b064c verified about 2 years ago
  • Mar24_06-55-03_07557b03e0b1
    End of training about 2 years ago
  • Mar27_05-22-59_4912d2a8deb3
    End of training about 2 years ago
  • Mar27_05-55-57_4912d2a8deb3
    Training in progress, epoch 1 about 2 years ago
  • Mar27_05-56-37_4912d2a8deb3
    Training in progress, epoch 6 about 2 years ago
  • Mar27_06-22-01_4912d2a8deb3
    Training in progress, epoch 1 about 2 years ago
  • Mar27_06-22-38_4912d2a8deb3
    Training in progress, epoch 1 about 2 years ago
  • Mar27_06-23-29_4912d2a8deb3
    End of training about 2 years ago
  • Mar28_05-12-04_7cf60fa1c92f
    End of training about 2 years ago