ryanmarten commited on
Commit
06c2da3
·
verified ·
1 Parent(s): 21889a8

Automatic dcft datacuration framework upload for feedback-example-1

Browse files
Files changed (1) hide show
  1. config/feedback-example-1.yaml +20 -0
config/feedback-example-1.yaml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: feedback-example-1
2
+ operators:
3
+ # this is representative of each subset of orca: we load the FLAN dataset and then subsample from it
4
+ - id: load_flan_zsopt_data
5
+ config:
6
+ type: hf_source
7
+ dataset: Open-Orca/FLAN
8
+ split: train
9
+ data_dir: flan_zsopt_data
10
+ materialize_output: false
11
+
12
+ - id: sample_flan_zsopt_data
13
+ config:
14
+ type: function
15
+ function: data_strategies.SlimOrca.utils.sample_total_num_queries_stratified
16
+ function_config:
17
+ total_num_queries: 2_000_000
18
+ materialize_output: false
19
+ input_ids:
20
+ - load_flan_zsopt_data