Edit model card

deberta-small-occitan-upos

Model Description

This is a DeBERTa(V2) model pre-trained with Tolosa Treebank for POS-tagging and dependency-parsing, derived from deberta-small-occitan. Every word is tagged by UPOS (Universal Part-Of-Speech).

How to Use

from transformers import AutoTokenizer,AutoModelForTokenClassification
tokenizer=AutoTokenizer.from_pretrained("KoichiYasuoka/deberta-small-occitan-upos")
model=AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/deberta-small-occitan-upos")

or

import esupar
nlp=esupar.load("KoichiYasuoka/deberta-small-occitan-upos")

See Also

esupar: Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa/DeBERTa models

Downloads last month
26
Inference Examples
Unable to determine this model's library. Check the docs .

Model tree for KoichiYasuoka/deberta-small-occitan-upos

Finetuned
(1)
this model