universal-dependencies/universal_dependencies
Updated • 4.64k • 35
This is a LFM2 model pretrained for POS-tagging and dependency-parsing, derived from LFM2-700M and UD_Japanese-GSDLUW.
from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/lfm2-700m-japanese-ud-embeds",trust_remote_code=True)
print(nlp("全学年にわたって小学校の国語の教科書に挿し絵が用いられている"))
Base model
LiquidAI/LFM2-700M