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

  • Log In
  • Sign Up

Vasanth
/
bert-ner

Token Classification
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Vasanth/bert-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Vasanth/bert-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Vasanth/bert-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Vasanth/bert-ner")
    model = AutoModelForTokenClassification.from_pretrained("Vasanth/bert-ner")
  • Notebooks
  • Google Colab
  • Kaggle
bert-ner / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Vasanth's picture
Vasanth
Training in progress, epoch 3
b034293 almost 3 years ago
  • Jul04_09-04-34_56c8344dd92a
    Training in progress, epoch 3 almost 3 years ago