Bill Psomas
commited on
Commit
·
55fce8f
1
Parent(s):
3781121
remove config
Browse files- config.json +0 -17
config.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"attention_probs_dropout_prob": 0.0,
|
| 3 |
-
"hidden_act": "gelu",
|
| 4 |
-
"hidden_dropout_prob": 0.0,
|
| 5 |
-
"hidden_size": 384,
|
| 6 |
-
"image_size": 224,
|
| 7 |
-
"initializer_range": 0.02,
|
| 8 |
-
"intermediate_size": 1536,
|
| 9 |
-
"layer_norm_eps": 1e-12,
|
| 10 |
-
"model_type": "vit",
|
| 11 |
-
"num_attention_heads": 6,
|
| 12 |
-
"num_channels": 3,
|
| 13 |
-
"num_hidden_layers": 12,
|
| 14 |
-
"patch_size": 16,
|
| 15 |
-
"torch_dtype": "float32",
|
| 16 |
-
"transformers_version": "4.10.0.dev0"
|
| 17 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|