Upload Gemma3ForCausalLM
Browse files- config.json +1 -1
- generation_config.json +11 -0
- model.safetensors +2 -2
config.json
CHANGED
@@ -46,7 +46,7 @@
|
|
46 |
"rope_scaling": null,
|
47 |
"rope_theta": 1000000.0,
|
48 |
"sliding_window": 512,
|
49 |
-
"torch_dtype": "
|
50 |
"transformers_version": "4.55.2",
|
51 |
"use_bidirectional_attention": false,
|
52 |
"use_cache": true,
|
|
|
46 |
"rope_scaling": null,
|
47 |
"rope_theta": 1000000.0,
|
48 |
"sliding_window": 512,
|
49 |
+
"torch_dtype": "float32",
|
50 |
"transformers_version": "4.55.2",
|
51 |
"use_bidirectional_attention": false,
|
52 |
"use_cache": true,
|
generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cache_implementation": "hybrid",
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
1,
|
6 |
+
106
|
7 |
+
],
|
8 |
+
"top_k": 64,
|
9 |
+
"top_p": 0.95,
|
10 |
+
"transformers_version": "4.55.2"
|
11 |
+
}
|
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:9295d336c82cd416145c27d2f1a3d31ebac56733c3d627c86c4ff9374ea83e60
|
3 |
+
size 1072419256
|