ajtorek commited on
Commit
bc35b28
·
verified ·
1 Parent(s): 7f759d4

Upload VisionTransformer

Browse files
Files changed (2) hide show
  1. config.json +6 -6
  2. 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": 512,
10
  "hidden_activation_function": "gelu",
11
- "hidden_size": 768,
12
- "image_size": 288,
13
  "initializer_factor": 1.0,
14
- "intermediate_size": 3072,
15
- "layer_norm_eps": 0.01,
16
- "num_attention_heads": 12,
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:9479fded913273c6151c3dec67a28a69c3b0c6f0c0d477491dea1e3c7e957d58
3
- size 1705886824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85fc4c896558392e7fda48f5265b49c77ad2a7014327f78e37a68feb2d5ee622
3
+ size 189997656