Edit model card

Xunzi-Qwen2-1.5B-upos

Model Description

This is a Qwen2 model pre-trained on Classical Chinese texts for POS-tagging, derived from Xunzi-Qwen2-1.5B. Every word is tagged by UPOS (Universal Part-Of-Speech) and FEATS.

How to Use

from transformers import pipeline
nlp=pipeline("upos","KoichiYasuoka/Xunzi-Qwen2-1.5B-upos",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("不入虎穴不得虎子"))
Downloads last month
9
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/Xunzi-Qwen2-1.5B-upos

Finetunes
1 model

Dataset used to train KoichiYasuoka/Xunzi-Qwen2-1.5B-upos