m8than commited on
Commit
afe96c1
·
verified ·
1 Parent(s): 480d584

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -15,17 +15,19 @@ source_datasets:
15
  - original
16
  language:
17
  - en
18
-
19
  configs:
20
- - config_name: default
21
- data_files:
22
- - split: final
23
- path: "data/Fandom-v0.5.jsonl"
24
- - split: raw-pre-roblox
25
- path: "v2.5-chunks/*.jsonl"
26
- - split: raw-post-roblox
27
- path: "v2.5-chunks-roblox-filter/*.jsonl"
28
-
 
 
 
29
  pretty_name: Fanatic Fandom
30
  ---
31
 
 
15
  - original
16
  language:
17
  - en
 
18
  configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: "data/Fandom-v0.5.jsonl"
23
+ - config_name: raw-pre-roblox
24
+ data_files:
25
+ - split: train
26
+ path: "v2.5-chunks/*.jsonl"
27
+ - config_name: raw-post-roblox
28
+ data_files:
29
+ - split: train
30
+ path: "v2.5-chunks-roblox-filter/*.jsonl"
31
  pretty_name: Fanatic Fandom
32
  ---
33