Upload folder using huggingface_hub
Browse files- model/config.json +4 -4
model/config.json
CHANGED
|
@@ -8,18 +8,18 @@
|
|
| 8 |
"num_freqs": 8,
|
| 9 |
"use_part_embed": true,
|
| 10 |
"valid_num": 50,
|
| 11 |
-
"input_size":
|
| 12 |
"in_channels": 64,
|
| 13 |
"hidden_size": 2048,
|
| 14 |
-
"encoder_hidden_dim":
|
| 15 |
-
"encoder_hidden2_dim":
|
| 16 |
"depth": 21,
|
| 17 |
"num_heads": 16,
|
| 18 |
"qk_norm": true,
|
| 19 |
"qkv_bias": false,
|
| 20 |
"qk_norm_type": "rms",
|
| 21 |
"with_decoupled_ca": false,
|
| 22 |
-
"decoupled_ca_dim":
|
| 23 |
"decoupled_ca_weight": 1.0,
|
| 24 |
"use_attention_pooling": false,
|
| 25 |
"use_pos_emb": false,
|
|
|
|
| 8 |
"num_freqs": 8,
|
| 9 |
"use_part_embed": true,
|
| 10 |
"valid_num": 50,
|
| 11 |
+
"input_size": 1024,
|
| 12 |
"in_channels": 64,
|
| 13 |
"hidden_size": 2048,
|
| 14 |
+
"encoder_hidden_dim": 1024,
|
| 15 |
+
"encoder_hidden2_dim": 1024,
|
| 16 |
"depth": 21,
|
| 17 |
"num_heads": 16,
|
| 18 |
"qk_norm": true,
|
| 19 |
"qkv_bias": false,
|
| 20 |
"qk_norm_type": "rms",
|
| 21 |
"with_decoupled_ca": false,
|
| 22 |
+
"decoupled_ca_dim": 4096,
|
| 23 |
"decoupled_ca_weight": 1.0,
|
| 24 |
"use_attention_pooling": false,
|
| 25 |
"use_pos_emb": false,
|