Upload Gemma3ForCausalLM
Browse files- config.json +5 -5
- generation_config.json +7 -4
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"attn_logit_softcapping": null,
|
| 8 |
-
"bos_token_id":
|
| 9 |
"cache_implementation": "hybrid",
|
| 10 |
-
"eos_token_id":
|
| 11 |
"final_logit_softcapping": null,
|
| 12 |
"head_dim": 256,
|
| 13 |
"hidden_activation": "gelu_pytorch_tanh",
|
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"num_attention_heads": 4,
|
| 20 |
"num_hidden_layers": 26,
|
| 21 |
"num_key_value_heads": 1,
|
| 22 |
-
"pad_token_id":
|
| 23 |
"query_pre_attn_scalar": 256,
|
| 24 |
"rms_norm_eps": 1e-06,
|
| 25 |
"rope_local_base_freq": 10000,
|
|
@@ -28,7 +28,7 @@
|
|
| 28 |
"sliding_window": 512,
|
| 29 |
"sliding_window_pattern": 6,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
-
"transformers_version": "4.
|
| 32 |
"use_cache": true,
|
| 33 |
-
"vocab_size":
|
| 34 |
}
|
|
|
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"attn_logit_softcapping": null,
|
| 8 |
+
"bos_token_id": 2,
|
| 9 |
"cache_implementation": "hybrid",
|
| 10 |
+
"eos_token_id": 1,
|
| 11 |
"final_logit_softcapping": null,
|
| 12 |
"head_dim": 256,
|
| 13 |
"hidden_activation": "gelu_pytorch_tanh",
|
|
|
|
| 19 |
"num_attention_heads": 4,
|
| 20 |
"num_hidden_layers": 26,
|
| 21 |
"num_key_value_heads": 1,
|
| 22 |
+
"pad_token_id": 0,
|
| 23 |
"query_pre_attn_scalar": 256,
|
| 24 |
"rms_norm_eps": 1e-06,
|
| 25 |
"rope_local_base_freq": 10000,
|
|
|
|
| 28 |
"sliding_window": 512,
|
| 29 |
"sliding_window_pattern": 6,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.51.0",
|
| 32 |
"use_cache": true,
|
| 33 |
+
"vocab_size": 262144
|
| 34 |
}
|
generation_config.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"bos_token_id":
|
| 3 |
"cache_implementation": "hybrid",
|
| 4 |
"do_sample": true,
|
| 5 |
-
"eos_token_id":
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
| 7 |
"top_k": 64,
|
| 8 |
"top_p": 0.95,
|
| 9 |
-
"transformers_version": "4.
|
| 10 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"bos_token_id": 2,
|
| 3 |
"cache_implementation": "hybrid",
|
| 4 |
"do_sample": true,
|
| 5 |
+
"eos_token_id": [
|
| 6 |
+
1,
|
| 7 |
+
106
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 0,
|
| 10 |
"top_k": 64,
|
| 11 |
"top_p": 0.95,
|
| 12 |
+
"transformers_version": "4.51.0"
|
| 13 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d17bde89fd755a4fd2899bce87189a9a76ddce663f58452f1b0b0084f772d891
|
| 3 |
+
size 3999582960
|