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
|
@@ -20,4 +20,26 @@ tags:
|
|
| 20 |
- deltarune-chapter-3
|
| 21 |
size_categories:
|
| 22 |
- 1K<n<10K
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
- deltarune-chapter-3
|
| 21 |
size_categories:
|
| 22 |
- 1K<n<10K
|
| 23 |
+
pretty_name: Deltarune Chapters 2 & 3 (Unofficial Transcript)
|
| 24 |
+
size_categories:
|
| 25 |
+
- 1K<n<10K
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
# Deltarune Chapters 2 & 3 Dataset
|
| 29 |
+
|
| 30 |
+
This dataset contains cleaned and formatted transcripts from **Deltarune Chapter 2** and **Chapter 3 (English)**.
|
| 31 |
+
It is processed from video-to-text logs to provide high-quality dialogue and narrative text for NLP tasks.
|
| 32 |
+
|
| 33 |
+
## Content
|
| 34 |
+
- `chap2_cleaned.txt`: Narrative script format of Chapter 2.
|
| 35 |
+
- `chap3_cleaned.txt`: Narrative script format of Chapter 3.
|
| 36 |
+
- `chap2_dataset.jsonl`: JSON Lines format for instruction tuning/chatbots.
|
| 37 |
+
- `chap3_dataset.jsonl`: JSON Lines format for instruction tuning/chatbots.
|
| 38 |
+
|
| 39 |
+
## Format (JSONL)
|
| 40 |
+
```json
|
| 41 |
+
{"context": "Scene: Cyber World", "speaker": "Susie", "text": "Hell yeah!!!"}
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
## Source
|
| 45 |
+
Processed from raw logs using `process_deltarune.py`.
|