Edit model card

deberta-xlarge-chinese-erlangshen-ud-goeswith

Model Description

This is a DeBERTa(V2) model pre-trained on Chinese texts (both simplified and traditional) for POS-tagging and dependency-parsing (using goeswith for subwords), derived from deberta-xlarge-chinese-erlangshen-upos.

How to Use

from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/deberta-xlarge-chinese-erlangshen-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("我把这本书看完了"))
Downloads last month
20
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/deberta-xlarge-chinese-erlangshen-ud-goeswith

Dataset used to train KoichiYasuoka/deberta-xlarge-chinese-erlangshen-ud-goeswith