Edit model card

roberta-base-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-base-korean-hanja.

How to Use

from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/roberta-base-korean-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("홍시 맛이 나서 홍시라 생각한다."))
Downloads last month
39
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-base-korean-ud-goeswith

Base model

klue/roberta-base
Finetuned
(3)
this model

Dataset used to train KoichiYasuoka/roberta-base-korean-ud-goeswith