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

chasche
/
bert-finetuned-ner

Token Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use chasche/bert-finetuned-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="chasche/bert-finetuned-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("chasche/bert-finetuned-ner")
    model = AutoModelForTokenClassification.from_pretrained("chasche/bert-finetuned-ner")
  • Notebooks
  • Google Colab
  • Kaggle
bert-finetuned-ner / runs
37.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
chasche's picture
chasche
Training in progress, epoch 2
9a61995 verified about 2 years ago
  • May06_12-43-00_8ef86188aceb
    Training in progress, epoch 1 about 2 years ago
  • May06_16-34-38_754ce4614286
    Training in progress, epoch 3 about 2 years ago
  • May07_07-29-32_3fca8e8afa7c
    Training in progress, epoch 3 about 2 years ago
  • May14_12-21-15_7bce072d63c5
    Training in progress, epoch 1 about 2 years ago
  • May14_16-31-19_c36cd4cf20aa
    Training in progress, epoch 2 about 2 years ago