Circularmachines commited on
Commit
453a75a
1 Parent(s): de3244b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
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": 768,
13
+ "image_size": 224,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-12,
17
+ "mask_ratio": 0.75,
18
+ "model_type": "vit_mae",
19
+ "norm_pix_loss": true,
20
+ "num_attention_heads": 12,
21
+ "num_channels": 3,
22
+ "num_hidden_layers": 12,
23
+ "patch_size": 16,
24
+ "qkv_bias": true,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.29.0.dev0"
27
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f55d216c079088f1dc06cfde507790943b289e261f80d280bb516973c4503f9f
3
+ size 447745733
runs/May09_05-23-04_9a594e8f2c64/1683609793.533688/events.out.tfevents.1683609793.9a594e8f2c64.4853.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a8ed9285356910f7ab854bc8227b14baf44eda47c8060d9a670c339fe36258
3
+ size 5991
runs/May09_05-23-04_9a594e8f2c64/events.out.tfevents.1683609793.9a594e8f2c64.4853.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:157483ed3331fa5aec4a5d81b64a07a2c68d42eee3f01cb85660c2125a07ae90
3
+ size 125160
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0464a22fc958ed753ed222bf488a45ec7117b277e4390edfae66480cc367dd30
3
+ size 4027