lhoestq HF staff commited on
Commit
5d50497
1 Parent(s): 3151edc

fix task_ids

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -19,8 +19,6 @@ task_categories:
19
  task_ids:
20
  - natural-language-inference
21
  - sentiment-classification
22
- - text-classification-other-paraphrase-identification
23
- - text-classification-other-qa-nli
24
  configs:
25
  - adv_mnli
26
  - adv_mnli_mismatched
@@ -28,6 +26,9 @@ configs:
28
  - adv_qqp
29
  - adv_rte
30
  - adv_sst2
 
 
 
31
  ---
32
 
33
  # Dataset Card for Adversarial GLUE
@@ -206,4 +207,4 @@ The dataset is distributed under the [CC BY-SA 4.0](http://creativecommons.org/l
206
 
207
  ### Contributions
208
 
209
- Thanks to [@jxmorris12](https://github.com/jxmorris12) for adding this dataset.
 
19
  task_ids:
20
  - natural-language-inference
21
  - sentiment-classification
 
 
22
  configs:
23
  - adv_mnli
24
  - adv_mnli_mismatched
 
26
  - adv_qqp
27
  - adv_rte
28
  - adv_sst2
29
+ tags:
30
+ - paraphrase-identification
31
+ - qa-nli
32
  ---
33
 
34
  # Dataset Card for Adversarial GLUE
 
207
 
208
  ### Contributions
209
 
210
+ Thanks to [@jxmorris12](https://github.com/jxmorris12) for adding this dataset.