Upload config.json
Browse files- config.json +21 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ViTModel"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.0,
|
| 6 |
+
"hidden_act": "gelu",
|
| 7 |
+
"hidden_dropout_prob": 0.0,
|
| 8 |
+
"hidden_size": 768,
|
| 9 |
+
"image_size": 384,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 3072,
|
| 12 |
+
"layer_norm_eps": 1e-12,
|
| 13 |
+
"model_type": "vit",
|
| 14 |
+
"num_attention_heads": 12,
|
| 15 |
+
"num_channels": 3,
|
| 16 |
+
"num_hidden_layers": 12,
|
| 17 |
+
"patch_size": 16,
|
| 18 |
+
"qkv_bias": false,
|
| 19 |
+
"torch_dtype": "float32",
|
| 20 |
+
"transformers_version": "4.12.3"
|
| 21 |
+
}
|