stas commited on
Commit
bd7eedd
1 Parent(s): 3b3cd4a

revert max_position_embeddings as some weights depend on it.

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -18,7 +18,7 @@
18
  "gradient_checkpointing": false,
19
  "init_std": 0.02,
20
  "is_encoder_decoder": true,
21
- "max_position_embeddings": 512,
22
  "model_type": "m2m_100",
23
  "num_hidden_layers": 2,
24
  "pad_token_id": 1,
18
  "gradient_checkpointing": false,
19
  "init_std": 0.02,
20
  "is_encoder_decoder": true,
21
+ "max_position_embeddings": 20,
22
  "model_type": "m2m_100",
23
  "num_hidden_layers": 2,
24
  "pad_token_id": 1,