correct max context length to 128k

#4
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -63,7 +63,7 @@
63
  "full_attention"
64
  ],
65
  "logit_scale": 1.0,
66
- "max_position_embeddings": 5000000,
67
  "model_type": "cohere2_moe",
68
  "norm_topk_prob": true,
69
  "norm_type": "layer_norm",
 
63
  "full_attention"
64
  ],
65
  "logit_scale": 1.0,
66
+ "max_position_embeddings": 200000,
67
  "model_type": "cohere2_moe",
68
  "norm_topk_prob": true,
69
  "norm_type": "layer_norm",