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