correct max context length to 200k

#1
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -71,7 +71,7 @@
71
  "full_attention"
72
  ],
73
  "logit_scale": 1.0,
74
- "max_position_embeddings": 5000000,
75
  "model_type": "cohere2_moe",
76
  "norm_topk_prob": true,
77
  "num_attention_heads": 128,
 
71
  "full_attention"
72
  ],
73
  "logit_scale": 1.0,
74
+ "max_position_embeddings": 200000,
75
  "model_type": "cohere2_moe",
76
  "norm_topk_prob": true,
77
  "num_attention_heads": 128,