--- configs: - config_name: default data_files: - split: train path: "data/*.jsonl" - config_name: Chapter 1 data_files: - split: train_deltarune_chapter_1 path: "data/chap1_dataset.jsonl" - config_name: Chapter 2 data_files: - split: train_deltarune_chapter_2 path: "data/chap2_dataset.jsonl" - config_name: Chapter 3 data_files: - split: train_deltarune_chapter_3 path: "data/chap3_dataset.jsonl" - config_name: Chapter 4 data_files: - split: train_deltarune_chapter_4 path: "data/chap4_dataset.jsonl" dataset_info: features: - name: context dtype: string - name: speaker dtype: string - name: text dtype: string task_categories: - text-generation language: - en tags: - deltarune - deltarune-chapter-1 - deltarune-chapter-2 - deltarune-chapter-3 - deltarune-chapter-4 - game-script - dialogue - toby-fox - rpg - undertale size_categories: - 10K