KoichiYasuoka's picture
initial release
1dcc374
|
raw
history blame
885 Bytes
metadata
language:
  - lzh
tags:
  - classical chinese
  - literary chinese
  - ancient chinese
  - token-classification
  - pos
  - dependency-parsing
base_model: Jihuai/bert-ancient-chinese
datasets:
  - universal_dependencies
license: apache-2.0
pipeline_tag: token-classification
widget:
  - text: 孟子見梁惠王

bert-ancient-chinese-base-ud-embeds

Model Description

This is a BERT model pre-trained on Classical Chinese texts for POS-tagging and dependency-parsing, derived from bert-ancient-chinese and UD_Classical_Chinese-Kyoto.

How to Use

from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/bert-ancient-chinese-base-ud-embeds",trust_remote_code=True)
print(nlp("孟子見梁惠王"))