Instructions to use HooshvareLab/roberta-fa-zwnj-base-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HooshvareLab/roberta-fa-zwnj-base-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="HooshvareLab/roberta-fa-zwnj-base-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("HooshvareLab/roberta-fa-zwnj-base-ner") model = AutoModelForTokenClassification.from_pretrained("HooshvareLab/roberta-fa-zwnj-base-ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 20855eb4a15e2092f7751321ca1859375237406afe0a79a3d1c057fc7d9ec775
- Size of remote file:
- 471 MB
- SHA256:
- cf8e07f96ea99aae602b78b38fb46dbbdebfddfb754b1fa3d2c0ce91a8bdb514
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.