Edit model card

deberta-large-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-large-chinese-erlangshen-upos.

How to Use

from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/deberta-large-chinese-erlangshen-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("我把这本书看完了"))
Downloads last month
27
Inference Examples
Inference API (serverless) is not available, repository is disabled.

Model tree for KoichiYasuoka/deberta-large-chinese-erlangshen-ud-goeswith

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