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

  • Log In
  • Sign Up

soh7
/
bert-finetuned-ner

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="soh7/bert-finetuned-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("soh7/bert-finetuned-ner")
    model = AutoModelForTokenClassification.from_pretrained("soh7/bert-finetuned-ner")
  • Notebooks
  • Google Colab
  • Kaggle
bert-finetuned-ner
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
soh7's picture
soh7
bert-finetuned-ner
a7c7b6b verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    1.82 kB
    bert-finetuned-ner 8 months ago
  • config.json
    971 Bytes
    bert-finetuned-ner 8 months ago
  • model.safetensors
    431 MB
    xet
    bert-finetuned-ner 8 months ago
  • special_tokens_map.json
    125 Bytes
    bert-finetuned-ner 8 months ago
  • tokenizer.json
    669 kB
    bert-finetuned-ner 8 months ago
  • tokenizer_config.json
    1.22 kB
    bert-finetuned-ner 8 months ago
  • training_args.bin
    5.71 kB
    xet
    bert-finetuned-ner 8 months ago
  • vocab.txt
    213 kB
    bert-finetuned-ner 8 months ago