nielsr HF staff commited on
Commit
0de8374
1 Parent(s): b765d9e

First commit

Browse files
Files changed (3) hide show
  1. config.json +27 -0
  2. preprocessor_config.json +18 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTMAEForPreTraining"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "decoder_hidden_size": 512,
7
+ "decoder_intermediate_size": 2048,
8
+ "decoder_num_attention_heads": 16,
9
+ "decoder_num_hidden_layers": 8,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 1024,
13
+ "image_size": 224,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 4096,
16
+ "layer_norm_eps": 1e-12,
17
+ "mask_ratio": 0.75,
18
+ "model_type": "vit_mae",
19
+ "norm_pix_loss": false,
20
+ "num_attention_heads": 16,
21
+ "num_channels": 3,
22
+ "num_hidden_layers": 24,
23
+ "patch_size": 16,
24
+ "qkv_bias": true,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.16.0.dev0"
27
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_processor_class": null,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ViTMAEFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 2,
17
+ "size": 224
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28a019bd1842a7bdea1cfa9bb390047ad3fab82032cea2045873ca0399ca5a84
3
+ size 1318371301