Edit model card

deberta-small-occitan

Model Description

This is a DeBERTa(V2) model pre-trained on Occitan Wikipedia texts. You can fine-tune deberta-small-occitan for downstream tasks, such as POS-tagging, dependency-parsing, and so on.

How to Use

from transformers import AutoTokenizer,AutoModelForMaskedLM
tokenizer=AutoTokenizer.from_pretrained("KoichiYasuoka/deberta-small-occitan")
model=AutoModelForMaskedLM.from_pretrained("KoichiYasuoka/deberta-small-occitan")
Downloads last month
10
Inference API
Unable to determine this model's library. Check the docs .

Model tree for KoichiYasuoka/deberta-small-occitan

Finetunes
1 model

Dataset used to train KoichiYasuoka/deberta-small-occitan