KoichiYasuoka/roberta-large-korean-ud-goeswith · Hugging Face (original) (raw)
roberta-large-korean-ud-goeswith
Model Description
This is a RoBERTa model pre-trained on Korean texts for POS-tagging and dependency-parsing (using goeswith for subwords), derived from roberta-large-korean-hanja.
How to Use
from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/roberta-large-korean-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("홍시 맛이 나서 홍시라 생각한다."))
Model tree for KoichiYasuoka/roberta-large-korean-ud-goeswith
Dataset used to train KoichiYasuoka/roberta-large-korean-ud-goeswith
universal-dependencies/universal_dependencies Updated Jan 18, 2024 • 7.78k • 36