Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use thientran/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thientran/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="thientran/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("thientran/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("thientran/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2fdad99 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f970a79b7072022e2bcbd833ca1eb433b0c1a2a1185a7d65a80c82385c194dcf
size 3311
|