KoichiYasuoka's picture
initial release
f330993
metadata
language:
  - ja
tags:
  - japanese
  - pos
  - dependency-parsing
  - modernbert
base_model: KoichiYasuoka/modernbert-large-japanese-char-luw-upos
datasets:
  - universal_dependencies
license: apache-2.0
pipeline_tag: token-classification
widget:
  - text: 全学年にわたって小学校の国語の教科書に挿し絵が用いられている

modernbert-large-japanese-char-ud-embeds

Model Description

This is a ModernBERT model pretrained for POS-tagging and dependency-parsing, derived from modernbert-large-japanese-char-luw-upos and UD_Japanese-GSDLUW.

How to Use

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