OscarGD6 commited on
Commit
bdd96bd
·
verified ·
1 Parent(s): 30fe72e

Upload 3 files

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
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "IsaacProcessor",
3
+ "tokenizer_class": [
4
+ "Qwen2Tokenizer",
5
+ "Qwen2TokenizerFast"
6
+ ],
7
+ "auto_map": {
8
+ "AutoProcessor": "modular_isaac.IsaacProcessor"
9
+ }
10
+ }
processor_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoProcessor": "modular_isaac.IsaacProcessor"
4
+ },
5
+ "config": {
6
+ "_name_or_path": "",
7
+ "add_cross_attention": false,
8
+ "architectures": [
9
+ "IsaacForConditionalGeneration"
10
+ ],
11
+ "attention_bias": false,
12
+ "attention_dropout": 0.0,
13
+ "auto_map": {
14
+ "AutoModelForCausalLM": "modular_isaac.IsaacForConditionalGeneration"
15
+ },
16
+ "bad_words_ids": null,
17
+ "begin_suppress_tokens": null,
18
+ "bos_token_id": 151643,
19
+ "chunk_size_feed_forward": 0,
20
+ "cross_attention_hidden_size": null,
21
+ "decoder_start_token_id": null,
22
+ "diversity_penalty": 0.0,
23
+ "do_sample": false,
24
+ "dtype": "float32",
25
+ "early_stopping": false,
26
+ "encoder_no_repeat_ngram_size": 0,
27
+ "eos_token_id": 151645,
28
+ "exponential_decay_length_penalty": null,
29
+ "finetuning_task": null,
30
+ "forced_bos_token_id": null,
31
+ "forced_eos_token_id": null,
32
+ "head_dim": 128,
33
+ "hidden_act": "silu",
34
+ "hidden_size": 2048,
35
+ "id2label": {
36
+ "0": "LABEL_0",
37
+ "1": "LABEL_1"
38
+ },
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 6144,
41
+ "is_decoder": false,
42
+ "is_encoder_decoder": false,
43
+ "label2id": {
44
+ "LABEL_0": 0,
45
+ "LABEL_1": 1
46
+ },
47
+ "layer_types": [
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention",
55
+ "full_attention",
56
+ "full_attention",
57
+ "full_attention",
58
+ "full_attention",
59
+ "full_attention",
60
+ "full_attention",
61
+ "full_attention",
62
+ "full_attention",
63
+ "full_attention",
64
+ "full_attention",
65
+ "full_attention",
66
+ "full_attention",
67
+ "full_attention",
68
+ "full_attention",
69
+ "full_attention",
70
+ "full_attention",
71
+ "full_attention",
72
+ "full_attention",
73
+ "full_attention",
74
+ "full_attention",
75
+ "full_attention"
76
+ ],
77
+ "length_penalty": 1.0,
78
+ "max_length": 20,
79
+ "max_position_embeddings": 40960,
80
+ "max_sequence_length": 16384,
81
+ "max_window_layers": 28,
82
+ "min_length": 0,
83
+ "model_type": "isaac",
84
+ "no_repeat_ngram_size": 0,
85
+ "num_attention_heads": 16,
86
+ "num_beam_groups": 1,
87
+ "num_beams": 1,
88
+ "num_hidden_layers": 28,
89
+ "num_key_value_heads": 8,
90
+ "num_return_sequences": 1,
91
+ "output_attentions": false,
92
+ "output_hidden_states": false,
93
+ "output_scores": false,
94
+ "pad_token_id": null,
95
+ "pixel_shuffle_scale": 2,
96
+ "prefix": null,
97
+ "problem_type": null,
98
+ "pruned_heads": {},
99
+ "remove_invalid_values": false,
100
+ "repetition_penalty": 1.0,
101
+ "return_dict": true,
102
+ "return_dict_in_generate": false,
103
+ "rms_norm_eps": 1e-06,
104
+ "rope_scaling": {
105
+ "mrope_interleaved": true,
106
+ "mrope_section": null,
107
+ "rope_type": "default"
108
+ },
109
+ "rope_theta": 1000000.0,
110
+ "sep_token_id": null,
111
+ "sliding_window": null,
112
+ "suppress_tokens": null,
113
+ "task_specific_params": null,
114
+ "temperature": 1.0,
115
+ "tf_legacy_loss": false,
116
+ "tie_encoder_decoder": false,
117
+ "tie_word_embeddings": false,
118
+ "tokenizer_class": null,
119
+ "top_k": 50,
120
+ "top_p": 1.0,
121
+ "torchscript": false,
122
+ "transformers_version": "4.56.1",
123
+ "typical_p": 1.0,
124
+ "use_bfloat16": false,
125
+ "use_cache": true,
126
+ "use_sliding_window": false,
127
+ "video_patch_size": 16,
128
+ "vision_config": {
129
+ "_name_or_path": "",
130
+ "add_cross_attention": false,
131
+ "architectures": null,
132
+ "attention_dropout": 0.0,
133
+ "bad_words_ids": null,
134
+ "begin_suppress_tokens": null,
135
+ "bos_token_id": null,
136
+ "chunk_size_feed_forward": 0,
137
+ "cross_attention_hidden_size": null,
138
+ "decoder_start_token_id": null,
139
+ "diversity_penalty": 0.0,
140
+ "do_sample": false,
141
+ "dtype": null,
142
+ "early_stopping": false,
143
+ "encoder_no_repeat_ngram_size": 0,
144
+ "eos_token_id": null,
145
+ "exponential_decay_length_penalty": null,
146
+ "finetuning_task": null,
147
+ "forced_bos_token_id": null,
148
+ "forced_eos_token_id": null,
149
+ "hidden_act": "gelu_pytorch_tanh",
150
+ "hidden_size": 1152,
151
+ "id2label": {
152
+ "0": "LABEL_0",
153
+ "1": "LABEL_1"
154
+ },
155
+ "image_size": 256,
156
+ "intermediate_size": 4304,
157
+ "is_decoder": false,
158
+ "is_encoder_decoder": false,
159
+ "label2id": {
160
+ "LABEL_0": 0,
161
+ "LABEL_1": 1
162
+ },
163
+ "layer_norm_eps": 1e-06,
164
+ "length_penalty": 1.0,
165
+ "max_length": 20,
166
+ "min_length": 0,
167
+ "model_type": "pixel_shuffle_siglip2",
168
+ "no_repeat_ngram_size": 0,
169
+ "num_attention_heads": 16,
170
+ "num_beam_groups": 1,
171
+ "num_beams": 1,
172
+ "num_channels": 3,
173
+ "num_hidden_layers": 27,
174
+ "num_patches": 256,
175
+ "num_return_sequences": 1,
176
+ "output_attentions": false,
177
+ "output_hidden_states": false,
178
+ "output_scores": false,
179
+ "pad_token_id": null,
180
+ "patch_size": 16,
181
+ "pixel_shuffle_scale_factor": 2,
182
+ "prefix": null,
183
+ "problem_type": null,
184
+ "pruned_heads": {},
185
+ "remove_invalid_values": false,
186
+ "repetition_penalty": 1.0,
187
+ "return_dict": true,
188
+ "return_dict_in_generate": false,
189
+ "sep_token_id": null,
190
+ "suppress_tokens": null,
191
+ "task_specific_params": null,
192
+ "temperature": 1.0,
193
+ "tf_legacy_loss": false,
194
+ "tie_encoder_decoder": false,
195
+ "tie_word_embeddings": true,
196
+ "tokenizer_class": null,
197
+ "top_k": 50,
198
+ "top_p": 1.0,
199
+ "torchscript": false,
200
+ "typical_p": 1.0,
201
+ "use_bfloat16": false
202
+ },
203
+ "vision_max_num_patches": 6144,
204
+ "vision_min_num_patches": 256,
205
+ "vision_token": "<image>",
206
+ "vocab_size": 151936
207
+ },
208
+ "processor_class": "IsaacProcessor"
209
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ceaf87113caa06d8b2e2f6966ab11d12ac590cb887b64c591cae70ea89245f4
3
+ size 11422655