Update README for new data
Browse files
README.md
CHANGED
@@ -8,6 +8,10 @@ pretty_name: TMLU
|
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
configs:
|
|
|
|
|
|
|
|
|
11 |
- config_name: AST_biology
|
12 |
data_files:
|
13 |
- split: test
|
@@ -16,18 +20,35 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: test
|
18 |
path: "AST_chemistry.jsonl"
|
19 |
-
- config_name: AST_chinese
|
20 |
-
data_files:
|
21 |
-
- split: test
|
22 |
-
path: "AST_chinese.jsonl"
|
23 |
- config_name: AST_physics
|
24 |
data_files:
|
25 |
- split: test
|
26 |
path: "AST_physics.jsonl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
- config_name: GSAT_chinese
|
28 |
data_files:
|
29 |
- split: test
|
30 |
path: "GSAT_chinese.jsonl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
# Dataset Card for Dataset Name
|
33 |
|
|
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
configs:
|
11 |
+
- config_name: AST_chinese
|
12 |
+
data_files:
|
13 |
+
- split: test
|
14 |
+
path: "AST_chinese.jsonl"
|
15 |
- config_name: AST_biology
|
16 |
data_files:
|
17 |
- split: test
|
|
|
20 |
data_files:
|
21 |
- split: test
|
22 |
path: "AST_chemistry.jsonl"
|
|
|
|
|
|
|
|
|
23 |
- config_name: AST_physics
|
24 |
data_files:
|
25 |
- split: test
|
26 |
path: "AST_physics.jsonl"
|
27 |
+
- config_name: AST_civics
|
28 |
+
data_files:
|
29 |
+
- split: test
|
30 |
+
path: "AST_civics.jsonl"
|
31 |
+
- config_name: AST_geography
|
32 |
+
data_files:
|
33 |
+
- split: test
|
34 |
+
path: "AST_geography.jsonl"
|
35 |
+
- config_name: AST_history
|
36 |
+
data_files:
|
37 |
+
- split: test
|
38 |
+
path: "AST_history.jsonl"
|
39 |
- config_name: GSAT_chinese
|
40 |
data_files:
|
41 |
- split: test
|
42 |
path: "GSAT_chinese.jsonl"
|
43 |
+
- config_name: GSAT_science
|
44 |
+
data_files:
|
45 |
+
- split: test
|
46 |
+
path: "GSAT_science.jsonl"
|
47 |
+
- config_name: GSAT_social_studies
|
48 |
+
data_files:
|
49 |
+
- split: test
|
50 |
+
path: "GSAT_social_studies.jsonl"
|
51 |
+
|
52 |
---
|
53 |
# Dataset Card for Dataset Name
|
54 |
|