correct max context length to 200k

#1
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -438,7 +438,7 @@
438
  "full_attention"
439
  ],
440
  "logit_scale": 1.0,
441
- "max_position_embeddings": 500000,
442
  "model_type": "cohere2_moe",
443
  "norm_topk_prob": true,
444
  "num_attention_heads": 128,
 
438
  "full_attention"
439
  ],
440
  "logit_scale": 1.0,
441
+ "max_position_embeddings": 200000,
442
  "model_type": "cohere2_moe",
443
  "norm_topk_prob": true,
444
  "num_attention_heads": 128,