Delete config.json
Browse files- config.json +0 -25
config.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"ViTModel"
|
| 4 |
-
],
|
| 5 |
-
"attention_probs_dropout_prob": 0.01,
|
| 6 |
-
"classifier_proj_size": null,
|
| 7 |
-
"dtype": "float32",
|
| 8 |
-
"encoder_stride": 16,
|
| 9 |
-
"hidden_act": "gelu",
|
| 10 |
-
"hidden_dropout_prob": 0.01,
|
| 11 |
-
"hidden_size": 256,
|
| 12 |
-
"image_size": 256,
|
| 13 |
-
"initializer_range": 0.02,
|
| 14 |
-
"intermediate_size": 512,
|
| 15 |
-
"layer_norm_eps": 1e-12,
|
| 16 |
-
"model_type": "vit",
|
| 17 |
-
"num_attention_heads": 8,
|
| 18 |
-
"num_channels": 3,
|
| 19 |
-
"num_hidden_layers": 7,
|
| 20 |
-
"patch_size": 16,
|
| 21 |
-
"pooler_act": "tanh",
|
| 22 |
-
"pooler_output_size": 256,
|
| 23 |
-
"qkv_bias": true,
|
| 24 |
-
"transformers_version": "4.57.3"
|
| 25 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|