NER Persian Legal Model
This model is trained for Named Entity Recognition on Persian texts using the Flair framework.
Training Data
Describe your dataset here.
Evaluation
Provide evaluation metrics here.
Usage
from flair.data import Sentence
from flair.models import SequenceTagger
# Load the model
tagger = SequenceTagger.load("MohammadKhosravi/Flair-Persian-NER-Finetuned")
# Create a sentence
sentence = Sentence("Your sample sentence here.")
# Predict NER tags
tagger.predict(sentence)
# Print the sentence with entities
print(sentence)
- Downloads last month
- 3
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support