--- language: - "ja" tags: - "japanese" - "pos" - "dependency-parsing" - "modernbert" base_model: makiart/jp-ModernBERT-large-preview datasets: - "universal_dependencies" license: "mit" pipeline_tag: "token-classification" widget: - text: "全学年にわたって小学校の国語の教科書に挿し絵が用いられている" --- # modernbert-large-japanese-unidic-ud-embeds ## Model Description This is a ModernBERT model pretrained for POS-tagging and dependency-parsing, derived from [jp-ModernBERT-large-preview](https://huggingface.co/makiart/jp-ModernBERT-large-preview) and [UD_Japanese-GSDLUW](https://github.com/UniversalDependencies/UD_Japanese-GSDLUW). ## How to Use ```py from transformers import pipeline nlp=pipeline("universal-dependencies","KoichiYasuoka/modernbert-large-japanese-unidic-ud-embeds",trust_remote_code=True) print(nlp("全学年にわたって小学校の国語の教科書に挿し絵が用いられている")) ``` [fugashi](https://pypi.org/project/fugashi) and [unidic-lite](https://pypi.org/project/unidic-lite) are required.