mehdidc commited on
Commit
3bb1a2a
1 Parent(s): a0568e9

Create ViT-B-32-CL77-GAP-256.json

Browse files
Files changed (1) hide show
  1. ViT-B-32-CL77-GAP-256.json +17 -0
ViT-B-32-CL77-GAP-256.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "embed_dim": 512,
3
+ "vision_cfg": {
4
+ "image_size": 256,
5
+ "layers": 12,
6
+ "width": 768,
7
+ "patch_size": 32,
8
+ "global_average_pool": true
9
+ },
10
+ "text_cfg": {
11
+ "context_length": 77,
12
+ "vocab_size": 49408,
13
+ "width": 512,
14
+ "heads": 8,
15
+ "layers": 12
16
+ }
17
+ }