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
3
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Model tree for KoichiYasuoka/deberta-small-occitan

Finetunes
1 model

Dataset used to train KoichiYasuoka/deberta-small-occitan