KoichiYasuoka's picture
initial release
adc743e
metadata
language:
  - ja
tags:
  - japanese
  - pos
  - dependency-parsing
base_model: sbintuitions/sarashina2.2-0.5b
datasets:
  - universal_dependencies
license: mit
pipeline_tag: token-classification
widget:
  - text: 全学年にわたって小学校の国語の教科書に挿し絵が用いられている

sarashina2.2-0.5b-ud-embeds

Model Description

This is a LLaMA model pretrained for POS-tagging and dependency-parsing, derived from sarashina2.2-0.5b refined for UD_Japanese-GSDLUW.

How to Use

from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/sarashina2.2-0.5b-ud-embeds",trust_remote_code=True)
print(nlp("全学年にわたって小学校の国語の教科書に挿し絵が用いられている"))