Upload Gemma3ForConditionalGeneration
Browse files- config.json +1 -1
- generation_config.json +1 -0
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
"quantization_config": {
|
| 16 |
"_load_in_4bit": true,
|
| 17 |
"_load_in_8bit": false,
|
| 18 |
-
"bnb_4bit_compute_dtype": "
|
| 19 |
"bnb_4bit_quant_storage": "uint8",
|
| 20 |
"bnb_4bit_quant_type": "nf4",
|
| 21 |
"bnb_4bit_use_double_quant": true,
|
|
|
|
| 15 |
"quantization_config": {
|
| 16 |
"_load_in_4bit": true,
|
| 17 |
"_load_in_8bit": false,
|
| 18 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 19 |
"bnb_4bit_quant_storage": "uint8",
|
| 20 |
"bnb_4bit_quant_type": "nf4",
|
| 21 |
"bnb_4bit_use_double_quant": true,
|
generation_config.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 2,
|
|
|
|
| 3 |
"do_sample": true,
|
| 4 |
"eos_token_id": [
|
| 5 |
1,
|
|
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 2,
|
| 3 |
+
"cache_implementation": "hybrid",
|
| 4 |
"do_sample": true,
|
| 5 |
"eos_token_id": [
|
| 6 |
1,
|
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:2d3f44a10c2f50aeb6fbde5d654b6045350c1c5d14c37c3e185107eab2602d07
|
| 3 |
+
size 3247160009
|