roberta-small-coptic
Model Description
This is a RoBERTa model pre-trained on Coptic Scriptorium Corpora. You can fine-tune roberta-small-coptic
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/roberta-small-coptic")
model=AutoModelForMaskedLM.from_pretrained("KoichiYasuoka/roberta-small-coptic")
- Downloads last month
- 4
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.