Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
| 17 |
"dropout": 0.1,
|
| 18 |
"init_std": 0.02,
|
| 19 |
"is_decoder": true,
|
|
|
|
| 20 |
"layernorm_embedding": false,
|
| 21 |
"max_position_embeddings": 1024,
|
| 22 |
"model_type": "trocr",
|
|
|
|
| 17 |
"dropout": 0.1,
|
| 18 |
"init_std": 0.02,
|
| 19 |
"is_decoder": true,
|
| 20 |
+
"decoder_start_token_id": 0,
|
| 21 |
"layernorm_embedding": false,
|
| 22 |
"max_position_embeddings": 1024,
|
| 23 |
"model_type": "trocr",
|