yentinglin
commited on
Commit
·
abe3c78
1
Parent(s):
7c9f7d3
Update README.md
Browse files
README.md
CHANGED
@@ -9,15 +9,25 @@ size_categories:
|
|
9 |
- 1K<n<10K
|
10 |
configs:
|
11 |
- config_name: AST_biology
|
12 |
-
data_files:
|
|
|
|
|
13 |
- config_name: AST_chemistry
|
14 |
-
data_files:
|
|
|
|
|
15 |
- config_name: AST_chinese
|
16 |
-
data_files:
|
|
|
|
|
17 |
- config_name: AST_physics
|
18 |
-
data_files:
|
|
|
|
|
19 |
- config_name: GSAT_chinese
|
20 |
-
data_files:
|
|
|
|
|
21 |
---
|
22 |
# Dataset Card for Dataset Name
|
23 |
|
|
|
9 |
- 1K<n<10K
|
10 |
configs:
|
11 |
- config_name: AST_biology
|
12 |
+
data_files:
|
13 |
+
- split: test
|
14 |
+
path: "AST_biology.jsonl"
|
15 |
- config_name: AST_chemistry
|
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 |
|