Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

henriqueft04
/
bert-conll2003-ner

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

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

  • Libraries
  • Transformers

    How to use henriqueft04/bert-conll2003-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="henriqueft04/bert-conll2003-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("henriqueft04/bert-conll2003-ner")
    model = AutoModelForTokenClassification.from_pretrained("henriqueft04/bert-conll2003-ner")
  • Notebooks
  • Google Colab
  • Kaggle
bert-conll2003-ner
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
henriqueft04's picture
henriqueft04
Upload tokenizer
5c385b2 verified 21 days ago
  • .gitattributes
    1.52 kB
    initial commit 21 days ago
  • README.md
    5.17 kB
    Upload BertForTokenClassification 21 days ago
  • config.json
    1.11 kB
    Upload BertForTokenClassification 21 days ago
  • model.safetensors
    431 MB
    xet
    Upload BertForTokenClassification 21 days ago
  • tokenizer.json
    669 kB
    Upload tokenizer 21 days ago
  • tokenizer_config.json
    351 Bytes
    Upload tokenizer 21 days ago