wetsoledrysoul commited on
Commit
45addd4
·
verified ·
1 Parent(s): 5d39358

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +179 -0
  2. data/test-00000-of-00016.parquet +3 -0
  3. data/test-00001-of-00016.parquet +3 -0
  4. data/test-00002-of-00016.parquet +3 -0
  5. data/test-00003-of-00016.parquet +3 -0
  6. data/test-00004-of-00016.parquet +3 -0
  7. data/test-00005-of-00016.parquet +3 -0
  8. data/test-00006-of-00016.parquet +3 -0
  9. data/test-00007-of-00016.parquet +3 -0
  10. data/test-00008-of-00016.parquet +3 -0
  11. data/test-00009-of-00016.parquet +3 -0
  12. data/test-00010-of-00016.parquet +3 -0
  13. data/test-00011-of-00016.parquet +3 -0
  14. data/test-00012-of-00016.parquet +3 -0
  15. data/test-00013-of-00016.parquet +3 -0
  16. data/test-00014-of-00016.parquet +3 -0
  17. data/test-00015-of-00016.parquet +3 -0
  18. data/train_aux_cascade-00000-of-00093.parquet +3 -0
  19. data/train_aux_cascade-00001-of-00093.parquet +3 -0
  20. data/train_aux_cascade-00002-of-00093.parquet +3 -0
  21. data/train_aux_cascade-00003-of-00093.parquet +3 -0
  22. data/train_aux_cascade-00004-of-00093.parquet +3 -0
  23. data/train_aux_cascade-00005-of-00093.parquet +3 -0
  24. data/train_aux_cascade-00006-of-00093.parquet +3 -0
  25. data/train_aux_cascade-00007-of-00093.parquet +3 -0
  26. data/train_aux_cascade-00008-of-00093.parquet +3 -0
  27. data/train_aux_cascade-00009-of-00093.parquet +3 -0
  28. data/train_aux_cascade-00010-of-00093.parquet +3 -0
  29. data/train_aux_cascade-00011-of-00093.parquet +3 -0
  30. data/train_aux_cascade-00012-of-00093.parquet +3 -0
  31. data/train_aux_cascade-00013-of-00093.parquet +3 -0
  32. data/train_aux_cascade-00014-of-00093.parquet +3 -0
  33. data/train_aux_cascade-00015-of-00093.parquet +3 -0
  34. data/train_aux_cascade-00016-of-00093.parquet +3 -0
  35. data/train_aux_cascade-00019-of-00093.parquet +3 -0
  36. data/train_aux_cascade-00020-of-00093.parquet +3 -0
  37. data/train_aux_cascade-00021-of-00093.parquet +3 -0
  38. data/train_no_aux-00082-of-00093.parquet +3 -0
  39. data/validation-00004-of-00016.parquet +3 -0
  40. data/validation-00005-of-00016.parquet +3 -0
  41. data/validation-00006-of-00016.parquet +3 -0
  42. data/validation-00007-of-00016.parquet +3 -0
  43. data/validation-00008-of-00016.parquet +3 -0
  44. data/validation-00009-of-00016.parquet +3 -0
  45. data/validation-00010-of-00016.parquet +3 -0
  46. data/validation-00011-of-00016.parquet +3 -0
  47. data/validation-00012-of-00016.parquet +3 -0
  48. data/validation-00013-of-00016.parquet +3 -0
  49. data/validation-00014-of-00016.parquet +3 -0
  50. data/validation-00015-of-00016.parquet +3 -0
README.md ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train_no_aux
6
+ path: data/train_no_aux-*
7
+ - split: train_aux_cascade
8
+ path: data/train_aux_cascade-*
9
+ - split: train_aux_multitask
10
+ path: data/train_aux_multitask-*
11
+ - split: test
12
+ path: data/test-*
13
+ - split: validation
14
+ path: data/validation-*
15
+ pretty_name: FinalMix3
16
+ license: other
17
+ language:
18
+ - en
19
+ task_categories:
20
+ - text-generation
21
+ tags:
22
+ - code
23
+ - code-generation
24
+ - code-reasoning
25
+ - reinforcement-learning
26
+ - verl
27
+ size_categories:
28
+ - 10K<n<100K
29
+ ---
30
+
31
+ # FinalMix3
32
+
33
+ A multi-task **code reinforcement-learning** mixture in the
34
+ [`verl`](https://github.com/volcengine/verl) RL prompt format: one code-generation
35
+ split plus a suite of auxiliary code-understanding tasks, so the same corpus drives
36
+ three training regimes.
37
+
38
+ It is [`OctoReasoner/FinalMix2`](https://huggingface.co/datasets/OctoReasoner/FinalMix2)
39
+ with three changes: every row now carries **one uniform prompt format**, the auxiliary
40
+ mix is **rebalanced by ability**, and four defects where a prompt contradicted the
41
+ grader that scores it are **repaired**. The rows themselves are otherwise the same
42
+ problems, with the same rule-verifiable rewards.
43
+
44
+ ## Splits
45
+
46
+ | Split | Rows | Contents | Use |
47
+ |-------|-----:|----------|-----|
48
+ | `train_no_aux` | 9,693 | code generation only (9,693 rows) | RL on code generation alone |
49
+ | `train_aux_cascade` | 25,318 | all 15,625 auxiliary rows first, then the 9,693 code rows | cascade / curriculum RL (aux → code) |
50
+ | `train_aux_multitask` | 25,318 | the same rows, interleaved | mixed multi-task RL |
51
+ | `validation` | 481 | held-out code-generation problems | held-out code generation, for in-training validation |
52
+ | `test` | 175 | LiveCodeBench-v6 problems | LiveCodeBench-v6, repaired (see below) |
53
+
54
+ ## Prompt format
55
+
56
+ Every row — code generation and auxiliary alike — is exactly two turns: a system turn
57
+ that is byte-identical across the whole dataset, and a user turn that opens with an
58
+ `[INSTRUCTION]` block naming the task and its answer format, and closes with a one-line
59
+ reminder of that format.
60
+
61
+ ```
62
+ system: You are an expert coding professional. You are given a self-contained
63
+ code-related task instruction, ... Failure to follow this format will result
64
+ in immediate task failure. Do not output any other text after your final answer.
65
+
66
+ user: [INSTRUCTION]
67
+ Predict the big-O time complexity of the code below.
68
+ Reply in the format \boxed{X}, where X is the complexity in standard big-O
69
+ notation, e.g. \boxed{O(1)}, \boxed{O(n)}, ... Write exponents as **.
70
+ [/INSTRUCTION]
71
+
72
+ [CODE] ... [/CODE]
73
+
74
+ Remember to reply with your answer within \boxed{...}. Any other format will
75
+ be immediately rejected.
76
+ ```
77
+
78
+ This replaces FinalMix2's 25 per-family system prompts and its two rival code-fencing
79
+ conventions. Answers are extracted last-wins (the last fenced python block, the last
80
+ `\boxed{...}`, or a JSON object with the named key), so reasoning before the answer is
81
+ free. The reminder's wording follows how each row is *graded*, not how it looks.
82
+
83
+ ## Auxiliary tasks
84
+
85
+ 15,625 rows across 24 abilities. FinalMix2 budgeted its auxiliary mix per
86
+ *source family* (14 of them) while `ability` (24 values) was never a stratification key,
87
+ so rare abilities inside large families were crushed — `code_io_output_from_input_mcq`
88
+ held **4 rows**. FinalMix3 rebalances with a floor of 400 and a cap of 1,200 per ability:
89
+ short abilities are topped back up from
90
+ [`OctoReasoner/CodeAuxTasks`](https://huggingface.co/datasets/OctoReasoner/CodeAuxTasks)
91
+ (candidates must clear the same length, language and near-duplicate gates the mix used),
92
+ and over-cap abilities are trimmed keeping the most distinctive rows. The spread across
93
+ abilities falls from 549x to 5.6x.
94
+
95
+ | ability | rows |
96
+ |---------|-----:|
97
+ | `code_io_input_from_output_mcq` | 1,200 |
98
+ | `code_from_space_complexity_mcq` | 1,200 |
99
+ | `coderpile_retrieval` | 1,200 |
100
+ | `pick_codes_similar_to_reference` | 1,200 |
101
+ | `predict_cwe_from_code_mcq` | 1,020 |
102
+ | `code_change_localization` | 836 |
103
+ | `code_from_time_complexity_mcq` | 829 |
104
+ | `code_cputime_ranking` | 817 |
105
+ | `variable_output_tracing` | 735 |
106
+ | `code_io_output_from_input_direct` | 707 |
107
+ | `code_memory_ranking` | 593 |
108
+ | `code_compile_status_prediction` | 583 |
109
+ | `localize_callable_from_cwe_mcq` | 552 |
110
+ | `localize_callable_from_cwe_direct` | 498 |
111
+ | `predict_cwe_from_code_catalog` | 400 |
112
+ | `code_io_input_output_pairs_mcq` | 400 |
113
+ | `time_complexity_from_code_mcq` | 400 |
114
+ | `code_io_input_from_output_direct` | 400 |
115
+ | `time_complexity_from_code_direct` | 400 |
116
+ | `space_complexity_from_code_mcq` | 400 |
117
+ | `space_complexity_from_code_direct` | 400 |
118
+ | `code_verifiable_instruction_following_generation` | 387 |
119
+ | `code_io_output_from_input_mcq` | 252 |
120
+ | `code_verifiable_instruction_following_edit` | 216 |
121
+
122
+ ## Code split
123
+
124
+ | Source | Rows | Share |
125
+ |--------|-----:|------:|
126
+ | `code_primeintellect` | 5,241 | 54.1% |
127
+ | `code_contests_o` | 2,538 | 26.2% |
128
+ | `code_taco` | 1,721 | 17.8% |
129
+ | `code_lcbv5` | 193 | 2.0% |
130
+
131
+ ## Repairs carried over FinalMix2
132
+
133
+ Each of these is a case where the shipped prompt or ground truth contradicted the grader,
134
+ so a correct answer could not score:
135
+
136
+ 1. **`pick_codes_similar_to_reference`** asked for a *clustering* (`\boxed{(1, 2, 4), (3)}`)
137
+ while the gold is the flat list of positions equivalent to the reference and the scorer
138
+ compares the set of integers in the answer — obeying the prompt scored 0.
139
+ 2. **`predict_cwe_from_code_mcq`** capped answers at option `E` while every row offers six
140
+ options; `F` was the single most common gold answer.
141
+ 3. **Multi-letter CWE answers** are compared by string equality, so the required
142
+ alphabetical ordering is stated again (it had been dropped in an earlier rewrite).
143
+ 4. **LiveCodeBench-v6 (`test`)**: 63 of 175 rows are functional problems whose ground truth
144
+ carried no `fn_name`, so the checker graded them as stdin/stdout and the `class Solution`
145
+ answer the prompt asks for scored 0 on every case. `fn_name` is now set from the starter
146
+ signature and the expected outputs are canonicalised to what the fn-call harness prints.
147
+ Scored end to end through the real reward path: 0/63 before, 63/63 after.
148
+
149
+ One row (`vartrace_2327`) was dropped: it asks for the final value of a variable it never
150
+ names, and unlike the 16 similar rows it cannot be reconstructed.
151
+
152
+ ## Schema
153
+
154
+ Unchanged from FinalMix2:
155
+
156
+ | Field | Type | Notes |
157
+ |-------|------|-------|
158
+ | `data_source` | string | routes the reward function |
159
+ | `prompt` | list of `{role, content}` | system + user, as above |
160
+ | `ability` | string | task category |
161
+ | `reward_model` | struct `{style, extraction_method, ground_truth, key}` | scoring spec |
162
+ | `extra_info` | struct `{id, lower_pass_rate, upper_pass_rate}` | per-example metadata |
163
+
164
+ Code-generation rows are scored by executing the model's program against hidden tests in a
165
+ sandbox; auxiliary rows by rule-based extraction against `ground_truth`.
166
+
167
+ ## Reproduction
168
+
169
+ ```bash
170
+ python tasks/stratify_aux.py --src FinalMix2/data --out FinalMix2-strat/data \
171
+ --floor 400 --cap 1200
172
+ python tasks/unify_prompts.py --src FinalMix2-strat/data --out FinalMix3/data
173
+ python tasks/verify_unified_prompts.py --src FinalMix2-strat/data --out FinalMix3/data
174
+ ```
175
+
176
+ The verifier checks every row: two turns with the byte-identical system prompt, one
177
+ `[INSTRUCTION]` block carrying the ability's defined text, a reminder matching how the row
178
+ is graded, the task content preserved verbatim from FinalMix2, and `data_source` /
179
+ `ability` / `reward_model` / `extra_info` and row order otherwise untouched.
data/test-00000-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee602f10603068e08d477a4d3adcf79bb430d923ac497dd08e8c59765f195a8b
3
+ size 10947252
data/test-00001-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:785e39306afaaa3daf9b5236d733e8a416046ecac65a42d9c1e434d0f9e62dcf
3
+ size 710321
data/test-00002-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b27b89728bbf2d524c3c3b6ecc932985bd08422e34e246a389e066339db7eb6c
3
+ size 5726725
data/test-00003-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5bc6aabb9fa6622886c3ab3ab4b99d30f0874a925be7d556f5319329c21f313
3
+ size 7045294
data/test-00004-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ad0776504086354fc43537e407cae09b6b307c7e3e9b5b8d8ea9762c75350c
3
+ size 1354561
data/test-00005-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f253c74cf5b6e9b1408ab16c4639e50a3895f7753f8d694ad8998a00757a5474
3
+ size 22974537
data/test-00006-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0df9822f943c2dcb357988b96cb6f275870b73ece6397b936247602634466fbd
3
+ size 9580261
data/test-00007-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fca84730c257461efd8184450e51c2751e692b7ce5eb490d93402e9cdbe6f433
3
+ size 23024456
data/test-00008-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f17270ed87ac8de21867c81bf4ad3f1637f573569d7920496dbbf9e9ccacf85a
3
+ size 6805322
data/test-00009-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13c15f28deaf45b275041f55ba7c8357252e0d9ae58cc82efbce7a1f534ea95a
3
+ size 1760682
data/test-00010-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9cfc086f15598fa5a0abfddf026a48acdda5e6570dde973ef558c530878099d
3
+ size 22549261
data/test-00011-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6250f955c6f7e2d8c4c9f861b50190882dea9ed73d87433de32f3c3bf1cc8562
3
+ size 13032226
data/test-00012-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33edfdae2f323f299ed79a4846b56f2397444050b4c39618ec76aecc1baeb0dc
3
+ size 17616959
data/test-00013-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8ad335644030ca0d2d41753cf6235c8e371a64106913e19a04d64e22600e76
3
+ size 14065826
data/test-00014-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c56b6efdb843424f8ab396cac8ab187cc1d8ca214d7e231ad51d1c21872e60
3
+ size 16369970
data/test-00015-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ab3ae824c02f833352ed098e558c08b26d35f59b4db4aaf6f7da83a44b384e7
3
+ size 2375701
data/train_aux_cascade-00000-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f0c355652c5992ce09b42ae8a4310277f75bffbb70177cd3f2ec975f3f5c50
3
+ size 352651
data/train_aux_cascade-00001-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79544967a19782ae468e3d48698bcf388ced6841de6c7c9ae500a2f284dce135
3
+ size 377167
data/train_aux_cascade-00002-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80cb96f47dd30b9c9cb50390ffcfa4a83a2164f84cbc38c8259a4e25bf34ccd2
3
+ size 388261
data/train_aux_cascade-00003-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c641a0fb7e7d9fac6ba4cc675d84fc5666f05b465041de0e08cf3317e382255
3
+ size 383452
data/train_aux_cascade-00004-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad9331a03016ce71e04c41f7c97b9cdf8308703f81537e2a2e18aa82840169c
3
+ size 380496
data/train_aux_cascade-00005-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bded16734429292296ebc7bb92492c05b4f08c9b95bd4a0bf327f78f99e62a6c
3
+ size 362226
data/train_aux_cascade-00006-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec0fd7d785ecd6a510a8b3da026898c5a049427289109e42856d88ee97d99306
3
+ size 370198
data/train_aux_cascade-00007-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22affd7c41597a29a13a3a84aa3043702142a7cfba06e23f3f355a52970d89f7
3
+ size 365207
data/train_aux_cascade-00008-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c2571d7aa8a8a9d3a65c9c363600385740ff429339b89c6db967c53d76b0321
3
+ size 381122
data/train_aux_cascade-00009-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc1bcd6af6b8aa19a74512ead9b1f0286bde2dacf13d505ed5d7c8d3817f62e
3
+ size 335732
data/train_aux_cascade-00010-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f60928efdaefb84498bae60d16350cc5416d26c54f980dfb5a0dfb40f7177fc
3
+ size 376502
data/train_aux_cascade-00011-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5de088f0aad39e26cffd193436ecc51fe80a8e4c39fc156b97d4915ac89f3d89
3
+ size 398754
data/train_aux_cascade-00012-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e943cf18e5d1b338a1a5f8ea03eb9e5f6d32f0f0de47b396bd8bd06a9b3c1e8c
3
+ size 351286
data/train_aux_cascade-00013-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b732e8727914e5b0cae1761415b2560f9b32e4eb3905ceb1d71b060b58e64c9
3
+ size 364675
data/train_aux_cascade-00014-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab43433a7e366c1c9ca18e44ea22b53607a22fc0a21e757bd9191ba8715f337
3
+ size 352405
data/train_aux_cascade-00015-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d413ba827351fc9bc6f151f5498bcd5b203b5d0928a428ebbf5ec064f6e7427f
3
+ size 371431
data/train_aux_cascade-00016-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:424bca5dc3f4563620a0c66e031f1ed1082e3e594ec00f0c719b08ab7f55d1a8
3
+ size 378511
data/train_aux_cascade-00019-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:991345388efd247cd0583a7863e0aad658c705a164e6a2da00874c5cee933b47
3
+ size 353734
data/train_aux_cascade-00020-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c9b0a45cc3e530c1005813f279f195e4dd38295ea7fdba69433410720388a10
3
+ size 378429
data/train_aux_cascade-00021-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:982f0a5497d425b92e16e851b51fbc3726f82e84d35f96cb1a55a77da51b4e61
3
+ size 374715
data/train_no_aux-00082-of-00093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ebfdbe4184354a6b56243b5fa662258daa9ba33d06c5f8fa6a8fef51497202
3
+ size 322498007
data/validation-00004-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f7b157766ee583afde392b507e78a48f750f9c08b1470d8d9ca915c7c5af76d
3
+ size 6521774
data/validation-00005-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98bc6a822759439c983bdc48298dfd86eac637cff7b6d2546d6ef52c86e8a420
3
+ size 65325930
data/validation-00006-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feba1de7fd1977bb93160a1eae5158837dd0ee0a4941e55cbbd6367818415721
3
+ size 20939932
data/validation-00007-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f2c13d08d222ee64a71caf2178365b2b203ccd84544958f9b10a62ed4b951d8
3
+ size 84107891
data/validation-00008-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5046c64d32f73c63d4950a5708393bf50da8e966dbbb7ff4a338e28b1072a9
3
+ size 8045791
data/validation-00009-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a97ebdfbe1de9ec52bc196392eeef240e0877107eb02416610dbb9bc70df609
3
+ size 31148971
data/validation-00010-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3558af5518c9932851899ca3610859f1e72b6095262b5a06f56cbcf4c29b2248
3
+ size 36235648
data/validation-00011-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e934b75751e39b4607a4c87028f7be8e2a5a8e05d47459d6330891ccc004d66
3
+ size 26743400
data/validation-00012-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f343fc0ad265df735624455ca04676a11e6ef600f27947a767995bec1f20a6
3
+ size 17574081
data/validation-00013-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a57be3d534cd9d9598df0c55a81d1a0ae3d7982f88306bffa04629d677873969
3
+ size 39606057
data/validation-00014-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa008e445b72d764cbe25f50bc4f7955c7e24c7b15b8ece043d8bbbaf6b00d3d
3
+ size 15179662
data/validation-00015-of-00016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c59332020ab9a84175aa004bc44d3f85ebf9a830724b10d50f209d25fa81191
3
+ size 20160464