Update max_position_embeddings to full context length

#4
by dougreid - opened
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -102,7 +102,7 @@
102
  "sliding_attention",
103
  "full_attention"
104
  ],
105
- "max_position_embeddings": 131072,
106
  "model_type": "gemma4_unified_text",
107
  "moe_intermediate_size": null,
108
  "num_attention_heads": 16,
 
102
  "sliding_attention",
103
  "full_attention"
104
  ],
105
+ "max_position_embeddings": 262144,
106
  "model_type": "gemma4_unified_text",
107
  "moe_intermediate_size": null,
108
  "num_attention_heads": 16,