Gresham commited on
Commit
c733ceb
·
1 Parent(s): 8a61fab

docs(readme): refactor

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -13,8 +13,22 @@ size_categories:
13
  - 10K<n<100K
14
 
15
  configs:
16
- - config_name: benchmark
17
- data_files: "*/*.json"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # Introduction
 
13
  - 10K<n<100K
14
 
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