AkabekoLabs/nihongo-dojo-small
nihongo-dojo-small このデータセットは、Nihongo DoJoフレームワークを使用して生成された日本語学習用データセットです。 データセット統計 train: 7,600 サンプル validation: 950 サンプル test: 950 サンプル 総サンプル数: 9,500 ソース 生成元: ./datasets/nihongo-dojo-small/ サンプルデータ { "instruction": "次のひらがなを漢字で書いてください。", "input": "「みず」を漢字で書くと?", "output": "<think>\n「みず」は「水」と書きます。意味: water\n</think>\n<answer>水</answer>", "group_id": 0, "task_idx": 0, "task_type": "kanji_writing", "difficulty":… See the full description on the dataset page: https://huggingface.co/datasets/AkabekoLabs/nihongo-dojo-small.
021
nihongo-dojo-small
このデータセットは、Nihongo DoJoフレームワークを使用して生成された日本語学習用データセットです。
データセット統計
- train: 7,600 サンプル
- validation: 950 サンプル
- test: 950 サンプル
- 総サンプル数: 9,500
ソース
生成元: ./datasets/nihongo-dojo-small/
サンプルデータ
{
"instruction": "次のひらがなを漢字で書いてください。",
"input": "「みず」を漢字で書くと?",
"output": "<think>\n「みず」は「水」と書きます。意味: water\n</think>\n<answer>水</answer>",
"group_id": 0,
"task_idx": 0,
"task_type": "kanji_writing",
"difficulty": "beginner",
"metadata": "{\"question\": \"「みず」を漢字で書くと?\", \"answer\": \"水\", \"reasoning\": \"「みず」は「水」と書きます。意味: water\", \"created_at\": \"2025-07-09T14:02:23.233676\"}"
}...使用方法
from datasets import load_dataset
dataset = load_dataset("nihongo-dojo-small")
print(dataset['train'][0])ライセンス
MIT License
