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
702 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 373 commits
Kriyans's picture
Kriyans
End of training
83c0dea verified almost 2 years ago
  • runs
    Training in progress, epoch 5 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 over 2 years ago
  • README.md
    2.37 kB
    End of training almost 2 years ago
  • added_tokens.json
    82 Bytes
    Training in progress, epoch 1 over 2 years ago
  • config.json
    921 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • model.safetensors
    436 MB
    xet
    End of training almost 2 years ago
  • pytorch_model.bin
    266 MB
    xet
    Training in progress, epoch 3 over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 2 years ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    1.19 kB
    Training in progress, epoch 1 almost 2 years ago
  • training_args.bin
    5.11 kB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 2 years ago