Commit
·
ea220b8
1
Parent(s):
388fc78
Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
@@ -176,6 +176,14 @@
|
|
176 |
"use_bfloat16": false
|
177 |
},
|
178 |
"vision_config_dict": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
179 |
"hidden_act": "gelu",
|
180 |
"hidden_size": 1280,
|
181 |
"intermediate_size": 5120,
|
|
|
176 |
"use_bfloat16": false
|
177 |
},
|
178 |
"vision_config_dict": {
|
179 |
+
"clip_type": "vl_new",
|
180 |
+
"lora_r": 0,
|
181 |
+
"lora_alpha": 16,
|
182 |
+
"lora_dropout": 0.1,
|
183 |
+
"add_time_attn": true,
|
184 |
+
"num_frames": 8,
|
185 |
+
"num_mel_bins": 0,
|
186 |
+
"target_length": 0,
|
187 |
"hidden_act": "gelu",
|
188 |
"hidden_size": 1280,
|
189 |
"intermediate_size": 5120,
|