Gresham commited on
Commit
e55b451
·
1 Parent(s): 3c18e26

fix readme config

Browse files
Files changed (1) hide show
  1. README.md +36 -16
README.md CHANGED
@@ -13,22 +13,42 @@ tags:
13
  - arithmetic
14
  - math
15
  configs:
16
- - config_name: arithmetic_operation
17
- data_files: arithmetic_operation/*.json
18
- - config_name: mixed_number_sting
19
- data_files: mixed_number_sting/*.json
20
- - config_name: num_list
21
- data_files: num_list/*.json
22
- - config_name: sequence
23
- data_files: sequence/*.json
24
- - config_name: stock-single-trun
25
- data_files: stock/single-turn/*.json
26
- - config_name: stock-multi-turn
27
- data_files: stock/multi-turn/*.json
28
- - config_name: weather-single-turn
29
- data_files: weather/single-turn/*.json
30
- - config_name: weather-multi-turn
31
- data_files: weather/multi-turn/*.json
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ---
33
 
34
  # Introduction
 
13
  - arithmetic
14
  - math
15
  configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: test
19
+ path: ./*/*.json
20
+ - config_name: arithmetic_operation
21
+ data_files:
22
+ - split: test
23
+ path: arithmetic_operation/*.json
24
+ - config_name: mixed_number_sting
25
+ data_files:
26
+ - split: test
27
+ path: mixed_number_sting/*.json
28
+ - config_name: num_list
29
+ data_files:
30
+ - split: test
31
+ path: num_list/*.json
32
+ - config_name: sequence
33
+ data_files:
34
+ - split: test
35
+ path: sequence/*.json
36
+ - config_name: stock-single-trun
37
+ data_files:
38
+ - split: test
39
+ path: stock/single-turn/*.json
40
+ - config_name: stock-multi-turn
41
+ data_files:
42
+ - split: test
43
+ path: stock/multi-turn/*.json
44
+ - config_name: weather-single-turn
45
+ data_files:
46
+ - split: test
47
+ path: weather/single-turn/*.json
48
+ - config_name: weather-multi-turn
49
+ data_files:
50
+ - split: test
51
+ path: weather/multi-turn/*.json
52
  ---
53
 
54
  # Introduction