Training in progress, step 5000
Browse files- config.json +9 -7
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -3,26 +3,28 @@
|
|
3 |
"PIXELForPreTraining"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"decoder_hidden_size":
|
7 |
-
"decoder_intermediate_size":
|
8 |
-
"decoder_num_attention_heads":
|
9 |
"decoder_num_hidden_layers": 4,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
-
"hidden_size":
|
13 |
"image_size": [
|
14 |
32,
|
15 |
18432
|
16 |
],
|
17 |
"initializer_range": 0.02,
|
18 |
-
"intermediate_size":
|
19 |
"layer_norm_eps": 1e-12,
|
20 |
"mask_ratio": 0.25,
|
21 |
"model_type": "pixel",
|
|
|
22 |
"norm_pix_loss": true,
|
23 |
-
"
|
|
|
24 |
"num_channels": 3,
|
25 |
-
"num_hidden_layers":
|
26 |
"patch_size": 32,
|
27 |
"qkv_bias": true,
|
28 |
"torch_dtype": "float32",
|
|
|
3 |
"PIXELForPreTraining"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"decoder_hidden_size": 264,
|
7 |
+
"decoder_intermediate_size": 1056,
|
8 |
+
"decoder_num_attention_heads": 6,
|
9 |
"decoder_num_hidden_layers": 4,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 384,
|
13 |
"image_size": [
|
14 |
32,
|
15 |
18432
|
16 |
],
|
17 |
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 1536,
|
19 |
"layer_norm_eps": 1e-12,
|
20 |
"mask_ratio": 0.25,
|
21 |
"model_type": "pixel",
|
22 |
+
"noise_scheduler": "cosine",
|
23 |
"norm_pix_loss": true,
|
24 |
+
"norm_pix_pred": false,
|
25 |
+
"num_attention_heads": 6,
|
26 |
"num_channels": 3,
|
27 |
+
"num_hidden_layers": 12,
|
28 |
"patch_size": 32,
|
29 |
"qkv_bias": true,
|
30 |
"torch_dtype": "float32",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:257f26e0c18c8c6efa38b3474c9b5d59a1367b1e71123f77021c48c99d17508f
|
3 |
+
size 108604581
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3247
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a290c6ebb75bee38957709a23bfbe42770fa0aa295c474547f4b2350576bbd17
|
3 |
size 3247
|