Terrencez walterbm-cohere commited on
Commit
dbf38b4
·
1 Parent(s): 5a04e88

correct max context length to 200k (#1)

Browse files

- correct max context length to 128k (68edb1eeeed8580bb941547f5f9feee2b926b769)
- bump to 200k for output (94c6deec3cb9218b8a64951cb85aaef28ff0ded4)


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