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