Instructions to use Hatman/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hatman/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Hatman/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Hatman/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("Hatman/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 951ff67
update model card README.md 6ddd7cb
Christopher Galliart commited on
Training complete f982074
Christopher Galliart commited on
Training in progress, epoch 3 99457a0
Christopher Galliart commited on
Training in progress, epoch 2 ead321a
Christopher Galliart commited on
Training in progress, epoch 1 0a44d34
Christopher Galliart commited on
initial commit 692a982
Christopher Galliart commited on