Madison (Pfaff) Edgar commited on
Commit
964dcbe
·
unverified ·
1 Parent(s): 749467d

Reorganize: move Phase 2 data under phase-2-the-stack-v1/

Browse files

- Prefix all existing config names with phase-2-the-stack-v1-
- Move all parquet files under data/phase-2-the-stack-v1/<config>/
- Add banner to README explaining the rename for downstream consumers
- Frees the short condition-* namespace for incoming Phase 3 builds
(The Stack v2, streamed with near-dedup)

Signed-off-by: Madison (Pfaff) Edgar <7844510+madiedgar@users.noreply.github.com>

Files changed (21) hide show
  1. README.md +42 -40
  2. data/{condition-1-en-32k → phase-2-the-stack-v1/condition-1-en-32k}/train-00000-of-00001.parquet +0 -0
  3. data/{condition-1-en-32k → phase-2-the-stack-v1/condition-1-en-32k}/validation-00000-of-00001.parquet +0 -0
  4. data/{condition-1-en-5k → phase-2-the-stack-v1/condition-1-en-5k}/train-00000-of-00001.parquet +0 -0
  5. data/{condition-1-en-5k → phase-2-the-stack-v1/condition-1-en-5k}/validation-00000-of-00001.parquet +0 -0
  6. data/{condition-2-es-32k → phase-2-the-stack-v1/condition-2-es-32k}/train-00000-of-00001.parquet +0 -0
  7. data/{condition-2-es-32k → phase-2-the-stack-v1/condition-2-es-32k}/validation-00000-of-00001.parquet +0 -0
  8. data/{condition-2-es-5k → phase-2-the-stack-v1/condition-2-es-5k}/train-00000-of-00001.parquet +0 -0
  9. data/{condition-2-es-5k → phase-2-the-stack-v1/condition-2-es-5k}/validation-00000-of-00001.parquet +0 -0
  10. data/{condition-2-ur-32k → phase-2-the-stack-v1/condition-2-ur-32k}/train-00000-of-00001.parquet +0 -0
  11. data/{condition-2-ur-32k → phase-2-the-stack-v1/condition-2-ur-32k}/validation-00000-of-00001.parquet +0 -0
  12. data/{condition-2-ur-5k → phase-2-the-stack-v1/condition-2-ur-5k}/train-00000-of-00001.parquet +0 -0
  13. data/{condition-2-ur-5k → phase-2-the-stack-v1/condition-2-ur-5k}/validation-00000-of-00001.parquet +0 -0
  14. data/{condition-2-zh-32k → phase-2-the-stack-v1/condition-2-zh-32k}/train-00000-of-00001.parquet +0 -0
  15. data/{condition-2-zh-32k → phase-2-the-stack-v1/condition-2-zh-32k}/validation-00000-of-00001.parquet +0 -0
  16. data/{condition-2-zh-5k → phase-2-the-stack-v1/condition-2-zh-5k}/train-00000-of-00001.parquet +0 -0
  17. data/{condition-2-zh-5k → phase-2-the-stack-v1/condition-2-zh-5k}/validation-00000-of-00001.parquet +0 -0
  18. data/{condition-3-zh-5k → phase-2-the-stack-v1/condition-3-zh-5k}/train-00000-of-00001.parquet +0 -0
  19. data/{condition-3-zh-5k → phase-2-the-stack-v1/condition-3-zh-5k}/validation-00000-of-00001.parquet +0 -0
  20. data/{condition-4-zh-5k → phase-2-the-stack-v1/condition-4-zh-5k}/train-00000-of-00001.parquet +0 -0
  21. data/{condition-4-zh-5k → phase-2-the-stack-v1/condition-4-zh-5k}/validation-00000-of-00001.parquet +0 -0
README.md CHANGED
@@ -18,68 +18,68 @@ pretty_name: Language Decoded Data
18
  size_categories:
19
  - 100K<n<1M
20
  configs:
21
- - config_name: condition-1-en-32k
22
  data_files:
23
  - split: train
24
- path: data/condition-1-en-32k/train-*
25
  - split: validation
26
- path: data/condition-1-en-32k/validation-*
27
- - config_name: condition-1-en-5k
28
  data_files:
29
  - split: train
30
- path: data/condition-1-en-5k/train-*
31
  - split: validation
32
- path: data/condition-1-en-5k/validation-*
33
- - config_name: condition-2-es-32k
34
  data_files:
35
  - split: train
36
- path: data/condition-2-es-32k/train-*
37
  - split: validation
38
- path: data/condition-2-es-32k/validation-*
39
- - config_name: condition-2-es-5k
40
  data_files:
41
  - split: train
42
- path: data/condition-2-es-5k/train-*
43
  - split: validation
44
- path: data/condition-2-es-5k/validation-*
45
- - config_name: condition-2-ur-32k
46
  data_files:
47
  - split: train
48
- path: data/condition-2-ur-32k/train-*
49
  - split: validation
50
- path: data/condition-2-ur-32k/validation-*
51
- - config_name: condition-2-ur-5k
52
  data_files:
53
  - split: train
54
- path: data/condition-2-ur-5k/train-*
55
  - split: validation
56
- path: data/condition-2-ur-5k/validation-*
57
- - config_name: condition-2-zh-32k
58
  data_files:
59
  - split: train
60
- path: data/condition-2-zh-32k/train-*
61
  - split: validation
62
- path: data/condition-2-zh-32k/validation-*
63
- - config_name: condition-2-zh-5k
64
  data_files:
65
  - split: train
66
- path: data/condition-2-zh-5k/train-*
67
  - split: validation
68
- path: data/condition-2-zh-5k/validation-*
69
- - config_name: condition-3-zh-5k
70
  data_files:
71
  - split: train
72
- path: data/condition-3-zh-5k/train-*
73
  - split: validation
74
- path: data/condition-3-zh-5k/validation-*
75
- - config_name: condition-4-zh-5k
76
  data_files:
77
  - split: train
78
- path: data/condition-4-zh-5k/train-*
79
  - split: validation
80
- path: data/condition-4-zh-5k/validation-*
81
  dataset_info:
82
- - config_name: condition-1-en-32k
83
  features:
84
  - name: file_path
85
  dtype: string
@@ -102,7 +102,7 @@ dataset_info:
102
  num_examples: 3536
103
  download_size: 164619518
104
  dataset_size: 446345172
105
- - config_name: condition-1-en-5k
106
  features:
107
  - name: file_path
108
  dtype: string
@@ -125,7 +125,7 @@ dataset_info:
125
  num_examples: 500
126
  download_size: 22897728
127
  dataset_size: 61627514
128
- - config_name: condition-2-es-32k
129
  features:
130
  - name: file_path
131
  dtype: string
@@ -148,7 +148,7 @@ dataset_info:
148
  num_examples: 3536
149
  download_size: 166000000
150
  dataset_size: 451132950
151
- - config_name: condition-2-es-5k
152
  features:
153
  - name: file_path
154
  dtype: string
@@ -171,7 +171,7 @@ dataset_info:
171
  num_examples: 500
172
  download_size: 23031674
173
  dataset_size: 62296826
174
- - config_name: condition-2-ur-32k
175
  features:
176
  - name: file_path
177
  dtype: string
@@ -194,7 +194,7 @@ dataset_info:
194
  num_examples: 3536
195
  download_size: 166000000
196
  dataset_size: 459432350
197
- - config_name: condition-2-ur-5k
198
  features:
199
  - name: file_path
200
  dtype: string
@@ -217,7 +217,7 @@ dataset_info:
217
  num_examples: 500
218
  download_size: 23158039
219
  dataset_size: 63451977
220
- - config_name: condition-2-zh-32k
221
  features:
222
  - name: file_path
223
  dtype: string
@@ -240,7 +240,7 @@ dataset_info:
240
  num_examples: 3536
241
  download_size: 165387142
242
  dataset_size: 450581642
243
- - config_name: condition-2-zh-5k
244
  features:
245
  - name: file_path
246
  dtype: string
@@ -263,7 +263,7 @@ dataset_info:
263
  num_examples: 500
264
  download_size: 22978834
265
  dataset_size: 62216434
266
- - config_name: condition-3-zh-5k
267
  features:
268
  - name: file_path
269
  dtype: large_string
@@ -288,7 +288,7 @@ dataset_info:
288
  num_examples: 500
289
  download_size: 17299185
290
  dataset_size: 45313851
291
- - config_name: condition-4-zh-5k
292
  features:
293
  - name: filename
294
  dtype: string
@@ -323,6 +323,8 @@ dataset_info:
323
 
324
  # Language Decoded | Multilingual Code Dataset
325
 
 
 
326
  Multilingual Python code datasets for the **Language Decoded** project (part of [Cohere's Tiny Aya Expedition](https://aya.for.ai)), investigating whether code's reasoning benefit for language models is **language-dependent** or **structure-dependent**.
327
 
328
  ## Research Question
 
18
  size_categories:
19
  - 100K<n<1M
20
  configs:
21
+ - config_name: phase-2-the-stack-v1-condition-1-en-32k
22
  data_files:
23
  - split: train
24
+ path: data/phase-2-the-stack-v1/condition-1-en-32k/train-*
25
  - split: validation
26
+ path: data/phase-2-the-stack-v1/condition-1-en-32k/validation-*
27
+ - config_name: phase-2-the-stack-v1-condition-1-en-5k
28
  data_files:
29
  - split: train
30
+ path: data/phase-2-the-stack-v1/condition-1-en-5k/train-*
31
  - split: validation
32
+ path: data/phase-2-the-stack-v1/condition-1-en-5k/validation-*
33
+ - config_name: phase-2-the-stack-v1-condition-2-es-32k
34
  data_files:
35
  - split: train
36
+ path: data/phase-2-the-stack-v1/condition-2-es-32k/train-*
37
  - split: validation
38
+ path: data/phase-2-the-stack-v1/condition-2-es-32k/validation-*
39
+ - config_name: phase-2-the-stack-v1-condition-2-es-5k
40
  data_files:
41
  - split: train
42
+ path: data/phase-2-the-stack-v1/condition-2-es-5k/train-*
43
  - split: validation
44
+ path: data/phase-2-the-stack-v1/condition-2-es-5k/validation-*
45
+ - config_name: phase-2-the-stack-v1-condition-2-ur-32k
46
  data_files:
47
  - split: train
48
+ path: data/phase-2-the-stack-v1/condition-2-ur-32k/train-*
49
  - split: validation
50
+ path: data/phase-2-the-stack-v1/condition-2-ur-32k/validation-*
51
+ - config_name: phase-2-the-stack-v1-condition-2-ur-5k
52
  data_files:
53
  - split: train
54
+ path: data/phase-2-the-stack-v1/condition-2-ur-5k/train-*
55
  - split: validation
56
+ path: data/phase-2-the-stack-v1/condition-2-ur-5k/validation-*
57
+ - config_name: phase-2-the-stack-v1-condition-2-zh-32k
58
  data_files:
59
  - split: train
60
+ path: data/phase-2-the-stack-v1/condition-2-zh-32k/train-*
61
  - split: validation
62
+ path: data/phase-2-the-stack-v1/condition-2-zh-32k/validation-*
63
+ - config_name: phase-2-the-stack-v1-condition-2-zh-5k
64
  data_files:
65
  - split: train
66
+ path: data/phase-2-the-stack-v1/condition-2-zh-5k/train-*
67
  - split: validation
68
+ path: data/phase-2-the-stack-v1/condition-2-zh-5k/validation-*
69
+ - config_name: phase-2-the-stack-v1-condition-3-zh-5k
70
  data_files:
71
  - split: train
72
+ path: data/phase-2-the-stack-v1/condition-3-zh-5k/train-*
73
  - split: validation
74
+ path: data/phase-2-the-stack-v1/condition-3-zh-5k/validation-*
75
+ - config_name: phase-2-the-stack-v1-condition-4-zh-5k
76
  data_files:
77
  - split: train
78
+ path: data/phase-2-the-stack-v1/condition-4-zh-5k/train-*
79
  - split: validation
80
+ path: data/phase-2-the-stack-v1/condition-4-zh-5k/validation-*
81
  dataset_info:
82
+ - config_name: phase-2-the-stack-v1-condition-1-en-32k
83
  features:
84
  - name: file_path
85
  dtype: string
 
102
  num_examples: 3536
103
  download_size: 164619518
104
  dataset_size: 446345172
105
+ - config_name: phase-2-the-stack-v1-condition-1-en-5k
106
  features:
107
  - name: file_path
108
  dtype: string
 
125
  num_examples: 500
126
  download_size: 22897728
127
  dataset_size: 61627514
128
+ - config_name: phase-2-the-stack-v1-condition-2-es-32k
129
  features:
130
  - name: file_path
131
  dtype: string
 
148
  num_examples: 3536
149
  download_size: 166000000
150
  dataset_size: 451132950
151
+ - config_name: phase-2-the-stack-v1-condition-2-es-5k
152
  features:
153
  - name: file_path
154
  dtype: string
 
171
  num_examples: 500
172
  download_size: 23031674
173
  dataset_size: 62296826
174
+ - config_name: phase-2-the-stack-v1-condition-2-ur-32k
175
  features:
176
  - name: file_path
177
  dtype: string
 
194
  num_examples: 3536
195
  download_size: 166000000
196
  dataset_size: 459432350
197
+ - config_name: phase-2-the-stack-v1-condition-2-ur-5k
198
  features:
199
  - name: file_path
200
  dtype: string
 
217
  num_examples: 500
218
  download_size: 23158039
219
  dataset_size: 63451977
220
+ - config_name: phase-2-the-stack-v1-condition-2-zh-32k
221
  features:
222
  - name: file_path
223
  dtype: string
 
240
  num_examples: 3536
241
  download_size: 165387142
242
  dataset_size: 450581642
243
+ - config_name: phase-2-the-stack-v1-condition-2-zh-5k
244
  features:
245
  - name: file_path
246
  dtype: string
 
263
  num_examples: 500
264
  download_size: 22978834
265
  dataset_size: 62216434
266
+ - config_name: phase-2-the-stack-v1-condition-3-zh-5k
267
  features:
268
  - name: file_path
269
  dtype: large_string
 
288
  num_examples: 500
289
  download_size: 17299185
290
  dataset_size: 45313851
291
+ - config_name: phase-2-the-stack-v1-condition-4-zh-5k
292
  features:
293
  - name: filename
294
  dtype: string
 
323
 
324
  # Language Decoded | Multilingual Code Dataset
325
 
326
+ > **Note (2026-04-21):** Phase 2 configs have been renamed to `phase-2-the-stack-v1-*` and moved under `data/phase-2-the-stack-v1/`. Existing `load_dataset(...)` calls using the short `condition-*` names will no longer resolve. The short `condition-*` namespace is reserved for Phase 3 builds (streamed from The Stack v2, coming soon). See the _Loading the Dataset_ section below for updated config names.
327
+
328
  Multilingual Python code datasets for the **Language Decoded** project (part of [Cohere's Tiny Aya Expedition](https://aya.for.ai)), investigating whether code's reasoning benefit for language models is **language-dependent** or **structure-dependent**.
329
 
330
  ## Research Question
data/{condition-1-en-32k → phase-2-the-stack-v1/condition-1-en-32k}/train-00000-of-00001.parquet RENAMED
File without changes
data/{condition-1-en-32k → phase-2-the-stack-v1/condition-1-en-32k}/validation-00000-of-00001.parquet RENAMED
File without changes
data/{condition-1-en-5k → phase-2-the-stack-v1/condition-1-en-5k}/train-00000-of-00001.parquet RENAMED
File without changes
data/{condition-1-en-5k → phase-2-the-stack-v1/condition-1-en-5k}/validation-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-es-32k → phase-2-the-stack-v1/condition-2-es-32k}/train-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-es-32k → phase-2-the-stack-v1/condition-2-es-32k}/validation-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-es-5k → phase-2-the-stack-v1/condition-2-es-5k}/train-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-es-5k → phase-2-the-stack-v1/condition-2-es-5k}/validation-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-ur-32k → phase-2-the-stack-v1/condition-2-ur-32k}/train-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-ur-32k → phase-2-the-stack-v1/condition-2-ur-32k}/validation-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-ur-5k → phase-2-the-stack-v1/condition-2-ur-5k}/train-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-ur-5k → phase-2-the-stack-v1/condition-2-ur-5k}/validation-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-zh-32k → phase-2-the-stack-v1/condition-2-zh-32k}/train-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-zh-32k → phase-2-the-stack-v1/condition-2-zh-32k}/validation-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-zh-5k → phase-2-the-stack-v1/condition-2-zh-5k}/train-00000-of-00001.parquet RENAMED
File without changes
data/{condition-2-zh-5k → phase-2-the-stack-v1/condition-2-zh-5k}/validation-00000-of-00001.parquet RENAMED
File without changes
data/{condition-3-zh-5k → phase-2-the-stack-v1/condition-3-zh-5k}/train-00000-of-00001.parquet RENAMED
File without changes
data/{condition-3-zh-5k → phase-2-the-stack-v1/condition-3-zh-5k}/validation-00000-of-00001.parquet RENAMED
File without changes
data/{condition-4-zh-5k → phase-2-the-stack-v1/condition-4-zh-5k}/train-00000-of-00001.parquet RENAMED
File without changes
data/{condition-4-zh-5k → phase-2-the-stack-v1/condition-4-zh-5k}/validation-00000-of-00001.parquet RENAMED
File without changes