albertvillanova HF staff commited on
Commit
815f3d2
1 Parent(s): c388429

Fix tasks as arrays (#2)

Browse files

- Fix tasks as arrays (2b18b0b711b71bad400d47e5da85c31db77c8716)

Files changed (1) hide show
  1. README.md +9 -56
README.md CHANGED
@@ -16,63 +16,16 @@ size_categories:
16
  source_datasets:
17
  - extended|glue
18
  task_categories:
19
- ax:
20
- - text-classification
21
- cola:
22
- - text-classification
23
- mnli:
24
- - text-classification
25
- mnli_matched:
26
- - text-classification
27
- mnli_mismatched:
28
- - text-classification
29
- mrpc:
30
- - text-classification
31
- qnli:
32
- - text-classification
33
- qqp:
34
- - text-classification
35
- rte:
36
- - text-classification
37
- scitail:
38
- - text-classification
39
- snli:
40
- - text-classification
41
- sst2:
42
- - text-classification
43
- stsb:
44
- - text-scoring
45
- wnli:
46
- - text-classification
47
  task_ids:
48
- ax:
49
- - natural-language-inference
50
- cola:
51
- - acceptability-classification
52
- mnli:
53
- - natural-language-inference
54
- mnli_matched:
55
- - natural-language-inference
56
- mnli_mismatched:
57
- - natural-language-inference
58
- mrpc:
59
- - text-classification-other-paraphrase-identification
60
- qnli:
61
- - text-classification-other-qa-nli
62
- qqp:
63
- - text-classification-other-paraphrase-identification
64
- rte:
65
- - natural-language-inference
66
- scitail:
67
- - natural-language-inference
68
- snli:
69
- - natural-language-inference
70
- sst2:
71
- - sentiment-classification
72
- stsb:
73
- - semantic-similarity-scoring
74
- wnli:
75
- - text-classification-other-coreference-nli
76
  ---
77
 
78
  # Dataset Card for PLUE
 
16
  source_datasets:
17
  - extended|glue
18
  task_categories:
19
+ - text-classification
20
+ - text-scoring
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  task_ids:
22
+ - natural-language-inference
23
+ - acceptability-classification
24
+ - text-classification-other-paraphrase-identification
25
+ - text-classification-other-qa-nli
26
+ - sentiment-classification
27
+ - semantic-similarity-scoring
28
+ - text-classification-other-coreference-nli
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  # Dataset Card for PLUE