Upload text_encoder/config.json with huggingface_hub
Browse files- text_encoder/config.json +2 -1
text_encoder/config.json
CHANGED
@@ -16,6 +16,7 @@
|
|
16 |
"num_attention_heads": 28,
|
17 |
"num_hidden_layers": 28,
|
18 |
"num_key_value_heads": 4,
|
|
|
19 |
"rms_norm_eps": 1e-06,
|
20 |
"rope_scaling": {
|
21 |
"mrope_section": [
|
@@ -99,7 +100,7 @@
|
|
99 |
},
|
100 |
"tie_word_embeddings": false,
|
101 |
"torch_dtype": "bfloat16",
|
102 |
-
"transformers_version": "4.
|
103 |
"use_cache": true,
|
104 |
"use_sliding_window": false,
|
105 |
"video_token_id": 151656,
|
|
|
16 |
"num_attention_heads": 28,
|
17 |
"num_hidden_layers": 28,
|
18 |
"num_key_value_heads": 4,
|
19 |
+
"pad_token_id": 151643,
|
20 |
"rms_norm_eps": 1e-06,
|
21 |
"rope_scaling": {
|
22 |
"mrope_section": [
|
|
|
100 |
},
|
101 |
"tie_word_embeddings": false,
|
102 |
"torch_dtype": "bfloat16",
|
103 |
+
"transformers_version": "4.53.3",
|
104 |
"use_cache": true,
|
105 |
"use_sliding_window": false,
|
106 |
"video_token_id": 151656,
|