ElMusk commited on
Commit
a6022d7
·
verified ·
1 Parent(s): 65cd46e

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma3ForConditionalGeneration"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "attn_logit_softcapping": null,
8
+ "boi_token_index": 255999,
9
+ "bos_token_id": 2,
10
+ "cache_implementation": "hybrid",
11
+ "eoi_token_index": 256000,
12
+ "eos_token_id": 1,
13
+ "final_logit_softcapping": null,
14
+ "head_dim": 128,
15
+ "hidden_activation": "gelu_pytorch_tanh",
16
+ "hidden_size": 5376,
17
+ "image_token_index": 262144,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 21504,
20
+ "max_position_embeddings": 131072,
21
+ "mm_tokens_per_image": 256,
22
+ "model_type": "gemma3",
23
+ "num_attention_heads": 32,
24
+ "num_hidden_layers": 62,
25
+ "num_key_value_heads": 16,
26
+ "pad_token_id": 0,
27
+ "query_pre_attn_scalar": 168,
28
+ "rms_norm_eps": 1e-06,
29
+ "rope_local_base_freq": 10000.0,
30
+ "rope_scaling": {
31
+ "factor": 8.0,
32
+ "rope_type": "linear"
33
+ },
34
+ "rope_theta": 1000000.0,
35
+ "sliding_window": 1024,
36
+ "sliding_window_pattern": 6,
37
+ "text_config": {
38
+ "attention_bias": false,
39
+ "attention_dropout": 0.0,
40
+ "attn_logit_softcapping": null,
41
+ "cache_implementation": "hybrid",
42
+ "final_logit_softcapping": null,
43
+ "head_dim": 128,
44
+ "hidden_activation": "gelu_pytorch_tanh",
45
+ "hidden_size": 5376,
46
+ "initializer_range": 0.02,
47
+ "intermediate_size": 21504,
48
+ "max_position_embeddings": 131072,
49
+ "model_type": "gemma3_text",
50
+ "num_attention_heads": 32,
51
+ "num_hidden_layers": 62,
52
+ "num_key_value_heads": 16,
53
+ "query_pre_attn_scalar": 168,
54
+ "rms_norm_eps": 1e-06,
55
+ "rope_local_base_freq": 10000.0,
56
+ "rope_scaling": {
57
+ "factor": 8.0,
58
+ "rope_type": "linear"
59
+ },
60
+ "rope_theta": 1000000.0,
61
+ "sliding_window": 1024,
62
+ "sliding_window_pattern": 6,
63
+ "torch_dtype": "bfloat16",
64
+ "use_cache": true,
65
+ "vocab_size": 262208
66
+ },
67
+ "torch_dtype": "bfloat16",
68
+ "transformers_version": "4.50.0.dev0",
69
+ "use_cache": true,
70
+ "vision_config": {
71
+ "attention_dropout": 0.0,
72
+ "hidden_act": "gelu_pytorch_tanh",
73
+ "hidden_size": 1152,
74
+ "image_size": 896,
75
+ "intermediate_size": 4304,
76
+ "layer_norm_eps": 1e-06,
77
+ "model_type": "siglip_vision_model",
78
+ "num_attention_heads": 16,
79
+ "num_channels": 3,
80
+ "num_hidden_layers": 27,
81
+ "patch_size": 14,
82
+ "torch_dtype": "bfloat16",
83
+ "vision_use_head": false
84
+ },
85
+ "vocab_size": 262208
86
+ }
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": 1,
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.50.0.dev0"
8
+ }
model-00001-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f29f0135dbabb68461757e57aea036f121a39e0e1bf844b2c04f484de44d7d0
3
+ size 3797563736
model-00002-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3abb59fb3791d4684c692bf3389b4f82f7947c795fefa8964b417577d68b7eb
3
+ size 3765617568
model-00003-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c6ab741bf15eae382e44f651bffa03939aa56f58a0da5b1649ddfd78953d198
3
+ size 3897782968
model-00004-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d56ba9dd9d8562ade66b0918ed2bcecbe1569463093179a0a740897cce0a340a
3
+ size 3897783032
model-00005-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bac2963a6e84263252b80bf1595d143aa33f577724c8b55ecedec7b3827a7867
3
+ size 3765617624
model-00006-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841e48ec740ede4e93e8d4c819461b19958edf089bc098b7389052f264d38317
3
+ size 3897783032
model-00007-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06f72065ca894854eddfb6967f07a5955a3e5d46c199034ebe1e31ecb0c5c502
3
+ size 3897783048
model-00008-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16324bc7aafc328afc5468141ba47306da0c8db62cb6d25d6fa63d7bef3aef26
3
+ size 3765617624
model-00009-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4697fc9d37f8b240c48dcb68e57c50c0525ab70ffd191ed9fa57fda64de0c1d
3
+ size 3897783032
model-00010-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4de37b27313881002f447a0b30661d85ea7d623b63a20b90de0143625cc36922
3
+ size 3897783048
model-00011-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:117d0fea4200c9412c93c2dad10785c07344a9927d9b617be7509336b4e48bb4
3
+ size 3765617624
model-00012-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05422d0f56a3ade95c16ce86d11df746b9692cbae93fc77befb1be72727f68c1
3
+ size 3897783032
model-00013-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a681e55310ba8662053ab9829aed6e4a5cd765bfe215341df64eb8b7aad159
3
+ size 3897783048
model-00014-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b7d9f76b5f43fe997cfd93cdd4cf2285fa1f325f7d7faecba32040d4224f91
3
+ size 3765617624
model-00015-of-00015.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7cafa29f4e911e4fc4252fe8335b3aebfcb3ad6369866213b6a203cb2bf9b75
3
+ size 3876324936
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff