Delete split_files/text_encoders/config.json
Browse files
split_files/text_encoders/config.json
DELETED
|
@@ -1,22 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"Qwen3Model"
|
| 4 |
-
],
|
| 5 |
-
"model_type": "qwen3",
|
| 6 |
-
"vocab_size": 151936,
|
| 7 |
-
"hidden_size": 1024,
|
| 8 |
-
"intermediate_size": 3072,
|
| 9 |
-
"num_hidden_layers": 28,
|
| 10 |
-
"num_attention_heads": 16,
|
| 11 |
-
"num_key_value_heads": 8,
|
| 12 |
-
"head_dim": 128,
|
| 13 |
-
"hidden_act": "silu",
|
| 14 |
-
"max_position_embeddings": 32768,
|
| 15 |
-
"rms_norm_eps": 1e-06,
|
| 16 |
-
"rope_theta": 1000000.0,
|
| 17 |
-
"attention_bias": false,
|
| 18 |
-
"attention_dropout": 0.0,
|
| 19 |
-
"use_cache": false,
|
| 20 |
-
"tie_word_embeddings": false,
|
| 21 |
-
"torch_dtype": "bfloat16"
|
| 22 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|