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

jamie613
/
custom_BERT_NER

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

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

  • Libraries
  • Transformers

    How to use jamie613/custom_BERT_NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="jamie613/custom_BERT_NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jamie613/custom_BERT_NER")
    model = AutoModelForTokenClassification.from_pretrained("jamie613/custom_BERT_NER")
  • Notebooks
  • Google Colab
  • Kaggle
custom_BERT_NER / runs
120 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
jamie613's picture
jamie613
dataset=155, epochs=50, batch_size=1, early_stopping=eval_f1
17476f2 verified about 2 years ago
  • Apr29_02-28-17_a88bf9f1af5f
    Training in progress, epoch 1 about 2 years ago
  • Apr29_02-38-49_a88bf9f1af5f
    Training in progress, epoch 1 about 2 years ago
  • Apr29_02-51-00_a88bf9f1af5f
    Training in progress, epoch 1 about 2 years ago
  • Apr29_03-02-32_a88bf9f1af5f
    Training in progress, epoch 1 about 2 years ago
  • Apr29_03-15-19_a88bf9f1af5f
    dataset=155, epochs=50, batch_size=1, early_stopping=eval_loss about 2 years ago
  • Apr29_03-50-00_37f7b55454b5
    Training in progress, epoch 1 about 2 years ago
  • Apr29_04-06-03_37f7b55454b5
    Training in progress, epoch 13 about 2 years ago
  • Apr29_04-25-02_37f7b55454b5
    dataset=155, epochs=50, batch_size=1, early_stopping=eval_f1 about 2 years ago