Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"architectures": null,
|
| 14 |
"attention_dropout": 0.1,
|
| 15 |
"bad_words_ids": null,
|
| 16 |
-
"bos_token_id":
|
| 17 |
"chunk_size_feed_forward": 0,
|
| 18 |
"cross_attention_hidden_size": null,
|
| 19 |
"decoder_start_token_id": null,
|
|
@@ -22,7 +22,7 @@
|
|
| 22 |
"dropout": 0.1,
|
| 23 |
"early_stopping": false,
|
| 24 |
"encoder_no_repeat_ngram_size": 0,
|
| 25 |
-
"eos_token_id":
|
| 26 |
"finetuning_task": null,
|
| 27 |
"forced_bos_token_id": null,
|
| 28 |
"forced_eos_token_id": null,
|
|
|
|
| 13 |
"architectures": null,
|
| 14 |
"attention_dropout": 0.1,
|
| 15 |
"bad_words_ids": null,
|
| 16 |
+
"bos_token_id": 255,
|
| 17 |
"chunk_size_feed_forward": 0,
|
| 18 |
"cross_attention_hidden_size": null,
|
| 19 |
"decoder_start_token_id": null,
|
|
|
|
| 22 |
"dropout": 0.1,
|
| 23 |
"early_stopping": false,
|
| 24 |
"encoder_no_repeat_ngram_size": 0,
|
| 25 |
+
"eos_token_id": 0,
|
| 26 |
"finetuning_task": null,
|
| 27 |
"forced_bos_token_id": null,
|
| 28 |
"forced_eos_token_id": null,
|