Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use Binaryy/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Binaryy/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Binaryy/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Binaryy/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("Binaryy/bert-finetuned-ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6125da01d76375262977b0b825a0ea5e015063afc6804400d6ad8ad21cb49298
- Size of remote file:
- 3.58 kB
- SHA256:
- 0267f9d75cee365b08fb561be1ec3646525865ba9b6d8e685608462721cedbaa
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.