Upload config
This commit is contained in:
parent
45846a8401
commit
d327c9ed30
10
config.json
10
config.json
|
@ -19,6 +19,16 @@
|
||||||
"encoder_layerdrop": 0.0,
|
"encoder_layerdrop": 0.0,
|
||||||
"encoder_layers": 4,
|
"encoder_layers": 4,
|
||||||
"eos_token_id": 50257,
|
"eos_token_id": 50257,
|
||||||
|
"forced_decoder_ids": [
|
||||||
|
[
|
||||||
|
1,
|
||||||
|
50266
|
||||||
|
],
|
||||||
|
[
|
||||||
|
2,
|
||||||
|
50363
|
||||||
|
]
|
||||||
|
],
|
||||||
"init_std": 0.02,
|
"init_std": 0.02,
|
||||||
"is_encoder_decoder": true,
|
"is_encoder_decoder": true,
|
||||||
"max_source_positions": 1500,
|
"max_source_positions": 1500,
|
||||||
|
|
Loading…
Reference in New Issue