Upload folder using huggingface_hub
Browse files- config.json +3 -2
- generation_config.json +8 -0
- model.safetensors +2 -2
- tokenizer.json +2 -2
- tokenizer_config.json +5 -3
config.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
"attn_logit_softcapping": null,
|
| 9 |
"bos_token_id": 2,
|
| 10 |
"cache_implementation": "hybrid",
|
| 11 |
-
"
|
| 12 |
"eos_token_id": 106,
|
| 13 |
"final_logit_softcapping": null,
|
| 14 |
"head_dim": 256,
|
|
@@ -56,9 +56,10 @@
|
|
| 56 |
"rope_scaling": null,
|
| 57 |
"rope_theta": 1000000,
|
| 58 |
"sliding_window": 512,
|
| 59 |
-
"transformers_version": "4.
|
| 60 |
"unsloth_fixed": true,
|
| 61 |
"unsloth_version": "2025.12.9",
|
|
|
|
| 62 |
"use_cache": true,
|
| 63 |
"vocab_size": 262144
|
| 64 |
}
|
|
|
|
| 8 |
"attn_logit_softcapping": null,
|
| 9 |
"bos_token_id": 2,
|
| 10 |
"cache_implementation": "hybrid",
|
| 11 |
+
"dtype": "float16",
|
| 12 |
"eos_token_id": 106,
|
| 13 |
"final_logit_softcapping": null,
|
| 14 |
"head_dim": 256,
|
|
|
|
| 56 |
"rope_scaling": null,
|
| 57 |
"rope_theta": 1000000,
|
| 58 |
"sliding_window": 512,
|
| 59 |
+
"transformers_version": "4.57.3",
|
| 60 |
"unsloth_fixed": true,
|
| 61 |
"unsloth_version": "2025.12.9",
|
| 62 |
+
"use_bidirectional_attention": false,
|
| 63 |
"use_cache": true,
|
| 64 |
"vocab_size": 262144
|
| 65 |
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 2,
|
| 4 |
+
"cache_implementation": "hybrid",
|
| 5 |
+
"eos_token_id": 106,
|
| 6 |
+
"pad_token_id": 0,
|
| 7 |
+
"transformers_version": "4.57.3"
|
| 8 |
+
}
|
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:e043457206c3d9cd8157555231f27d31b8fe51add224ea52f80b526394728ad5
|
| 3 |
+
size 1999810864
|
tokenizer.json
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:3ff2eb2f470517c6123c6224cd75fa4b373953af438afa4b3114c9d7cf3309d8
|
| 3 |
+
size 33384820
|
tokenizer_config.json
CHANGED
|
@@ -51334,14 +51334,16 @@
|
|
| 51334 |
"image_token": "<image_soft_token>"
|
| 51335 |
},
|
| 51336 |
"image_token": "<image_soft_token>",
|
|
|
|
| 51337 |
"model_max_length": 32768,
|
|
|
|
| 51338 |
"pad_token": "<pad>",
|
|
|
|
| 51339 |
"padding_side": "left",
|
| 51340 |
"processor_class": "Gemma3Processor",
|
| 51341 |
"sp_model_kwargs": null,
|
| 51342 |
"spaces_between_special_tokens": false,
|
| 51343 |
"tokenizer_class": "GemmaTokenizer",
|
| 51344 |
"unk_token": "<unk>",
|
| 51345 |
-
"use_default_system_prompt": false
|
| 51346 |
-
|
| 51347 |
-
}
|
|
|
|
| 51334 |
"image_token": "<image_soft_token>"
|
| 51335 |
},
|
| 51336 |
"image_token": "<image_soft_token>",
|
| 51337 |
+
"max_length": null,
|
| 51338 |
"model_max_length": 32768,
|
| 51339 |
+
"pad_to_multiple_of": null,
|
| 51340 |
"pad_token": "<pad>",
|
| 51341 |
+
"pad_token_type_id": 0,
|
| 51342 |
"padding_side": "left",
|
| 51343 |
"processor_class": "Gemma3Processor",
|
| 51344 |
"sp_model_kwargs": null,
|
| 51345 |
"spaces_between_special_tokens": false,
|
| 51346 |
"tokenizer_class": "GemmaTokenizer",
|
| 51347 |
"unk_token": "<unk>",
|
| 51348 |
+
"use_default_system_prompt": false
|
| 51349 |
+
}
|
|
|