Datasets:
Gresham
commited on
Commit
·
e55b451
1
Parent(s):
3c18e26
fix readme config
Browse files
README.md
CHANGED
|
@@ -13,22 +13,42 @@ tags:
|
|
| 13 |
- arithmetic
|
| 14 |
- math
|
| 15 |
configs:
|
| 16 |
-
- config_name:
|
| 17 |
-
|
| 18 |
-
-
|
| 19 |
-
|
| 20 |
-
- config_name:
|
| 21 |
-
|
| 22 |
-
-
|
| 23 |
-
|
| 24 |
-
- config_name:
|
| 25 |
-
|
| 26 |
-
-
|
| 27 |
-
|
| 28 |
-
- config_name:
|
| 29 |
-
|
| 30 |
-
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|