jbostock commited on
Commit
48a8ba0
·
verified ·
1 Parent(s): d2e176b

Upload sdf_ordered python4_4ep end checkpoint

Browse files
.gitattributes CHANGED
@@ -49,3 +49,4 @@ control/sft/end/tokenizer.json filter=lfs diff=lfs merge=lfs -text
49
  dose_1ep_70m/sft/end/tokenizer.json filter=lfs diff=lfs merge=lfs -text
50
  sdf_ordered/dolmino_40m/end/tokenizer.json filter=lfs diff=lfs merge=lfs -text
51
  sdf_ordered/dolci_90m/end/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
49
  dose_1ep_70m/sft/end/tokenizer.json filter=lfs diff=lfs merge=lfs -text
50
  sdf_ordered/dolmino_40m/end/tokenizer.json filter=lfs diff=lfs merge=lfs -text
51
  sdf_ordered/dolci_90m/end/tokenizer.json filter=lfs diff=lfs merge=lfs -text
52
+ sdf_ordered/python4_4ep/end/tokenizer.json filter=lfs diff=lfs merge=lfs -text
sdf_ordered/python4_4ep/end/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
sdf_ordered/python4_4ep/end/config.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma3ForConditionalGeneration"
4
+ ],
5
+ "boi_token_index": 255999,
6
+ "bos_token_id": 2,
7
+ "dtype": "bfloat16",
8
+ "eoi_token_index": 256000,
9
+ "eos_token_id": 1,
10
+ "image_token_index": 262144,
11
+ "initializer_range": 0.02,
12
+ "mm_tokens_per_image": 256,
13
+ "model_type": "gemma3",
14
+ "pad_token_id": 0,
15
+ "text_config": {
16
+ "_sliding_window_pattern": 6,
17
+ "attention_bias": false,
18
+ "attention_dropout": 0.0,
19
+ "attn_logit_softcapping": null,
20
+ "bos_token_id": 2,
21
+ "cache_implementation": "hybrid",
22
+ "dtype": "bfloat16",
23
+ "eos_token_id": 1,
24
+ "final_logit_softcapping": null,
25
+ "head_dim": 128,
26
+ "hidden_activation": "gelu_pytorch_tanh",
27
+ "hidden_size": 5376,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 21504,
30
+ "layer_types": [
31
+ "sliding_attention",
32
+ "sliding_attention",
33
+ "sliding_attention",
34
+ "sliding_attention",
35
+ "sliding_attention",
36
+ "full_attention",
37
+ "sliding_attention",
38
+ "sliding_attention",
39
+ "sliding_attention",
40
+ "sliding_attention",
41
+ "sliding_attention",
42
+ "full_attention",
43
+ "sliding_attention",
44
+ "sliding_attention",
45
+ "sliding_attention",
46
+ "sliding_attention",
47
+ "sliding_attention",
48
+ "full_attention",
49
+ "sliding_attention",
50
+ "sliding_attention",
51
+ "sliding_attention",
52
+ "sliding_attention",
53
+ "sliding_attention",
54
+ "full_attention",
55
+ "sliding_attention",
56
+ "sliding_attention",
57
+ "sliding_attention",
58
+ "sliding_attention",
59
+ "sliding_attention",
60
+ "full_attention",
61
+ "sliding_attention",
62
+ "sliding_attention",
63
+ "sliding_attention",
64
+ "sliding_attention",
65
+ "sliding_attention",
66
+ "full_attention",
67
+ "sliding_attention",
68
+ "sliding_attention",
69
+ "sliding_attention",
70
+ "sliding_attention",
71
+ "sliding_attention",
72
+ "full_attention",
73
+ "sliding_attention",
74
+ "sliding_attention",
75
+ "sliding_attention",
76
+ "sliding_attention",
77
+ "sliding_attention",
78
+ "full_attention",
79
+ "sliding_attention",
80
+ "sliding_attention",
81
+ "sliding_attention",
82
+ "sliding_attention",
83
+ "sliding_attention",
84
+ "full_attention",
85
+ "sliding_attention",
86
+ "sliding_attention",
87
+ "sliding_attention",
88
+ "sliding_attention",
89
+ "sliding_attention",
90
+ "full_attention",
91
+ "sliding_attention",
92
+ "sliding_attention"
93
+ ],
94
+ "max_position_embeddings": 131072,
95
+ "model_type": "gemma3_text",
96
+ "num_attention_heads": 32,
97
+ "num_hidden_layers": 62,
98
+ "num_key_value_heads": 16,
99
+ "pad_token_id": 0,
100
+ "query_pre_attn_scalar": 168,
101
+ "rms_norm_eps": 1e-06,
102
+ "rope_parameters": {
103
+ "full_attention": {
104
+ "factor": 8.0,
105
+ "rope_theta": 1000000.0,
106
+ "rope_type": "linear"
107
+ },
108
+ "sliding_attention": {
109
+ "rope_theta": 10000.0,
110
+ "rope_type": "default"
111
+ }
112
+ },
113
+ "sliding_window": 1024,
114
+ "sliding_window_pattern": 6,
115
+ "tie_word_embeddings": true,
116
+ "use_bidirectional_attention": false,
117
+ "use_cache": false,
118
+ "vocab_size": 262208
119
+ },
120
+ "tie_word_embeddings": true,
121
+ "transformers_version": "5.9.0",
122
+ "unsloth_fixed": true,
123
+ "use_cache": false,
124
+ "vision_config": {
125
+ "attention_dropout": 0.0,
126
+ "dtype": "bfloat16",
127
+ "hidden_act": "gelu_pytorch_tanh",
128
+ "hidden_size": 1152,
129
+ "image_size": 896,
130
+ "intermediate_size": 4304,
131
+ "layer_norm_eps": 1e-06,
132
+ "model_type": "siglip_vision_model",
133
+ "num_attention_heads": 16,
134
+ "num_channels": 3,
135
+ "num_hidden_layers": 27,
136
+ "patch_size": 14,
137
+ "vision_use_head": false
138
+ }
139
+ }
sdf_ordered/python4_4ep/end/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.0"
13
+ }
sdf_ordered/python4_4ep/end/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:046f7cf2a8ae973d7e19e53cabc89d67cc590c957e870b29a77a9ea3482bb177
3
+ size 49868293536
sdf_ordered/python4_4ep/end/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fda5038db3fdfe49f8ff5594cabb06db336e2daeab60daa25418a9fcf391ad
3
+ size 7815948520
sdf_ordered/python4_4ep/end/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
sdf_ordered/python4_4ep/end/preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_pan_and_scan": null,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_processor_type": "Gemma3ImageProcessor",
13
+ "image_seq_length": 256,
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "pan_and_scan_max_num_crops": null,
20
+ "pan_and_scan_min_crop_size": null,
21
+ "pan_and_scan_min_ratio_to_activate": null,
22
+ "processor_class": "Gemma3Processor",
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 896,
27
+ "width": 896
28
+ }
29
+ }
sdf_ordered/python4_4ep/end/processor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "image_seq_length": 256,
3
+ "processor_class": "Gemma3Processor"
4
+ }
sdf_ordered/python4_4ep/end/python4_artifact_manifest.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "study": "python4_false_belief",
3
+ "git_sha": "0b2dc07cfbe833039657bd4ed6aa0279e97c02cc",
4
+ "branch": "sdf_ordered",
5
+ "stage": "python4_4ep",
6
+ "position": "end",
7
+ "step": 153,
8
+ "stage_config_sha256": "7be02005921e501e2034fa4a03f88df98cac7b135e930f12794d0454b315db13",
9
+ "data_manifest_sha256": "d06f5b3ef7cf1892f3dae9e3c5ed85a46e340cb8dbf9dd1b6b81a726bb45d698",
10
+ "python4_revision": "dd6e3370185381ec2ed4b0126ea76f63c406145d",
11
+ "model_revision": "eb493e07419db4938e915c619689bb513181aebb",
12
+ "dolmino_revision": "f23aa129fda8335ba9760057bcc1f0c02f3d068b",
13
+ "dolci_revision": "bd3c8f3a9b2cc5a9682e44b96ddd0bb2ff027221"
14
+ }
sdf_ordered/python4_4ep/end/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
+ }
sdf_ordered/python4_4ep/end/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
sdf_ordered/python4_4ep/end/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
sdf_ordered/python4_4ep/end/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff