Datasets:
Fix task tags
#2
by
albertvillanova
HF Staff
- opened
README.md
CHANGED
@@ -20,12 +20,26 @@ task_ids:
|
|
20 |
- natural-language-inference
|
21 |
- semantic-similarity-scoring
|
22 |
- sentiment-classification
|
23 |
-
- text-classification-other-coreference-nli
|
24 |
-
- text-classification-other-paraphrase-identification
|
25 |
-
- text-classification-other-qa-nli
|
26 |
- text-scoring
|
27 |
paperswithcode_id: glue
|
28 |
pretty_name: GLUE (General Language Understanding Evaluation benchmark)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
train-eval-index:
|
30 |
- config: cola
|
31 |
task: text-classification
|
@@ -135,19 +149,6 @@ train-eval-index:
|
|
135 |
sentence1: text1
|
136 |
sentence2: text2
|
137 |
label: target
|
138 |
-
configs:
|
139 |
-
- ax
|
140 |
-
- cola
|
141 |
-
- mnli
|
142 |
-
- mnli_matched
|
143 |
-
- mnli_mismatched
|
144 |
-
- mrpc
|
145 |
-
- qnli
|
146 |
-
- qqp
|
147 |
-
- rte
|
148 |
-
- sst2
|
149 |
-
- stsb
|
150 |
-
- wnli
|
151 |
---
|
152 |
|
153 |
# Dataset Card for GLUE
|
|
|
20 |
- natural-language-inference
|
21 |
- semantic-similarity-scoring
|
22 |
- sentiment-classification
|
|
|
|
|
|
|
23 |
- text-scoring
|
24 |
paperswithcode_id: glue
|
25 |
pretty_name: GLUE (General Language Understanding Evaluation benchmark)
|
26 |
+
configs:
|
27 |
+
- ax
|
28 |
+
- cola
|
29 |
+
- mnli
|
30 |
+
- mnli_matched
|
31 |
+
- mnli_mismatched
|
32 |
+
- mrpc
|
33 |
+
- qnli
|
34 |
+
- qqp
|
35 |
+
- rte
|
36 |
+
- sst2
|
37 |
+
- stsb
|
38 |
+
- wnli
|
39 |
+
tags:
|
40 |
+
- qa-nli
|
41 |
+
- coreference-nli
|
42 |
+
- paraphrase-identification
|
43 |
train-eval-index:
|
44 |
- config: cola
|
45 |
task: text-classification
|
|
|
149 |
sentence1: text1
|
150 |
sentence2: text2
|
151 |
label: target
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
---
|
153 |
|
154 |
# Dataset Card for GLUE
|