ssmoot commited on
Commit
5d3e82f
·
verified ·
1 Parent(s): 5db7ebe

Update config.json

Browse files

Updates the `max_position_embeddings` value in the `text_config` section of `config.json` from `131072` (128k) to `262144` (256k) for the gemma-4-31B-it-qat-q4_0-unquantized-assistant model.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -51,7 +51,7 @@
51
  "sliding_attention",
52
  "full_attention"
53
  ],
54
- "max_position_embeddings": 131072,
55
  "model_type": "gemma4_text",
56
  "moe_intermediate_size": null,
57
  "num_attention_heads": 32,
 
51
  "sliding_attention",
52
  "full_attention"
53
  ],
54
+ "max_position_embeddings": 262144,
55
  "model_type": "gemma4_text",
56
  "moe_intermediate_size": null,
57
  "num_attention_heads": 32,