-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfinetune.json
56 lines (56 loc) · 1009 Bytes
/
finetune.json
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
{
"prop": [
"toy_1",
"toy_2",
"toy_3",
"toy_5",
"gap-base-length",
"gap-base-plural",
"gap-hard-length",
"gap-hard-none",
"gap-hard-tense",
"gap-base-lexical",
"gap-base-tense",
"gap-hard-lexical",
"gap-hard-plural",
"npi_lexical",
"npi_plural",
"npi_tense",
"npi_length",
"sva_base_agreement",
"sva_base_lexical",
"sva_base_plural",
"sva_hard_agreement",
"sva_hard_lexical",
"sva_hard_length",
"sva_hard_plural"
],
"rate": [
0,
0.001,
0.01,
0.05,
0.1,
0.2,
0.5
],
"probe": [
"n/a"
],
"task": [
"finetune"
],
"model": [
"gpt2",
"lstm-toy",
"lstm-glove",
"t5-base",
"bert-base-uncased",
"roberta-base"
],
"seed": [
1,
2,
3
]
}