parsner icon indicating copy to clipboard operation
parsner copied to clipboard

Pre-Trained NER models for Persian 🦁

Results 6 parsner issues
Sort by recently updated
recently updated
newest added

how can i train the model you guys have with my custom data ?

I was wondering if there are ways to create annotation file and add that to this model and dataset to have extra key or entity extraction?

Hi, how can I use ner_results to save words and their labels? example = 'علی به مدرسه رفت.' ner_results = nlp(example) print(ner_results) it prints: [{'entity': 'B-PER', 'score': 0.9991002, 'index': 1,...

Hi I want to use Roberta Tokenizer. In the following, there is an example that shows how we can do this. `from transformers import AutoTokenizer` `model_name = "HooshvareLab/roberta-fa-zwnj-base"` `tokenizer =...

I is there is any code for training ?