Edit model card

roberta-classical-chinese-large-ud-goeswith

Model Description

This is a RoBERTa model pre-trained on Classical Chinese texts for POS-tagging and dependency-parsing (using goeswith for subwords), derived from roberta-classical-chinese-large-char and UD_Classical_Chinese-Kyoto.

How to Use

from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/roberta-classical-chinese-large-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("孟子見梁惠王"))
Downloads last month
46
Inference Examples
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-classical-chinese-large-ud-goeswith

Dataset used to train KoichiYasuoka/roberta-classical-chinese-large-ud-goeswith