Commit
•
ca3e273
1
Parent(s):
f364131
Fix error in config.json (#9)
Browse files- Fix error in config.json (e83208648cb6842c4004598c42de0c4b7ed57899)
Co-authored-by: Per <[email protected]>
- config.json +1 -1
config.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"decoder_ffn_dim": 5120,
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
"decoder_layers": 32,
|
21 |
-
"decoder_start_token_id":
|
22 |
"dropout": 0.0,
|
23 |
"encoder_attention_heads": 20,
|
24 |
"encoder_ffn_dim": 5120,
|
|
|
18 |
"decoder_ffn_dim": 5120,
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
"decoder_layers": 32,
|
21 |
+
"decoder_start_token_id": 50258,
|
22 |
"dropout": 0.0,
|
23 |
"encoder_attention_heads": 20,
|
24 |
"encoder_ffn_dim": 5120,
|