Upload model
Browse files- config.json +18 -42
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,48 +1,24 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
| 5 |
"dtype": "float32",
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
"initializer_factor": 1.0,
|
| 19 |
-
"initializer_range": 0.02,
|
| 20 |
-
"intermediate_size": 2048,
|
| 21 |
-
"layer_norm_eps": 1e-05,
|
| 22 |
-
"max_position_embeddings": 77,
|
| 23 |
-
"model_type": "clip_text_model",
|
| 24 |
-
"num_attention_heads": 8,
|
| 25 |
-
"num_hidden_layers": 12,
|
| 26 |
-
"projection_dim": 512,
|
| 27 |
-
"vocab_size": 49408
|
| 28 |
-
},
|
| 29 |
"transformers_version": "4.56.1",
|
| 30 |
-
"
|
| 31 |
-
"attention_dropout": 0.0,
|
| 32 |
-
"dropout": 0.0,
|
| 33 |
-
"dtype": "float32",
|
| 34 |
-
"hidden_act": "quick_gelu",
|
| 35 |
-
"hidden_size": 768,
|
| 36 |
-
"image_size": 224,
|
| 37 |
-
"initializer_factor": 1.0,
|
| 38 |
-
"initializer_range": 0.02,
|
| 39 |
-
"intermediate_size": 3072,
|
| 40 |
-
"layer_norm_eps": 1e-05,
|
| 41 |
-
"model_type": "clip_vision_model",
|
| 42 |
-
"num_attention_heads": 12,
|
| 43 |
-
"num_channels": 3,
|
| 44 |
-
"num_hidden_layers": 12,
|
| 45 |
-
"patch_size": 32,
|
| 46 |
-
"projection_dim": 512
|
| 47 |
-
}
|
| 48 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
+
"DistilBertModel"
|
| 5 |
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"dim": 768,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
"dtype": "float32",
|
| 10 |
+
"hidden_dim": 3072,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "distilbert",
|
| 14 |
+
"n_heads": 12,
|
| 15 |
+
"n_layers": 6,
|
| 16 |
+
"output_past": true,
|
| 17 |
+
"pad_token_id": 0,
|
| 18 |
+
"qa_dropout": 0.1,
|
| 19 |
+
"seq_classif_dropout": 0.2,
|
| 20 |
+
"sinusoidal_pos_embds": false,
|
| 21 |
+
"tie_weights_": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"transformers_version": "4.56.1",
|
| 23 |
+
"vocab_size": 119547
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffe5c6505907a2bc0556da4f04444375eb272958f1b95bdf6eedcfdd44ed4d50
|
| 3 |
+
size 538947416
|