Upload VisionTransformer
Browse files- config.json +6 -6
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -6,14 +6,14 @@
|
|
| 6 |
"attention_implementation": "sdpa",
|
| 7 |
"attention_probability_dropout_probability": 0.1,
|
| 8 |
"dropout_probability": 0.1,
|
| 9 |
-
"embedding_size":
|
| 10 |
"hidden_activation_function": "gelu",
|
| 11 |
-
"hidden_size":
|
| 12 |
-
"image_size":
|
| 13 |
"initializer_factor": 1.0,
|
| 14 |
-
"intermediate_size":
|
| 15 |
-
"layer_norm_eps":
|
| 16 |
-
"num_attention_heads":
|
| 17 |
"num_channels": 3,
|
| 18 |
"num_hidden_layers": 12,
|
| 19 |
"num_intermediate_layers": 3,
|
|
|
|
| 6 |
"attention_implementation": "sdpa",
|
| 7 |
"attention_probability_dropout_probability": 0.1,
|
| 8 |
"dropout_probability": 0.1,
|
| 9 |
+
"embedding_size": 128,
|
| 10 |
"hidden_activation_function": "gelu",
|
| 11 |
+
"hidden_size": 256,
|
| 12 |
+
"image_size": 224,
|
| 13 |
"initializer_factor": 1.0,
|
| 14 |
+
"intermediate_size": 1024,
|
| 15 |
+
"layer_norm_eps": 1e-12,
|
| 16 |
+
"num_attention_heads": 4,
|
| 17 |
"num_channels": 3,
|
| 18 |
"num_hidden_layers": 12,
|
| 19 |
"num_intermediate_layers": 3,
|
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:85fc4c896558392e7fda48f5265b49c77ad2a7014327f78e37a68feb2d5ee622
|
| 3 |
+
size 189997656
|