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
4
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

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

Finetuned
(2)
this model
Finetunes
1 model

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