Deltarunefan commited on
Commit
2fbd820
·
verified ·
1 Parent(s): 234c6b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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!!!"}