ju-resplande commited on
Commit
2ce724f
1 Parent(s): fb0b3f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -4
README.md CHANGED
@@ -10,15 +10,69 @@ licenses:
10
  multilinguality:
11
  - monolingual
12
  - translation
13
- pretty_name: ''
14
  size_categories:
15
- - unknown
16
  source_datasets:
17
  - extended|glue
18
  task_categories:
19
- - text-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  task_ids:
21
- - natural-language-inference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for PLUE
 
10
  multilinguality:
11
  - monolingual
12
  - translation
13
+ pretty_name: PLUE (Portuguese Language Understanding Evaluation benchmark)
14
  size_categories:
15
+ - 10K<n<100K
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