Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use johnyyhk/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use johnyyhk/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="johnyyhk/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("johnyyhk/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("johnyyhk/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md d3c9b49
smith commited on
Training complete 7806338
smith commited on
Training in progress, epoch 1 931a91b
smith commited on
update model card README.md 10b1427
smith commited on
Training complete aa002f0
smith commited on
Training in progress, epoch 1 b341b8b
smith commited on
update model card README.md e801735
smith commited on
Training complete 14f404d
smith commited on
Training in progress, epoch 3 9ce80f7
smith commited on
Training in progress, epoch 2 6b6f169
smith commited on
Training in progress, epoch 1 2d830e5
smith commited on
initial commit 551cabc
smith commited on