Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
Tags:
deltarune
deltarune-chapter-1
deltarune-chapter-2
deltarune-chapter-3
deltarune-chapter-4
game-script
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
|
|
|
|
|
|
| 4 |
- name: speaker
|
| 5 |
dtype: string
|
| 6 |
- name: text
|
| 7 |
dtype: string
|
| 8 |
-
- name: context
|
| 9 |
-
dtype: string
|
| 10 |
task_categories:
|
| 11 |
- text-generation
|
| 12 |
language:
|
|
@@ -46,6 +46,8 @@ As of early 2026, major LLMs (including models with training cutoffs past July 2
|
|
| 46 |
| `chap3_cleaned.txt` / `.jsonl` | Chapter 3 (full, includes Sword Route) | Stable |
|
| 47 |
| `chap4_cleaned.txt` / `.jsonl` | Chapter 4 (full, Normal Route) | Beta |
|
| 48 |
|
|
|
|
|
|
|
| 49 |
## Format (JSONL)
|
| 50 |
|
| 51 |
{"context": "Scene: Cyber World", "speaker": "Susie", "text": "Hell yeah!!!"}
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
+
- name: context
|
| 5 |
+
dtype: string
|
| 6 |
- name: speaker
|
| 7 |
dtype: string
|
| 8 |
- name: text
|
| 9 |
dtype: string
|
|
|
|
|
|
|
| 10 |
task_categories:
|
| 11 |
- text-generation
|
| 12 |
language:
|
|
|
|
| 46 |
| `chap3_cleaned.txt` / `.jsonl` | Chapter 3 (full, includes Sword Route) | Stable |
|
| 47 |
| `chap4_cleaned.txt` / `.jsonl` | Chapter 4 (full, Normal Route) | Beta |
|
| 48 |
|
| 49 |
+
Also, check out chatml/deltarune_story_chatml.jsonl
|
| 50 |
+
|
| 51 |
## Format (JSONL)
|
| 52 |
|
| 53 |
{"context": "Scene: Cyber World", "speaker": "Susie", "text": "Hell yeah!!!"}
|