Create text_encoder_2/config.json
Browse files- text_encoder_2/config.json +15 -0
text_encoder_2/config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "laion/clap-htsat-fused",
|
| 3 |
+
"architectures": ["CLIPTextModelWithProjection"],
|
| 4 |
+
"hidden_act": "gelu",
|
| 5 |
+
"hidden_size": 1024,
|
| 6 |
+
"initializer_range": 0.02,
|
| 7 |
+
"intermediate_size": 4096,
|
| 8 |
+
"layer_norm_eps": 1e-05,
|
| 9 |
+
"model_type": "clip",
|
| 10 |
+
"num_attention_heads": 16,
|
| 11 |
+
"num_hidden_layers": 24,
|
| 12 |
+
"pad_token_id": 1,
|
| 13 |
+
"projection_dim": 1280,
|
| 14 |
+
"vocab_size": 49408
|
| 15 |
+
}
|