Instructions to use Hatman/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hatman/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Hatman/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Hatman/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("Hatman/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0a44d34 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:98279238c3c29582287c1792f8f9c9cf74cae4d9e1f1a8dc2dda019fef7e6115
size 3515
|