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

  • Log In
  • Sign Up

Kriyans
/
Bert-NER

Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
28

Instructions to use Kriyans/Bert-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Kriyans/Bert-NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Kriyans/Bert-NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Kriyans/Bert-NER")
    model = AutoModelForTokenClassification.from_pretrained("Kriyans/Bert-NER")
  • Notebooks
  • Google Colab
  • Kaggle
Bert-NER / runs
37.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Kriyans's picture
Kriyans
Training in progress, epoch 5
fd559ca verified almost 2 years ago
  • Jul01_12-20-33_b6b8e1e5359c
    Training in progress, epoch 3 almost 2 years ago
  • Jul01_13-10-19_b6b8e1e5359c
    Training in progress, epoch 3 almost 2 years ago
  • Jul02_07-19-24_f33f45e153e5
    Training in progress, epoch 1 almost 2 years ago
  • Jul02_07-19-32_f33f45e153e5
    Training in progress, epoch 5 almost 2 years ago
  • Jun28_07-54-27_e6241652b259
    Training in progress, epoch 5 almost 2 years ago