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
- Xet hash:
- a661181bd00b647549214b84ac9028dedec814568575ed867707714f9997c7e9
- Size of remote file:
- 3.31 kB
- SHA256:
- f970a79b7072022e2bcbd833ca1eb433b0c1a2a1185a7d65a80c82385c194dcf
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.