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

  • Log In
  • Sign Up

sunny199
/
ner-model

Token Classification
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use sunny199/ner-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="sunny199/ner-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sunny199/ner-model")
    model = AutoModelForTokenClassification.from_pretrained("sunny199/ner-model")
  • Notebooks
  • Google Colab
  • Kaggle
ner-model
436 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sunny199's picture
sunny199
Upload BertForTokenClassification
e88e13f verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload BertForTokenClassification about 1 year ago
  • config.json
    1.04 kB
    Upload BertForTokenClassification about 1 year ago
  • model.safetensors
    436 MB
    xet
    Upload BertForTokenClassification about 1 year ago