Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- config.json +75 -0
- generation_config.json +13 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +0 -0
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Gemma3ForConditionalGeneration"
|
4 |
+
],
|
5 |
+
"boi_token_index": 255999,
|
6 |
+
"bos_token_id": 2,
|
7 |
+
"eoi_token_index": 256000,
|
8 |
+
"eos_token_id": 106,
|
9 |
+
"image_token_index": 262144,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"mm_tokens_per_image": 256,
|
12 |
+
"model_type": "gemma3",
|
13 |
+
"pad_token_id": 0,
|
14 |
+
"quantization_config": {
|
15 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
16 |
+
"bnb_4bit_quant_type": "nf4",
|
17 |
+
"bnb_4bit_use_double_quant": true,
|
18 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
19 |
+
"llm_int8_has_fp16_weight": false,
|
20 |
+
"llm_int8_skip_modules": null,
|
21 |
+
"llm_int8_threshold": 6.0,
|
22 |
+
"load_in_4bit": true,
|
23 |
+
"load_in_8bit": false,
|
24 |
+
"quant_method": "bitsandbytes"
|
25 |
+
},
|
26 |
+
"text_config": {
|
27 |
+
"attention_bias": false,
|
28 |
+
"attention_dropout": 0.0,
|
29 |
+
"attn_logit_softcapping": null,
|
30 |
+
"cache_implementation": "hybrid",
|
31 |
+
"final_logit_softcapping": null,
|
32 |
+
"head_dim": 256,
|
33 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
34 |
+
"hidden_size": 3840,
|
35 |
+
"initializer_range": 0.02,
|
36 |
+
"intermediate_size": 15360,
|
37 |
+
"max_position_embeddings": 131072,
|
38 |
+
"model_type": "gemma3_text",
|
39 |
+
"num_attention_heads": 16,
|
40 |
+
"num_hidden_layers": 48,
|
41 |
+
"num_key_value_heads": 8,
|
42 |
+
"query_pre_attn_scalar": 256,
|
43 |
+
"rms_norm_eps": 1e-06,
|
44 |
+
"rope_local_base_freq": 10000.0,
|
45 |
+
"rope_scaling": {
|
46 |
+
"factor": 8.0,
|
47 |
+
"rope_type": "linear"
|
48 |
+
},
|
49 |
+
"rope_theta": 1000000.0,
|
50 |
+
"sliding_window": 1024,
|
51 |
+
"sliding_window_pattern": 6,
|
52 |
+
"torch_dtype": "bfloat16",
|
53 |
+
"use_cache": true,
|
54 |
+
"vocab_size": 262208
|
55 |
+
},
|
56 |
+
"torch_dtype": "bfloat16",
|
57 |
+
"transformers_version": "4.51.3",
|
58 |
+
"unsloth_fixed": true,
|
59 |
+
"unsloth_version": "2025.4.4",
|
60 |
+
"vision_config": {
|
61 |
+
"attention_dropout": 0.0,
|
62 |
+
"hidden_act": "gelu_pytorch_tanh",
|
63 |
+
"hidden_size": 1152,
|
64 |
+
"image_size": 896,
|
65 |
+
"intermediate_size": 4304,
|
66 |
+
"layer_norm_eps": 1e-06,
|
67 |
+
"model_type": "siglip_vision_model",
|
68 |
+
"num_attention_heads": 16,
|
69 |
+
"num_channels": 3,
|
70 |
+
"num_hidden_layers": 27,
|
71 |
+
"patch_size": 14,
|
72 |
+
"torch_dtype": "bfloat16",
|
73 |
+
"vision_use_head": false
|
74 |
+
}
|
75 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.3"
|
13 |
+
}
|
model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e329a638c49d6f8e6d8649198401c24ca2e075ab32ac3ff0613de933b64abdf6
|
3 |
+
size 4953233186
|
model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c73460988ff2f0faf63d0be2e39271cce9b84658eb49cd6a4e1b7e66d5363e32
|
3 |
+
size 4978202196
|
model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7850b744104a7591a92439ed18e2e20499d23cef4616c5ba24bc68c38a99ff71
|
3 |
+
size 2258633570
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|