modernbert-base-japanese-char

Model Description

This is a ModernBERT model pre-trained on Japanese Wikipedia and 青空文庫 texts. NVIDIA A100-SXM4-40GB×8 took 66 hours 2 minutes for training. You can fine-tune modernbert-base-japanese-char for downstream tasks, such as POS-tagging, dependency-parsing, and so on.

How to Use

from transformers import AutoTokenizer,AutoModelForMaskedLM
tokenizer=AutoTokenizer.from_pretrained("KoichiYasuoka/modernbert-base-japanese-char")
model=AutoModelForMaskedLM.from_pretrained("KoichiYasuoka/modernbert-base-japanese-char",trust_remote_code=True)
Downloads last month
12
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Model tree for KoichiYasuoka/modernbert-base-japanese-char

Finetunes
2 models

Datasets used to train KoichiYasuoka/modernbert-base-japanese-char