universal-dependencies/universal_dependencies
Updated • 5.59k • 34
This is a LLaMA model pretrained for POS-tagging and dependency-parsing, derived from sarashina2.2-1b refined for UD_Japanese-GSDLUW.
from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/sarashina2.2-1b-ud-embeds",trust_remote_code=True)
print(nlp("全学年にわたって小学校の国語の教科書に挿し絵が用いられている"))
Base model
sbintuitions/sarashina2.2-1b