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