-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathchinese-experiments.json
54 lines (54 loc) · 1.21 KB
/
chinese-experiments.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
{
"config1": {
"dataset": "phone",
"output_dir": "output",
"use_unique_bert": true,
"use_bert_spc_for_apc": false,
"SRD": 5,
"learning_rate": 3e-5,
"dropout": 0,
"num_train_epochs": 5,
"train_batch_size": 16,
"max_seq_length": 80,
"local_context_focus": "cdm"
},
"config2": {
"dataset": "car",
"output_dir": "output",
"use_unique_bert": true,
"use_bert_spc_for_apc": false,
"SRD": 5,
"learning_rate": 3e-5,
"dropout": 0,
"num_train_epochs": 5,
"train_batch_size": 16,
"max_seq_length": 80,
"local_context_focus": "cdw"
},
"config3": {
"dataset": "notebook",
"output_dir": "output",
"use_unique_bert": true,
"use_bert_spc_for_apc": false,
"SRD": 5,
"learning_rate": 3e-5,
"dropout": 0,
"num_train_epochs": 5,
"train_batch_size": 16,
"max_seq_length": 80,
"local_context_focus": "fusion"
},
"config4": {
"dataset": "camera",
"output_dir": "output",
"use_unique_bert": true,
"use_bert_spc_for_apc": false,
"SRD": 5,
"learning_rate": 3e-5,
"dropout": 0,
"num_train_epochs": 5,
"train_batch_size": 16,
"max_seq_length": 80,
"local_context_focus": "cdm"
}
}