CoolFace
Datasetpublic

OpenSakura/OpenSakura-DS-260220-LN-ja-zh-ALIGNED-Eve

OpenSakura Eve LN Aligned Dataset OpenSakura-DS-260220-LN-ja-zh-ALIGNED-Eve is a Japanese-to-Chinese light-novel translation dataset in OpenSakura ALIGNED format. Stats below are computed from the actual generated parquet files. Dataset Summary Metric Value Dataset ID OpenSakura/OpenSakura-DS-260220-LN-ja-zh-ALIGNED-Eve Total rows 631,009 Total parquet files 213 (train: 148, validation: 22, test: 21) Total size 7,531,530,066 bytes (~7.53 GB, ~7.01… See the full description on the dataset page: https://huggingface.co/datasets/OpenSakura/OpenSakura-DS-260220-LN-ja-zh-ALIGNED-Eve.

sourceHugging Faceotherupdated 7mo agoView on Hugging Face
2likes200downloads
Dataset Card

OpenSakura Eve LN Aligned Dataset

OpenSakura-DS-260220-LN-ja-zh-ALIGNED-Eve is a Japanese-to-Chinese light-novel translation dataset in OpenSakura ALIGNED format. Stats below are computed from the actual generated parquet files.

Dataset Summary

MetricValue
Dataset IDOpenSakura/OpenSakura-DS-260220-LN-ja-zh-ALIGNED-Eve
Total rows631,009
Total parquet files213 (train: 148, validation: 22, test: 21)
Total size7,531,530,066 bytes (~7.53 GB, ~7.01 GiB)
Source languageja
Target languagezh*
DomainLight Novel (LN)
Training typeALIGNED

Split Information

SplitRowsShare
train441,53769.97%
arena31,6295.01%
reserve31,8065.04%
validation63,14110.01%
test62,8969.97%

Public Schema

Each row contains:

  • —uuid (string)
  • —source_text (string)
  • —target_text (string)
  • —source_lang (string)
  • —target_lang (string)
  • —glossary_uuid (string | null)
  • —glossary (list[struct{term, translation, comment}])
  • —gen_model, gen_frequency_penalty, gen_max_tokens, gen_temperature, gen_top_p
  • —input_tokens_count (int64), output_tokens_count (int64)

Tokenization and Generation Metadata

The following fields are included to make downstream filtering/debugging easier:

  • —Token counts are computed with tokenizer model zai-org/GLM-4.7.
  • —Generation metadata for this release:
  • —gen_model: GLM-4.7
  • —gen_max_tokens: 10240
  • —gen_temperature: 0.6
  • —gen_top_p: 0.95
  • —gen_frequency_penalty: 0.0

Usage

python
from datasets import load_dataset

dataset = load_dataset("OpenSakura/OpenSakura-DS-260220-LN-ja-zh-ALIGNED-Eve")
train = load_dataset("OpenSakura/OpenSakura-DS-260220-LN-ja-zh-ALIGNED-Eve", split="train")

Acknowledgments

This dataset would not exist without the generous support and contributions of the following individuals:

  • —@ixgbe -- Professional guidance and hands-on help with Kubernetes infrastructure that powers the OpenSakura pipeline.
  • —An anonymous group member -- Generous sponsorship of H200 compute nodes. Without their support, OpenSakura could not have been founded and this dataset could not have been produced.
  • —@Josepha -- Invaluable contributions to dataset cleaning and processing techniques that shaped the quality of this release.
  • —@lildub -- LLM API sponsorship during the early experimental stage of the project, enabling the initial research and prototyping.
  • —[@neavo](https://github.com/neavo) -- Inspiration and solid implementation of the LinguaGacha open-source project, which informed the design of the translation API used in this project.

Limitations and Intended Use

  • —Machine-generated translations may contain errors, inconsistencies, or noise.
  • —Target Chinese may contain mixed script variants depending on upstream language tags.
  • —Light-novel content may include mature/sensitive text (violence/sexual content/profanity).
  • —Intended for research/model development; evaluate upstream rights and redistribution constraints before commercial use.