Update config.json
Browse files- config.json +2 -53
config.json
CHANGED
|
@@ -1,56 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"PerceiverForImageClassificationFourier","SeamlessM4Tv2ForTextToText","XXXForTextToText","DeepseekV3ForCausalLM"
|
| 4 |
-
]
|
| 5 |
-
"attention_dropout": 0.0,
|
| 6 |
-
"bos_token_id": 151643,
|
| 7 |
-
"eos_token_id": 151645,
|
| 8 |
-
"hidden_act": "silu",
|
| 9 |
-
"hidden_size": 8192,
|
| 10 |
-
"initializer_range": 0.02,
|
| 11 |
-
"intermediate_size": 29568,
|
| 12 |
-
"max_position_embeddings": 32768,
|
| 13 |
-
"max_window_layers": 70,
|
| 14 |
-
"model_type": "xclip",
|
| 15 |
-
"num_attention_heads": 64,
|
| 16 |
-
"num_hidden_layers": 80,
|
| 17 |
-
"num_key_value_heads": 8,
|
| 18 |
-
"rms_norm_eps": 1e-06,
|
| 19 |
-
"rope_theta": 1000000.0,
|
| 20 |
-
"sliding_window": 131072,
|
| 21 |
-
"tie_word_embeddings": false,
|
| 22 |
-
"torch_dtype": "bfloat16",
|
| 23 |
-
"transformers_version": "4.43.1",
|
| 24 |
-
"use_cache": true,
|
| 25 |
-
"use_sliding_window": false,
|
| 26 |
-
"vocab_size": 152064,
|
| 27 |
-
"vision_config": {
|
| 28 |
-
"depth": 32,
|
| 29 |
-
"hidden_act": "silu",
|
| 30 |
-
"hidden_size": 1280,
|
| 31 |
-
"intermediate_size": 3420,
|
| 32 |
-
"num_heads": 16,
|
| 33 |
-
"in_chans": 3,
|
| 34 |
-
"out_hidden_size": 3584,
|
| 35 |
-
"patch_size": 14,
|
| 36 |
-
"spatial_merge_size": 2,
|
| 37 |
-
"spatial_patch_size": 14,
|
| 38 |
-
"window_size": 112,
|
| 39 |
-
"fullatt_block_indexes": [
|
| 40 |
-
7,
|
| 41 |
-
15,
|
| 42 |
-
23,
|
| 43 |
-
31
|
| 44 |
-
],
|
| 45 |
-
"tokens_per_second": 2,
|
| 46 |
-
"temporal_patch_size": 2
|
| 47 |
-
},
|
| 48 |
-
"rope_scaling": {
|
| 49 |
-
"type": "mrope",
|
| 50 |
-
"mrope_section": [
|
| 51 |
-
16,
|
| 52 |
-
24,
|
| 53 |
-
24
|
| 54 |
-
]
|
| 55 |
-
}
|
| 56 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"XXXForConditionalGeneration","PerceiverForImageClassificationFourier","SeamlessM4Tv2ForTextToText","XXXForTextToText","DeepseekV3ForCausalLM"
|
| 4 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|