ikala-ray commited on
Commit
dda89f9
1 Parent(s): 40d66eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 datasets result
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