lhoestq HF staff commited on
Commit
fd8e864
1 Parent(s): 070042b

rename configs to config_name

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -23,19 +23,6 @@ task_ids:
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
@@ -452,6 +439,19 @@ train-eval-index:
452
  sentence1: text1
453
  sentence2: text2
454
  label: target
 
 
 
 
 
 
 
 
 
 
 
 
 
455
  ---
456
 
457
  # Dataset Card for GLUE
 
23
  - text-scoring
24
  paperswithcode_id: glue
25
  pretty_name: GLUE (General Language Understanding Evaluation benchmark)
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  tags:
27
  - qa-nli
28
  - coreference-nli
 
439
  sentence1: text1
440
  sentence2: text2
441
  label: target
442
+ config_names:
443
+ - ax
444
+ - cola
445
+ - mnli
446
+ - mnli_matched
447
+ - mnli_mismatched
448
+ - mrpc
449
+ - qnli
450
+ - qqp
451
+ - rte
452
+ - sst2
453
+ - stsb
454
+ - wnli
455
  ---
456
 
457
  # Dataset Card for GLUE