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

Ciphur
/
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 Ciphur/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Ciphur/bert-finetuned-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ciphur/bert-finetuned-ner")
    model = AutoModelForTokenClassification.from_pretrained("Ciphur/bert-finetuned-ner")
  • Notebooks
  • Google Colab
  • Kaggle
bert-finetuned-ner / runs
83.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
Ciphur's picture
Ciphur
Training complete
5c3741c verified over 1 year ago
  • Feb01_14-26-34_80641896fd61
    Training in progress, epoch 1 over 1 year ago
  • Feb01_14-28-21_80641896fd61
    Training in progress, epoch 1 over 1 year ago
  • Feb01_16-26-34_80641896fd61
    Training in progress, epoch 1 over 1 year ago
  • Feb01_19-13-51_25ea00f0b9de
    Training in progress, epoch 3 over 1 year ago
  • Feb02_15-33-16_8fefc6a9eeaa
    Training in progress, epoch 1 over 1 year ago
  • Feb02_15-35-34_8fefc6a9eeaa
    Training in progress, epoch 2 over 1 year ago
  • Feb04_09-46-39_0691805baa54
    Training in progress, epoch 1 over 1 year ago
  • Feb04_10-55-56_e3543ade3ff8
    Training complete over 1 year ago
  • Nov12_13-02-35_fc2a8db838cc
    Training complete over 1 year ago
  • Nov12_13-54-46_d951dcbed89e
    Training complete over 1 year ago
  • Nov12_17-46-40_be16118db82a
    Training complete over 1 year ago