Instructions to use KoichiYasuoka/roberta-small-coptic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KoichiYasuoka/roberta-small-coptic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="KoichiYasuoka/roberta-small-coptic")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("KoichiYasuoka/roberta-small-coptic") model = AutoModelForMaskedLM.from_pretrained("KoichiYasuoka/roberta-small-coptic") - Notebooks
- Google Colab
- Kaggle
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
- 6