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

  • Log In
  • Sign Up

Vasanth
/
bert-ner-custom

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

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

  • Libraries
  • Transformers

    How to use Vasanth/bert-ner-custom with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Vasanth/bert-ner-custom")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Vasanth/bert-ner-custom")
    model = AutoModelForTokenClassification.from_pretrained("Vasanth/bert-ner-custom")
  • Notebooks
  • Google Colab
  • Kaggle
bert-ner-custom / runs
17.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Vasanth's picture
Vasanth
Training in progress, epoch 3
33c7dc9 almost 3 years ago
  • Aug01_11-46-27_8993e2eed947
    Training in progress, epoch 3 almost 3 years ago
  • Jul05_11-42-13_2c4819fd9b80
    Training in progress, epoch 3 almost 3 years ago