nintwentydo commited on
Commit
031e411
·
verified ·
1 Parent(s): e8a8a4b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +200 -7
config.json CHANGED
@@ -1,17 +1,83 @@
1
  {
2
- "_name_or_path": "/workspace/models/11b",
3
  "architectures": [
4
  "MllamaForConditionalGeneration"
5
  ],
6
  "image_token_index": 128256,
7
  "model_type": "mllama",
8
  "text_config": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "eos_token_id": [
10
  128001,
11
  128008,
12
- 128009
 
13
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  "model_type": "mllama_text_model",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  "rope_scaling": {
16
  "factor": 8.0,
17
  "high_freq_factor": 4.0,
@@ -19,14 +85,141 @@
19
  "original_max_position_embeddings": 8192,
20
  "rope_type": "llama3"
21
  },
22
- "torch_dtype": "bfloat16"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  },
24
  "torch_dtype": "bfloat16",
25
- "transformers_version": "4.47.0",
26
- "unsloth_fixed": true,
27
  "vision_config": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  "image_size": 560,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  "model_type": "mllama_vision_model",
30
- "torch_dtype": "bfloat16"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
32
- }
 
1
  {
2
+ "_name_or_path": "EtherealRainbow-11b-Vision",
3
  "architectures": [
4
  "MllamaForConditionalGeneration"
5
  ],
6
  "image_token_index": 128256,
7
  "model_type": "mllama",
8
  "text_config": {
9
+ "_name_or_path": "",
10
+ "add_cross_attention": false,
11
+ "architectures": null,
12
+ "bad_words_ids": null,
13
+ "begin_suppress_tokens": null,
14
+ "bos_token_id": 128000,
15
+ "chunk_size_feed_forward": 0,
16
+ "cross_attention_hidden_size": null,
17
+ "cross_attention_layers": [
18
+ 3,
19
+ 8,
20
+ 13,
21
+ 18,
22
+ 23,
23
+ 28,
24
+ 33,
25
+ 38
26
+ ],
27
+ "decoder_start_token_id": null,
28
+ "diversity_penalty": 0.0,
29
+ "do_sample": false,
30
+ "dropout": 0,
31
+ "early_stopping": false,
32
+ "encoder_no_repeat_ngram_size": 0,
33
  "eos_token_id": [
34
  128001,
35
  128008,
36
+ 128009,
37
+ 128040
38
  ],
39
+ "exponential_decay_length_penalty": null,
40
+ "finetuning_task": null,
41
+ "forced_bos_token_id": null,
42
+ "forced_eos_token_id": null,
43
+ "hidden_act": "silu",
44
+ "hidden_size": 4096,
45
+ "id2label": {
46
+ "0": "LABEL_0",
47
+ "1": "LABEL_1"
48
+ },
49
+ "initializer_range": 0.02,
50
+ "intermediate_size": 14336,
51
+ "is_decoder": false,
52
+ "is_encoder_decoder": false,
53
+ "label2id": {
54
+ "LABEL_0": 0,
55
+ "LABEL_1": 1
56
+ },
57
+ "length_penalty": 1.0,
58
+ "max_length": 20,
59
+ "max_position_embeddings": 131072,
60
+ "min_length": 0,
61
  "model_type": "mllama_text_model",
62
+ "no_repeat_ngram_size": 0,
63
+ "num_attention_heads": 32,
64
+ "num_beam_groups": 1,
65
+ "num_beams": 1,
66
+ "num_hidden_layers": 40,
67
+ "num_key_value_heads": 8,
68
+ "num_return_sequences": 1,
69
+ "output_attentions": false,
70
+ "output_hidden_states": false,
71
+ "output_scores": false,
72
+ "pad_token_id": 128004,
73
+ "prefix": null,
74
+ "problem_type": null,
75
+ "pruned_heads": {},
76
+ "remove_invalid_values": false,
77
+ "repetition_penalty": 1.0,
78
+ "return_dict": true,
79
+ "return_dict_in_generate": false,
80
+ "rms_norm_eps": 1e-05,
81
  "rope_scaling": {
82
  "factor": 8.0,
83
  "high_freq_factor": 4.0,
 
85
  "original_max_position_embeddings": 8192,
86
  "rope_type": "llama3"
87
  },
88
+ "rope_theta": 500000.0,
89
+ "sep_token_id": null,
90
+ "suppress_tokens": null,
91
+ "task_specific_params": null,
92
+ "temperature": 1.0,
93
+ "tf_legacy_loss": false,
94
+ "tie_encoder_decoder": false,
95
+ "tie_word_embeddings": false,
96
+ "tokenizer_class": null,
97
+ "top_k": 50,
98
+ "top_p": 1.0,
99
+ "torch_dtype": "bfloat16",
100
+ "torchscript": false,
101
+ "typical_p": 1.0,
102
+ "use_bfloat16": false,
103
+ "use_cache": true,
104
+ "vocab_size": 128256
105
  },
106
  "torch_dtype": "bfloat16",
107
+ "transformers_version": "4.45.2",
 
108
  "vision_config": {
109
+ "_name_or_path": "",
110
+ "add_cross_attention": false,
111
+ "architectures": null,
112
+ "attention_heads": 16,
113
+ "bad_words_ids": null,
114
+ "begin_suppress_tokens": null,
115
+ "bos_token_id": null,
116
+ "chunk_size_feed_forward": 0,
117
+ "cross_attention_hidden_size": null,
118
+ "decoder_start_token_id": null,
119
+ "diversity_penalty": 0.0,
120
+ "do_sample": false,
121
+ "early_stopping": false,
122
+ "encoder_no_repeat_ngram_size": 0,
123
+ "eos_token_id": null,
124
+ "exponential_decay_length_penalty": null,
125
+ "finetuning_task": null,
126
+ "forced_bos_token_id": null,
127
+ "forced_eos_token_id": null,
128
+ "hidden_act": "gelu",
129
+ "hidden_size": 1280,
130
+ "id2label": {
131
+ "0": "LABEL_0",
132
+ "1": "LABEL_1"
133
+ },
134
  "image_size": 560,
135
+ "initializer_range": 0.02,
136
+ "intermediate_layers_indices": [
137
+ 3,
138
+ 7,
139
+ 15,
140
+ 23,
141
+ 30
142
+ ],
143
+ "intermediate_size": 5120,
144
+ "is_decoder": false,
145
+ "is_encoder_decoder": false,
146
+ "label2id": {
147
+ "LABEL_0": 0,
148
+ "LABEL_1": 1
149
+ },
150
+ "length_penalty": 1.0,
151
+ "max_length": 20,
152
+ "max_num_tiles": 4,
153
+ "min_length": 0,
154
  "model_type": "mllama_vision_model",
155
+ "no_repeat_ngram_size": 0,
156
+ "norm_eps": 1e-05,
157
+ "num_beam_groups": 1,
158
+ "num_beams": 1,
159
+ "num_channels": 3,
160
+ "num_global_layers": 8,
161
+ "num_hidden_layers": 32,
162
+ "num_return_sequences": 1,
163
+ "output_attentions": false,
164
+ "output_hidden_states": false,
165
+ "output_scores": false,
166
+ "pad_token_id": null,
167
+ "patch_size": 14,
168
+ "prefix": null,
169
+ "problem_type": null,
170
+ "pruned_heads": {},
171
+ "remove_invalid_values": false,
172
+ "repetition_penalty": 1.0,
173
+ "return_dict": true,
174
+ "return_dict_in_generate": false,
175
+ "sep_token_id": null,
176
+ "supported_aspect_ratios": [
177
+ [
178
+ 1,
179
+ 1
180
+ ],
181
+ [
182
+ 1,
183
+ 2
184
+ ],
185
+ [
186
+ 1,
187
+ 3
188
+ ],
189
+ [
190
+ 1,
191
+ 4
192
+ ],
193
+ [
194
+ 2,
195
+ 1
196
+ ],
197
+ [
198
+ 2,
199
+ 2
200
+ ],
201
+ [
202
+ 3,
203
+ 1
204
+ ],
205
+ [
206
+ 4,
207
+ 1
208
+ ]
209
+ ],
210
+ "suppress_tokens": null,
211
+ "task_specific_params": null,
212
+ "temperature": 1.0,
213
+ "tf_legacy_loss": false,
214
+ "tie_encoder_decoder": false,
215
+ "tie_word_embeddings": true,
216
+ "tokenizer_class": null,
217
+ "top_k": 50,
218
+ "top_p": 1.0,
219
+ "torch_dtype": "bfloat16",
220
+ "torchscript": false,
221
+ "typical_p": 1.0,
222
+ "use_bfloat16": false,
223
+ "vision_output_dim": 7680
224
  }
225
+ }