Upload configuration file
Browse files
config/e1_math_all_phi_temp20.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
operators:
|
2 |
+
- id: load_preexisting
|
3 |
+
config:
|
4 |
+
type: load_preexisting
|
5 |
+
framework_name: d1_math_load_in_phi_temp20
|
6 |
+
- id: final_sample
|
7 |
+
config:
|
8 |
+
type: function
|
9 |
+
function: data_strategies.commons.uniform_sample_fixed
|
10 |
+
function_config:
|
11 |
+
num_samples: 31_600
|
12 |
+
input_ids:
|
13 |
+
- load_preexisting
|