Instructions to use KoichiYasuoka/roberta-base-coptic-ud-goeswith with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KoichiYasuoka/roberta-base-coptic-ud-goeswith with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="KoichiYasuoka/roberta-base-coptic-ud-goeswith")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("KoichiYasuoka/roberta-base-coptic-ud-goeswith") model = AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/roberta-base-coptic-ud-goeswith", device_map="auto") - Notebooks
- Google Colab
- Kaggle
roberta-base-coptic-ud-goeswith
Model Description
This is a RoBERTa model pre-trained on Coptic Scriptorium Corpora for POS-tagging and dependency-parsing (using goeswith for subwords), derived from roberta-base-coptic.
How to Use
from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/roberta-base-coptic-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("ⲧⲉⲛⲟⲩⲇⲉⲛ̄ⲟⲩⲟⲉⲓⲛϩ︤ⲙ︥ⲡϫⲟⲉⲓⲥ·"))
- Downloads last month
- 2
Model tree for KoichiYasuoka/roberta-base-coptic-ud-goeswith
Base model
KoichiYasuoka/roberta-base-coptic