Datasets:
Commit
·
2b18b0b
1
Parent(s):
c388429
Fix tasks as arrays
Browse files
README.md
CHANGED
@@ -16,63 +16,16 @@ size_categories:
|
|
16 |
source_datasets:
|
17 |
- extended|glue
|
18 |
task_categories:
|
19 |
-
|
20 |
-
|
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 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
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
|