jamescalam commited on
Commit
627dc91
·
verified ·
1 Parent(s): c184cd6

Upload 4 files

Browse files
Files changed (4) hide show
  1. config.json +20 -0
  2. preprocessor_config.json +17 -0
  3. pytorch_model.bin +3 -0
  4. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "hidden_act": "gelu",
4
+ "hidden_dropout_prob": 0.1,
5
+ "hidden_size": 32,
6
+ "image_size": 30,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 37,
9
+ "layer_norm_eps": 1e-12,
10
+ "model_type": "vit",
11
+ "num_attention_heads": 4,
12
+ "num_channels": 3,
13
+ "num_hidden_layers": 5,
14
+ "patch_size": 2,
15
+ "transformers_version": "4.11.0.dev0",
16
+ "vocab_size": {},
17
+ "architectures": [
18
+ "ViTForImageClassification"
19
+ ]
20
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": 30
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24aefb91f22827cd1192ee92438e6ddcd2f32284b71d370834fa3119551f739
3
+ size 198807
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f335ce3ad15e6d1aa6cae1f86d2ec579373286b1e4a40b92c51751355b6d6d95
3
+ size 292392