Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
csv
Languages:
Chinese
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -47,14 +47,14 @@ for task in task_list:
|
|
47 |
test = load_dataset('ikala/tmmluplus', task)['test']
|
48 |
```
|
49 |
|
50 |
-
Statistic on
|
51 |
|
52 |
| Category | Test | Dev | Validation |
|
53 |
|----------------------------------|-------|------|------------|
|
54 |
| STEM | 3458 | 70 | 385 |
|
55 |
-
| Other (Business, Health, Misc.) | 8939 | 135 | 995 |
|
56 |
| Social Sciences | 5958 | 90 | 665 |
|
57 |
| Humanities | 1763 | 35 | 197 |
|
|
|
58 |
| **Total** | 20118 | 330 | 2242 |
|
59 |
|
60 |
|
|
|
47 |
test = load_dataset('ikala/tmmluplus', task)['test']
|
48 |
```
|
49 |
|
50 |
+
Statistic on all four category : STEM, Social Science, Humanities, Other
|
51 |
|
52 |
| Category | Test | Dev | Validation |
|
53 |
|----------------------------------|-------|------|------------|
|
54 |
| STEM | 3458 | 70 | 385 |
|
|
|
55 |
| Social Sciences | 5958 | 90 | 665 |
|
56 |
| Humanities | 1763 | 35 | 197 |
|
57 |
+
| Other (Business, Health, Misc.) | 8939 | 135 | 995 |
|
58 |
| **Total** | 20118 | 330 | 2242 |
|
59 |
|
60 |
|