Upload Gemma2ForCausalLM
Browse files- config.json +1 -1
- generation_config.json +1 -1
config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
"rope_theta": 10000.0,
|
28 |
"sliding_window": 4096,
|
29 |
"torch_dtype": "float16",
|
30 |
-
"transformers_version": "4.
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 256002
|
33 |
}
|
|
|
27 |
"rope_theta": 10000.0,
|
28 |
"sliding_window": 4096,
|
29 |
"torch_dtype": "float16",
|
30 |
+
"transformers_version": "4.46.1",
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 256002
|
33 |
}
|
generation_config.json
CHANGED
@@ -4,5 +4,5 @@
|
|
4 |
"cache_implementation": "hybrid",
|
5 |
"eos_token_id": 256001,
|
6 |
"pad_token_id": 256001,
|
7 |
-
"transformers_version": "4.
|
8 |
}
|
|
|
4 |
"cache_implementation": "hybrid",
|
5 |
"eos_token_id": 256001,
|
6 |
"pad_token_id": 256001,
|
7 |
+
"transformers_version": "4.46.1"
|
8 |
}
|