deberta-base-belarusian-upos

Model Description

This is a DeBERTa(V2) model pre-trained with UD_Belarusian for POS-tagging and dependency-parsing, derived from deberta-base-belarusian. 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/deberta-base-belarusian-upos")
model=AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/deberta-base-belarusian-upos")

or

import esupar
nlp=esupar.load("KoichiYasuoka/deberta-base-belarusian-upos")

See Also

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

Downloads last month
22
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Model tree for KoichiYasuoka/deberta-base-belarusian-upos

Finetuned
(1)
this model
Finetunes
1 model

Dataset used to train KoichiYasuoka/deberta-base-belarusian-upos