Narsil HF staff commited on
Commit
2c1f7ac
1 Parent(s): 9d806a7

Fixing the weights.

Browse files
Files changed (2) hide show
  1. config.json +46 -23
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,25 +1,48 @@
1
  {
2
- "attention_probs_dropout_prob": 0.1,
3
- "drop_path_rate": 0.1,
4
- "hidden_act": "gelu",
5
- "hidden_dropout_prob": 0.1,
6
- "hidden_size": 32,
7
- "image_size": 30,
8
- "initializer_range": 0.02,
9
- "intermediate_size": 37,
10
- "layer_norm_eps": 1e-12,
11
- "layer_scale_init_value": 0.1,
12
- "model_type": "beit",
13
- "num_attention_heads": 4,
14
- "num_channels": 3,
15
- "num_hidden_layers": 5,
16
- "out_indices": [0, 1, 2, 3],
17
- "patch_size": 2,
18
- "transformers_version": "4.11.0.dev0",
19
- "use_absolute_position_embeddings": false,
20
- "use_mask_token": false,
21
- "use_mean_pooling": true,
22
- "use_relative_position_bias": false,
23
- "use_shared_relative_position_bias": false,
24
- "vocab_size": {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  }
1
  {
2
+ "_name_or_path": "hf-internal-testing/tiny-random-beit-pipeline",
3
+ "architectures": [
4
+ "BeitForSemanticSegmentation"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 32,
15
+ "image_size": 30,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 37,
18
+ "layer_norm_eps": 1e-12,
19
+ "layer_scale_init_value": 0.1,
20
+ "legacy_output": false,
21
+ "model_type": "beit",
22
+ "num_attention_heads": 4,
23
+ "num_channels": 3,
24
+ "num_hidden_layers": 5,
25
+ "out_indices": [
26
+ 0,
27
+ 1,
28
+ 2,
29
+ 3
30
+ ],
31
+ "patch_size": 2,
32
+ "pool_scales": [
33
+ 1,
34
+ 2,
35
+ 3,
36
+ 6
37
+ ],
38
+ "semantic_loss_ignore_index": 255,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.17.0.dev0",
41
+ "use_absolute_position_embeddings": false,
42
+ "use_auxiliary_head": true,
43
+ "use_mask_token": false,
44
+ "use_mean_pooling": true,
45
+ "use_relative_position_bias": false,
46
+ "use_shared_relative_position_bias": false,
47
+ "vocab_size": {}
48
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a3df7348a9a4b895daa2c7fedb8360a124d6fabc891357d794e0a55cae0c564
3
- size 166801
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d23c842c97b4d5221ece3a283580b4ae1e8f29a149d067cdcec33a2dfa0591ca
3
+ size 1032151