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