Instructions to use daethyra/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use daethyra/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="daethyra/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("daethyra/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("daethyra/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress epoch 2 688c205
Daemon commited on
Training in progress epoch 1 7d8d18a
Daemon commited on
Training in progress epoch 0 bd78f8e
Daemon commited on
Training complete be50eda
Training in progress, epoch 3 c356c5d
Training in progress, epoch 2 477bb37
Training in progress, epoch 1 582e514
initial commit ebc080f
Daemon commited on