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

  • Log In
  • Sign Up

x4n4
/
bert_conll2003_ner

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

Instructions to use x4n4/bert_conll2003_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use x4n4/bert_conll2003_ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="x4n4/bert_conll2003_ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("x4n4/bert_conll2003_ner")
    model = AutoModelForTokenClassification.from_pretrained("x4n4/bert_conll2003_ner")
  • Notebooks
  • Google Colab
  • Kaggle
bert_conll2003_ner
432 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
x4n4's picture
x4n4
Update README.md
3689ed7 verified 12 days ago
  • .gitattributes
    1.52 kB
    initial commit 12 days ago
  • README.md
    1.07 kB
    Update README.md 12 days ago
  • config.json
    1.11 kB
    Upload BertForTokenClassification 12 days ago
  • model.safetensors
    431 MB
    xet
    Upload BertForTokenClassification 12 days ago
  • tokenizer.json
    669 kB
    Upload tokenizer 12 days ago
  • tokenizer_config.json
    323 Bytes
    Upload tokenizer 12 days ago