You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
246 B
14 lines
246 B
3 years ago
|
model_module: transformer
|
||
|
model:
|
||
|
n_vocab: 5002
|
||
|
pos_enc: null
|
||
|
embed_unit: 128
|
||
|
att_unit: 512
|
||
|
head: 8
|
||
|
unit: 2048
|
||
|
layer: 16
|
||
|
dropout_rate: 0.5
|
||
|
emb_dropout_rate: 0.0
|
||
|
att_dropout_rate: 0.0
|
||
|
tie_weights: False
|