llm-jp-1.3b-upos
Model Description
This is a GPT-2 model for POS-tagging, derived from llm-jp-1.3b-v1.0. Every short-unit-word is tagged by UPOS (Universal Part-Of-Speech) and FEATS.
How to Use
from transformers import pipeline
nlp=pipeline("upos","KoichiYasuoka/llm-jp-1.3b-upos",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("国境の長いトンネルを抜けると雪国であった。"))
- Downloads last month
- 6