Edit model card

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
9
Inference Examples
Inference API (serverless) is not available, repository is disabled.

Model tree for KoichiYasuoka/llm-jp-1.3b-upos

Finetuned
this model
Finetunes
1 model

Dataset used to train KoichiYasuoka/llm-jp-1.3b-upos