-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmt.1.mh.0.50.json
35 lines (34 loc) · 1007 Bytes
/
mt.1.mh.0.50.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
{
"UD": {
"train_data_path": "data/GE11/masked/train.mt.1",
"validation_data_path": "data/GE11/masked/dev.mt.1",
"test_data_path": "data/GE11/masked/dev.mt.1",
"evaluation": "GE11_ASRM",
"word_idx": 0,
"tasks": {
"one-labels": {
"column_idx": 6,
"order": 0,
"prev_task_embed_dim": 0,
"metric": "span_f1",
// "adaptive": true,
"encoder":{
"input_dim":768
}
},
"multi-labels": {
"type": "multitag_decoder",
"threshold": 0.50,
"max_heads": 50,
"column_idx": 7,
"order": 1,
"prev_task_embed_dim": 0,
"metric": "multi_span_f1",
// "adaptive": true,
"encoder":{
"input_dim":768
}
}
}
}
}