Token Classification
Transformers
TensorBoard
Safetensors
Persian
canine
persian
farsi
diacritization
harakat
e'raab
text2text-generation
character-level
Eval Results (legacy)
Instructions to use PedramR/canine-fa-diacritizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PedramR/canine-fa-diacritizer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="PedramR/canine-fa-diacritizer")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("PedramR/canine-fa-diacritizer") model = AutoModelForTokenClassification.from_pretrained("PedramR/canine-fa-diacritizer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Repuest for access approval
#2
by filomelina - opened
Hello Mr.Rostami.
I saw your model and I wanted to use in on an offline project. I requested for access approval of your well done model, I'll be glad to use it as soon as you can accept my request. thank you