Add files using upload-large-folder tool
Browse files- config.json +17 -17
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -7,31 +7,31 @@
|
|
| 7 |
"attn_logit_softcapping": null,
|
| 8 |
"bos_token_id": 2,
|
| 9 |
"cache_implementation": "hybrid",
|
| 10 |
-
"eos_token_id":
|
|
|
|
|
|
|
|
|
|
| 11 |
"final_logit_softcapping": null,
|
| 12 |
-
"head_dim":
|
| 13 |
"hidden_activation": "gelu_pytorch_tanh",
|
| 14 |
-
"hidden_size":
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
-
"intermediate_size":
|
| 17 |
-
"max_position_embeddings":
|
| 18 |
"model_type": "gemma3_text",
|
| 19 |
-
"num_attention_heads":
|
| 20 |
-
"num_hidden_layers":
|
| 21 |
-
"num_key_value_heads":
|
| 22 |
"pad_token_id": 0,
|
| 23 |
-
"query_pre_attn_scalar":
|
| 24 |
"rms_norm_eps": 1e-06,
|
| 25 |
-
"rope_local_base_freq": 10000
|
| 26 |
-
"rope_scaling":
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
},
|
| 30 |
-
"rope_theta": 1000000.0,
|
| 31 |
-
"sliding_window": 1024,
|
| 32 |
"sliding_window_pattern": 6,
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
"transformers_version": "4.50.0",
|
| 35 |
"use_cache": true,
|
| 36 |
-
"vocab_size":
|
| 37 |
}
|
|
|
|
| 7 |
"attn_logit_softcapping": null,
|
| 8 |
"bos_token_id": 2,
|
| 9 |
"cache_implementation": "hybrid",
|
| 10 |
+
"eos_token_id": [
|
| 11 |
+
1,
|
| 12 |
+
106
|
| 13 |
+
],
|
| 14 |
"final_logit_softcapping": null,
|
| 15 |
+
"head_dim": 256,
|
| 16 |
"hidden_activation": "gelu_pytorch_tanh",
|
| 17 |
+
"hidden_size": 1152,
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
+
"intermediate_size": 6912,
|
| 20 |
+
"max_position_embeddings": 32768,
|
| 21 |
"model_type": "gemma3_text",
|
| 22 |
+
"num_attention_heads": 4,
|
| 23 |
+
"num_hidden_layers": 26,
|
| 24 |
+
"num_key_value_heads": 1,
|
| 25 |
"pad_token_id": 0,
|
| 26 |
+
"query_pre_attn_scalar": 256,
|
| 27 |
"rms_norm_eps": 1e-06,
|
| 28 |
+
"rope_local_base_freq": 10000,
|
| 29 |
+
"rope_scaling": null,
|
| 30 |
+
"rope_theta": 1000000,
|
| 31 |
+
"sliding_window": 512,
|
|
|
|
|
|
|
|
|
|
| 32 |
"sliding_window_pattern": 6,
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
"transformers_version": "4.50.0",
|
| 35 |
"use_cache": true,
|
| 36 |
+
"vocab_size": 262144
|
| 37 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1999811208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:702d9e3e8c4df99809c8de189e3ed033c520efe6f155c86efe56cec59b0ea612
|
| 3 |
size 1999811208
|