Update config.json
Browse files- config.json +2 -4
config.json
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"VisionTransformer"
|
| 4 |
-
],
|
| 5 |
"model_type": "vit",
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "vision_transformer.VisionTransformerConfig",
|
|
@@ -13,7 +11,7 @@
|
|
| 13 |
"num_classes": 0,
|
| 14 |
"embed_dim": 384,
|
| 15 |
"depth": 12,
|
| 16 |
-
"num_heads":
|
| 17 |
"mlp_ratio": 4.0,
|
| 18 |
"qkv_bias": true,
|
| 19 |
"qk_scale": null,
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": ["VisionTransformer"],
|
|
|
|
|
|
|
| 3 |
"model_type": "vit",
|
| 4 |
"auto_map": {
|
| 5 |
"AutoConfig": "vision_transformer.VisionTransformerConfig",
|
|
|
|
| 11 |
"num_classes": 0,
|
| 12 |
"embed_dim": 384,
|
| 13 |
"depth": 12,
|
| 14 |
+
"num_heads": 6,
|
| 15 |
"mlp_ratio": 4.0,
|
| 16 |
"qkv_bias": true,
|
| 17 |
"qk_scale": null,
|