KoichiYasuoka/karasu-1.1B-upos

Model Description

This is a LLaMA model for POS-tagging, derived from karasu-1.1B. 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/karasu-1.1B-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/karasu-1.1B-upos

Finetuned
(3)
this model
Finetunes
1 model

Dataset used to train KoichiYasuoka/karasu-1.1B-upos