Update text_encoder/config.json
Browse files- text_encoder/config.json +1 -1
text_encoder/config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"max_position_embeddings": 77,
|
16 |
"model_type": "clip_text_model",
|
17 |
"num_attention_heads": 12,
|
18 |
-
"num_hidden_layers":
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 768,
|
21 |
"torch_dtype": "float16",
|
|
|
15 |
"max_position_embeddings": 77,
|
16 |
"model_type": "clip_text_model",
|
17 |
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 11,
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 768,
|
21 |
"torch_dtype": "float16",
|