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