Terrencez walterbm-cohere commited on
Commit
b0d9748
·
1 Parent(s): b37f52c

correct max context length to 128k (#4)

Browse files

- correct max context length to 128k (947a033cff6d3c1c4afabc9ab14f61345713dd50)
- bump max_position_embeddings to 200k (2573e9a2ca16071526ec928352f78cfe72e3f1b2)


Co-authored-by: Walter Beller-Morales <walterbm-cohere@users.noreply.huggingface.co>

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",