roberta-base-latin-ud-goeswith
Model Description
This is a RoBERTa model pre-trained on CC-100 Latin texts for POS-tagging and dependency-parsing (using goeswith
for subwords), derived from roberta-base-latin-v2.
How to Use
from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/roberta-base-latin-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("deus videt te non sentientem"))
- Downloads last month
- 30
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.
Model tree for KoichiYasuoka/roberta-base-latin-ud-goeswith
Base model
ClassCat/roberta-base-latin-v2