roberta-base-serbian-upos
Model Description
This is a RoBERTa model in Serbian (Cyrillic and Latin) for POS-tagging and dependency-parsing, derived from roberta-base-serbian. Every word is tagged by UPOS (Universal Part-Of-Speech) and FEATS.
How to Use
from transformers import AutoTokenizer,AutoModelForTokenClassification
tokenizer=AutoTokenizer.from_pretrained("KoichiYasuoka/roberta-base-serbian-upos")
model=AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/roberta-base-serbian-upos")
or
import esupar
nlp=esupar.load("KoichiYasuoka/roberta-base-serbian-upos")
See Also
esupar: Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa/DeBERTa models
- Downloads last month
- 119
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.
Model tree for KoichiYasuoka/roberta-base-serbian-upos
Base model
KoichiYasuoka/roberta-base-serbian