AI SeedbankHelp preserve open and free AI for humanity's future

← All models

ku-nlp_deberta-v2-large-japanese-char-wwm

ku-nlp · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


language: ja license: cc-by-sa-4.0 library_name: transformers tags:

  • deberta
  • deberta-v2
  • fill-mask
  • character
  • wwm datasets:
  • wikipedia
  • cc100
  • oscar metrics:
  • accuracy mask_token: "[MASK]" widget:
    • text: "京都大学で自然言語処理を[MASK][MASK]する。"

Model Card for Japanese character-level DeBERTa V2 large

Model description

This is a Japanese DeBERTa V2 large model pre-trained on Japanese Wikipedia, the Japanese portion of CC-100, and the Japanese portion of OSCAR. This model is trained with character-level tokenization and whole word masking.

How to use

You can use this model for masked language modeling as follows:

from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained('ku-nlp/deberta-v2-large-japanese-char-wwm')
model = AutoModelForMaskedLM.from_pretrained('ku-nlp/deberta-v2-large-japanese-char-wwm')

sentence = '京都大学で自然言語処理を[MASK][MASK]する。'
encoding = tokenizer(sentence, return_tensors='pt')
...

You can also fine-tune this model on downstream tasks.

Tokenization

There is no need to tokenize texts in advance, and you can give raw texts to the tokenizer. The texts are tokenized into character-level tokens by sentencepiece.

Training data

We used the following corpora for pre-training:

  • Japanese Wikipedia (as of 20221020, 3.2GB, 27M sentences, 1.3M documents)
  • Japanese portion of CC-100 (85GB, 619M sentences, 66M documents)
  • Japanese portion of OSCAR (54GB, 326M sentences, 25M documents)

Note that we filtered out documents annotated with "header", "footer", or "noisy" tags in OSCAR. Also note that Japanese Wikipedia was duplicated 10 times to make the total size of the corpus comparable to that of CC-100 and OSCAR. As a result, the total size of the training data is 171GB.

Training procedure

We first segmented texts in the corpora into words using Juman++ 2.0.0-rc3 for whole word masking. Then, we built a sentencepiece model with 22,012 tokens including all characters that appear in the training corpus.

We tokenized raw corpora into character-level subwords using the sentencepiece model and trained the Japanese DeBERTa model using transformers library. The training took 26 days using 16 NVIDIA A100-SXM4-40GB GPUs.

The following hyperparameters were used during pre-training:

  • learning_rate: 1e-4
  • per_device_train_batch_size: 26
  • distributed_type: multi-GPU
  • num_devices: 16
  • gradient_accumulation_steps: 8
  • total_train_batch_size: 3,328
  • max_seq_length: 512
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-06
  • lr_scheduler_type: linear schedule with warmup (lr = 0 at 300k steps)
  • training_steps: 260,000
  • warmup_steps: 10,000

The accuracy of the trained model on the masked language modeling task was 0.795. The evaluation set consists of 5,000 randomly sampled documents from each of the training corpora.

Acknowledgments

This work was supported by Joint Usage/Research Center for Interdisciplinary Large-scale Information Infrastructures (JHPCN) through General Collaboration Project no. jh221004, "Developing a Platform for Constructing and Sharing of Large-Scale Japanese Language Models". For training models, we used the mdx: a platform for the data-driven future.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:24c36f788e17827776b2ddf3c71f4fdbde3da675&dn=ku-nlp_deberta-v2-large-japanese-char-wwm

Open magnet in torrent client · infohash 24c36f788e17827776b2ddf3c71f4fdbde3da675

Files & hashes

PathSizesha1sha256
README.md3.4 KB (3,471 B)b7317110ce981c229ebd7b3b975545de5f35fa30ab350f06dbfad95b4991a26f9c2f5097369578b4ebac67f819f426cc88e28492
config.json895 B (895 B)9fb6b0ac2ec49b6556e58b5ed9492eb33166714d8f387ab4c6b36e47c7071327c7a42099002781279b00a7e6a7fe88f3da237a3f
model.safetensors1.23 GB (1,318,453,704 B)883080d1667ed26f40181906def7d068e1e2101e2630f547d018524a7b03506a42c700cbac49e29bdc441845b0615bfb3b5d74d2
pytorch_model.bin1.23 GB (1,318,456,639 B)f0c0daf671dc47d4a2039fc9369f81eae3ba93e3bf0dab8ad87bd7c22e85ec71e04f2240804fda6d33196157d6b5923af6ea1201
special_tokens_map.json125 B (125 B)a8b3208c2884c4efb86e49300fdd3dc877220cdfb6d346be366a7d1d48332dbc9fdf3bf8960b5d879522b7799ddba59e76237ee3
tokenizer_config.json520 B (520 B)8ab2175580e45760875557201e5543019ca3039b1cc5203f09ecac12bb7a98a05cb9c2e39a9e37a113a7d85d12542ef29190583b
vocab.txt86.1 KB (88,151 B)4e0fdefcccde8187db648276f62a3e79bb3350de902cbd7e218aaf23a72955533293ceac12fcc4e010ad98c0c14757b94ce7abb6

Cite this release

Canonical URL
https://aiseedbank.org/models/ku-nlp_deberta-v2-large-japanese-char-wwm/
Slug
ku-nlp_deberta-v2-large-japanese-char-wwm
Infohash
24c36f788e17827776b2ddf3c71f4fdbde3da675
License
cc-by-sa-4.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: ku-nlp_deberta-v2-large-japanese-char-wwm.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryku-nlp/deberta-v2-large-japanese-char-wwm
Revision (pinned)547b0e8b044fba3f9b84d0ab9f990440bd130c8b
Fetched at2026-09-04T01:15:03Z
License at fetchcc-by-sa-4.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T01:15:33Z

cc-by-sa-4.02.46 GB (2,637,003,505 bytes)transformerspytorchsafetensorsdeberta-v2fill-maskdebertacharacterwwmendpoints_compatible1 language (ja)