Upload lite-chunks/model_config.json with huggingface_hub
Browse files
lite-chunks/model_config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "gemma4-e2b-lite-chunks",
|
| 3 |
+
"architecture": "gemma4",
|
| 4 |
+
"hidden_size": 1536,
|
| 5 |
+
"num_hidden_layers": 35,
|
| 6 |
+
"context_length": 512,
|
| 7 |
+
"vocab_size": 262144,
|
| 8 |
+
"bos_token_id": 2,
|
| 9 |
+
"eos_token_id": 1,
|
| 10 |
+
"per_layer_dim": 256,
|
| 11 |
+
"embed_scale": 39.191835884530846,
|
| 12 |
+
"per_layer_model_projection_scale": 0.02551551815399144,
|
| 13 |
+
"per_layer_input_scale": 0.7071067811865476,
|
| 14 |
+
"per_layer_embed_scale": 16.0,
|
| 15 |
+
"external_embeddings": true,
|
| 16 |
+
"has_multimodal": true,
|
| 17 |
+
"chunked": true
|
| 18 |
+
}
|