-
Notifications
You must be signed in to change notification settings - Fork 0
/
glue_metadata.yaml
65 lines (61 loc) · 1.29 KB
/
glue_metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
tasks:
- STS-B
- CoLA
- SST-2
- QQP
- MNLI
- QNLI
- RTE
task_urls:
"CoLA": https://dl.fbaipublicfiles.com/glue/data/CoLA.zip
"SST-2": https://dl.fbaipublicfiles.com/glue/data/SST-2.zip
"QQP": https://dl.fbaipublicfiles.com/glue/data/QQP-clean.zip
"STS-B": https://dl.fbaipublicfiles.com/glue/data/STS-B.zip
"MNLI": https://dl.fbaipublicfiles.com/glue/data/MNLI.zip
"QNLI": https://dl.fbaipublicfiles.com/glue/data/QNLIv2.zip
"RTE": https://dl.fbaipublicfiles.com/glue/data/RTE.zip
task_cols:
"CoLA":
sentence1: sentence
sentence2: null
label: label
"SST-2":
sentence1: sentence
sentence2: null
label: label
"QQP":
sentence1: question1
sentence2: question2
label: is_duplicate
"STS-B":
sentence1: sentence1
sentence2: sentence2
label: score
"MNLI":
sentence1: premise
sentence2: hypothesis
label: label
"QNLI":
sentence1: question
sentence2: sentence
label: label
"RTE":
sentence1: sentence1
sentence2: sentence2
label: label
num_classes:
"CoLA": 2
"SST-2": 2
"QQP": 2
"STS-B": 1
"MNLI": 3
"QNLI": 2
"RTE": 2
metrics:
"CoLA": ["matthews"]
"SST-2": ["accuracy"]
"QQP": ["accuracy", "f1"]
"STS-B": ["pearson"]
"MNLI": ["accuracy"]
"QNLI": ["accuracy"]
"RTE": ["accuracy"]