Xunzi-Qwen2-1.5B-ud-causal
Model Description
This is a LLaMA model pretrained on Classical Chinese texts for POS-tagging and dependency-parsing, derived from Xunzi-Qwen2-1.5B-upos and UD_Classical_Chinese-Kyoto.
How to Use
from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/Xunzi-Qwen2-1.5B-ud-causal",trust_remote_code=True)
print(nlp("不入虎穴不得虎子"))
- Downloads last month
- 9
Model tree for KoichiYasuoka/Xunzi-Qwen2-1.5B-ud-causal
Base model
KoichiYasuoka/Xunzi-Qwen2-1.5B-upos