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

  • Log In
  • Sign Up

shellypeng
/
bert-base-cased-finetuned-ner

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

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

  • Libraries
  • Transformers

    How to use shellypeng/bert-base-cased-finetuned-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="shellypeng/bert-base-cased-finetuned-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("shellypeng/bert-base-cased-finetuned-ner")
    model = AutoModelForTokenClassification.from_pretrained("shellypeng/bert-base-cased-finetuned-ner")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-cased-finetuned-ner
262 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 62 commits
shellypeng's picture
shellypeng
Training in progress, epoch 7
e3431b8 verified about 1 year ago
  • runs
    Training in progress, epoch 7 about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.24 kB
    Training complete about 1 year ago
  • config.json
    1.2 kB
    Training in progress, epoch 1 about 1 year ago
  • model.safetensors
    261 MB
    xet
    Training in progress, epoch 7 about 1 year ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 500 about 1 year ago
  • tokenizer.json
    669 kB
    Training in progress, epoch 1 about 1 year ago
  • tokenizer_config.json
    1.23 kB
    Training in progress, epoch 1 about 1 year ago
  • training_args.bin
    5.37 kB
    xet
    Training in progress, epoch 1 about 1 year ago
  • vocab.txt
    213 kB
    Training in progress, step 500 about 1 year ago