Deltarunefan commited on
Commit
e7d4218
·
verified ·
1 Parent(s): 2e43ffe

Update readme.md

Browse files
Files changed (1) hide show
  1. readme.md +23 -1
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`.