patrickvonplaten commited on
Commit
9352793
1 Parent(s): 71a2e55
Files changed (3) hide show
  1. config.json +46 -0
  2. preprocessor_config.json +20 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Data2VecVisionModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "auxiliary_channels": 256,
7
+ "auxiliary_concat_input": false,
8
+ "auxiliary_loss_weight": 0.4,
9
+ "auxiliary_num_convs": 1,
10
+ "drop_path_rate": 0.1,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 1024,
14
+ "image_size": 224,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 4096,
17
+ "layer_norm_eps": 1e-12,
18
+ "layer_scale_init_value": 0.1,
19
+ "model_type": "data2vec-vision",
20
+ "num_attention_heads": 16,
21
+ "num_channels": 3,
22
+ "num_hidden_layers": 24,
23
+ "out_indices": [
24
+ 3,
25
+ 5,
26
+ 7,
27
+ 11
28
+ ],
29
+ "patch_size": 16,
30
+ "pool_scales": [
31
+ 1,
32
+ 2,
33
+ 3,
34
+ 6
35
+ ],
36
+ "semantic_loss_ignore_index": 255,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.19.0.dev0",
39
+ "use_absolute_position_embeddings": false,
40
+ "use_auxiliary_head": true,
41
+ "use_mask_token": false,
42
+ "use_mean_pooling": false,
43
+ "use_relative_position_bias": false,
44
+ "use_shared_relative_position_bias": true,
45
+ "vocab_size": 8192
46
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 224,
3
+ "do_center_crop": false,
4
+ "do_normalize": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "BeitFeatureExtractor",
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "reduce_labels": false,
18
+ "resample": 3,
19
+ "size": 224
20
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e524c19259095515059ede0994aadbbb2998ceb930408276941d3aed9a43a185
3
+ size 1212985603