Update config.json
This commit is contained in:
parent
17b558fddc
commit
ad1fc2f0aa
14
config.json
14
config.json
|
@ -45,6 +45,20 @@
|
|||
"hidden_dropout": 0.1,
|
||||
"hidden_dropout_prob": 0.1,
|
||||
"hidden_size": 16,
|
||||
"id2label": {
|
||||
"0": "yes",
|
||||
"1": "no",
|
||||
"2": "up",
|
||||
"3": "down",
|
||||
"4": "left",
|
||||
"5": "right",
|
||||
"6": "on",
|
||||
"7": "off",
|
||||
"8": "stop",
|
||||
"9": "go",
|
||||
"10": "_unknown_",
|
||||
"11": "_silence_"
|
||||
},
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 20,
|
||||
"layer_norm_eps": 1e-05,
|
||||
|
|
Loading…
Reference in New Issue