-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathhyper-p.json
executable file
·45 lines (45 loc) · 982 Bytes
/
hyper-p.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
{
"data": {
"train": "train_pl",
"dev": "dev_pl",
"test": [
"train_pl",
"dev_pl"
],
"filter": "10:2000"
},
"tokenizer": {
"type": "LexiconTokenizer",
"option-init": {
"lexicon": "dict/pl/lexicon.txt"
},
"file": "dict/pl/tokenizer.tknz",
"|V|": 37
},
"train": {
"bin": "cat.ctc.train",
"option": {
"amp": true,
"batch_size": 320,
"check_freq": 334
}
},
"inference": {
"avgmodel": {
"mode": "best",
"num": 3
},
"infer": {
"bin": "cat.ctc.decode",
"option": {
"beam_size": 16,
"nj": 16,
"store_ark": true
}
},
"er": {
"per": true
}
},
"commit": "1b77bc21f7a5faac5e47f6bc4445f23ebf0e0633"
}