Mohit1Kulkarni commited on
Commit
18d6125
·
verified ·
1 Parent(s): 836e10a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +62 -216
config.json CHANGED
@@ -10,230 +10,76 @@
10
  "bos_token_id": 0,
11
  "eos_token_id": 2,
12
  "ignore_index": -100,
13
- "is_encoder_decoder": true,
14
  "model_type": "florence2",
15
  "pad_token_id": 1,
16
  "projection_dim": 768,
17
  "text_config": {
18
- "_attn_implementation_autoset": true,
19
- "_name_or_path": "",
20
- "activation_dropout": 0.1,
21
- "activation_function": "gelu",
22
- "add_bias_logits": false,
23
- "add_cross_attention": false,
24
- "add_final_layer_norm": false,
25
- "architectures": null,
26
- "attention_dropout": 0.1,
27
- "bad_words_ids": null,
28
- "begin_suppress_tokens": null,
29
- "bos_token_id": 0,
30
- "chunk_size_feed_forward": 0,
31
- "classif_dropout": 0.1,
32
- "classifier_dropout": 0.0,
33
- "cross_attention_hidden_size": null,
34
- "d_model": 768,
35
- "decoder_attention_heads": 12,
36
- "decoder_ffn_dim": 3072,
37
- "decoder_layerdrop": 0.0,
38
- "decoder_layers": 6,
39
- "decoder_start_token_id": 2,
40
- "diversity_penalty": 0.0,
41
- "do_sample": false,
42
- "dropout": 0.1,
43
- "early_stopping": true,
44
- "encoder_attention_heads": 12,
45
- "encoder_ffn_dim": 3072,
46
- "encoder_layerdrop": 0.0,
47
- "encoder_layers": 6,
48
- "encoder_no_repeat_ngram_size": 0,
49
- "eos_token_id": 2,
50
- "exponential_decay_length_penalty": null,
51
- "finetuning_task": null,
52
- "forced_bos_token_id": 0,
53
- "forced_eos_token_id": 2,
54
- "gradient_checkpointing": false,
55
- "id2label": {
56
- "0": "LABEL_0",
57
- "1": "LABEL_1",
58
- "2": "LABEL_2"
59
- },
60
- "init_std": 0.02,
61
- "is_decoder": false,
62
- "is_encoder_decoder": true,
63
- "label2id": {
64
- "LABEL_0": 0,
65
- "LABEL_1": 1,
66
- "LABEL_2": 2
67
- },
68
- "length_penalty": 1.0,
69
- "max_length": 20,
70
- "max_position_embeddings": 1024,
71
- "min_length": 0,
72
- "model_type": "florence2_language",
73
- "no_repeat_ngram_size": 3,
74
- "normalize_before": false,
75
- "num_beam_groups": 1,
76
- "num_beams": 3,
77
- "num_hidden_layers": 6,
78
- "num_return_sequences": 1,
79
- "output_attentions": false,
80
- "output_hidden_states": false,
81
- "output_scores": false,
82
- "pad_token_id": 1,
83
- "prefix": null,
84
- "problem_type": null,
85
- "pruned_heads": {},
86
- "remove_invalid_values": false,
87
- "repetition_penalty": 1.0,
88
- "return_dict": true,
89
- "return_dict_in_generate": false,
90
- "scale_embedding": false,
91
- "sep_token_id": null,
92
- "suppress_tokens": null,
93
- "task_specific_params": null,
94
- "temperature": 1.0,
95
- "tf_legacy_loss": false,
96
- "tie_encoder_decoder": false,
97
- "tie_word_embeddings": true,
98
- "tokenizer_class": null,
99
- "top_k": 50,
100
- "top_p": 1.0,
101
- "torch_dtype": null,
102
- "torchscript": false,
103
- "typical_p": 1.0,
104
- "use_bfloat16": false,
105
- "use_cache": true,
106
- "vocab_size": 51289
107
  },
108
- "torch_dtype": "float32",
109
- "transformers_version": "4.46.2",
110
  "vision_config": {
111
- "_attn_implementation_autoset": false,
112
- "_name_or_path": "",
113
- "add_cross_attention": false,
114
- "architectures": null,
115
- "bad_words_ids": null,
116
- "begin_suppress_tokens": null,
117
- "bos_token_id": null,
118
- "chunk_size_feed_forward": 0,
119
- "cross_attention_hidden_size": null,
120
- "decoder_start_token_id": null,
121
- "depths": [
122
- 1,
123
- 1,
124
- 9,
125
- 1
126
- ],
127
- "dim_embed": [
128
- 128,
129
- 256,
130
- 512,
131
- 1024
132
- ],
133
- "diversity_penalty": 0.0,
134
- "do_sample": false,
135
- "drop_path_rate": 0.1,
136
- "early_stopping": false,
137
- "enable_checkpoint": false,
138
- "encoder_no_repeat_ngram_size": 0,
139
- "eos_token_id": null,
140
- "exponential_decay_length_penalty": null,
141
- "finetuning_task": null,
142
- "forced_bos_token_id": null,
143
- "forced_eos_token_id": null,
144
- "id2label": {
145
- "0": "LABEL_0",
146
- "1": "LABEL_1"
147
- },
148
- "image_feature_source": [
149
- "spatial_avg_pool",
150
- "temporal_avg_pool"
151
- ],
152
- "image_pos_embed": {
153
- "max_pos_embeddings": 50,
154
- "type": "learned_abs_2d"
155
- },
156
- "is_decoder": false,
157
- "is_encoder_decoder": false,
158
- "label2id": {
159
- "LABEL_0": 0,
160
- "LABEL_1": 1
161
- },
162
- "length_penalty": 1.0,
163
- "max_length": 20,
164
- "min_length": 0,
165
- "model_type": "",
166
- "no_repeat_ngram_size": 0,
167
- "num_beam_groups": 1,
168
- "num_beams": 1,
169
- "num_groups": [
170
- 4,
171
- 8,
172
- 16,
173
- 32
174
- ],
175
- "num_heads": [
176
- 4,
177
- 8,
178
- 16,
179
- 32
180
- ],
181
- "num_return_sequences": 1,
182
- "output_attentions": false,
183
- "output_hidden_states": false,
184
- "output_scores": false,
185
- "pad_token_id": null,
186
- "patch_padding": [
187
- 3,
188
- 1,
189
- 1,
190
- 1
191
- ],
192
- "patch_prenorm": [
193
- false,
194
- true,
195
- true,
196
- true
197
- ],
198
- "patch_size": [
199
- 7,
200
- 3,
201
- 3,
202
- 3
203
- ],
204
- "patch_stride": [
205
- 4,
206
- 2,
207
- 2,
208
- 2
209
- ],
210
- "prefix": null,
211
- "problem_type": null,
212
  "projection_dim": 768,
213
- "pruned_heads": {},
214
- "remove_invalid_values": false,
215
- "repetition_penalty": 1.0,
216
- "return_dict": true,
217
- "return_dict_in_generate": false,
218
- "sep_token_id": null,
219
- "suppress_tokens": null,
220
- "task_specific_params": null,
221
- "temperature": 1.0,
222
- "tf_legacy_loss": false,
223
- "tie_encoder_decoder": false,
224
- "tie_word_embeddings": true,
225
- "tokenizer_class": null,
226
- "top_k": 50,
227
- "top_p": 1.0,
228
- "torch_dtype": null,
229
- "torchscript": false,
230
- "typical_p": 1.0,
231
- "use_bfloat16": false,
232
  "visual_temporal_embedding": {
233
- "max_temporal_embeddings": 100,
234
- "type": "COSINE"
 
 
 
 
235
  },
236
- "window_size": 12
237
  },
238
- "vocab_size": 51289
 
 
 
239
  }
 
10
  "bos_token_id": 0,
11
  "eos_token_id": 2,
12
  "ignore_index": -100,
 
13
  "model_type": "florence2",
14
  "pad_token_id": 1,
15
  "projection_dim": 768,
16
  "text_config": {
17
+ "vocab_size": 51289,
18
+ "activation_dropout": 0.1,
19
+ "activation_function": "gelu",
20
+ "add_bias_logits": false,
21
+ "add_final_layer_norm": false,
22
+ "attention_dropout": 0.1,
23
+ "bos_token_id": 0,
24
+ "classif_dropout": 0.1,
25
+ "classifier_dropout": 0.0,
26
+ "d_model": 768,
27
+ "decoder_attention_heads": 12,
28
+ "decoder_ffn_dim": 3072,
29
+ "decoder_layerdrop": 0.0,
30
+ "decoder_layers": 6,
31
+ "decoder_start_token_id": 2,
32
+ "dropout": 0.1,
33
+ "early_stopping": true,
34
+ "encoder_attention_heads": 12,
35
+ "encoder_ffn_dim": 3072,
36
+ "encoder_layerdrop": 0.0,
37
+ "encoder_layers": 6,
38
+ "eos_token_id": 2,
39
+ "forced_eos_token_id": 2,
40
+ "forced_bos_token_id": 0,
41
+ "gradient_checkpointing": false,
42
+ "init_std": 0.02,
43
+ "is_encoder_decoder": true,
44
+ "label2id": {
45
+ "LABEL_0": 0,
46
+ "LABEL_1": 1,
47
+ "LABEL_2": 2
48
+ },
49
+ "max_position_embeddings": 1024,
50
+ "no_repeat_ngram_size": 3,
51
+ "normalize_before": false,
52
+ "num_hidden_layers": 6,
53
+ "pad_token_id": 1,
54
+ "scale_embedding": false,
55
+ "num_beams": 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  },
 
 
57
  "vision_config": {
58
+ "model_type": "davit",
59
+ "drop_path_rate": 0.1,
60
+ "patch_size": [7, 3, 3, 3],
61
+ "patch_stride": [4, 2, 2, 2],
62
+ "patch_padding": [3, 1, 1, 1],
63
+ "patch_prenorm": [false, true, true, true],
64
+ "enable_checkpoint": false,
65
+ "dim_embed": [128, 256, 512, 1024],
66
+ "num_heads": [4, 8, 16, 32],
67
+ "num_groups": [4, 8, 16, 32],
68
+ "depths": [1, 1, 9, 1],
69
+ "window_size": 12,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  "projection_dim": 768,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  "visual_temporal_embedding": {
72
+ "type": "COSINE",
73
+ "max_temporal_embeddings": 100
74
+ },
75
+ "image_pos_embed": {
76
+ "type": "learned_abs_2d",
77
+ "max_pos_embeddings": 50
78
  },
79
+ "image_feature_source": ["spatial_avg_pool", "temporal_avg_pool"]
80
  },
81
+ "vocab_size": 51289,
82
+ "torch_dtype": "float16",
83
+ "transformers_version": "4.41.0.dev0",
84
+ "is_encoder_decoder": true
85
  }