Nadav commited on
Commit
bfe5855
·
1 Parent(s): d61074a

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Nadav/PretrainedPHD",
3
+ "architectures": [
4
+ "PIXELForPreTraining"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "decoder_hidden_size": 512,
8
+ "decoder_intermediate_size": 2048,
9
+ "decoder_num_attention_heads": 16,
10
+ "decoder_num_hidden_layers": 8,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "image_size": [
15
+ 368,
16
+ 368
17
+ ],
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "layer_norm_eps": 1e-12,
21
+ "mask_ratio": 0.25,
22
+ "model_type": "pixel",
23
+ "norm_pix_loss": true,
24
+ "num_attention_heads": 12,
25
+ "num_channels": 3,
26
+ "num_hidden_layers": 12,
27
+ "patch_size": 16,
28
+ "qkv_bias": true,
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.17.0"
31
+ }
last-checkpoint/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Nadav/PretrainedPHD",
3
+ "architectures": [
4
+ "PIXELForPreTraining"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "decoder_hidden_size": 512,
8
+ "decoder_intermediate_size": 2048,
9
+ "decoder_num_attention_heads": 16,
10
+ "decoder_num_hidden_layers": 8,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "image_size": [
15
+ 368,
16
+ 368
17
+ ],
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "layer_norm_eps": 1e-12,
21
+ "mask_ratio": 0.25,
22
+ "model_type": "pixel",
23
+ "norm_pix_loss": true,
24
+ "num_attention_heads": 12,
25
+ "num_channels": 3,
26
+ "num_hidden_layers": 12,
27
+ "patch_size": 16,
28
+ "qkv_bias": true,
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.17.0"
31
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07f4c191169bdefbf903ed26706aa4d7421568132260ed3c336a7bb1e9b346b7
3
+ size 893438545
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec70d2781e97f4d329ba4c23b171ff2d9e095d57e1d6f397b53ab37773b559f
3
+ size 449471589
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89bfe126fed4c4ad4dd5e48270f02e29322c35de34e86277f87fea6ea6285c49
3
+ size 15523
last-checkpoint/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa4c7be44c959599b8b43bb9bc3371e9e4e5bbc5758b3ab5afcccfda3e72e67
3
+ size 559
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a01f1f0436989f1373566c8148c19011dd0ac4c035b4f3ba4538506b2eac4732
3
+ size 623
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.00810142990237777,
5
+ "global_step": 500,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.0,
12
+ "eval_runtime": 4.2859,
13
+ "eval_samples_per_second": 11.666,
14
+ "eval_steps_per_second": 0.467,
15
+ "step": 100
16
+ },
17
+ {
18
+ "epoch": 0.0,
19
+ "eval_runtime": 6.7254,
20
+ "eval_samples_per_second": 7.435,
21
+ "eval_steps_per_second": 0.297,
22
+ "step": 200
23
+ },
24
+ {
25
+ "epoch": 0.0,
26
+ "eval_runtime": 4.4562,
27
+ "eval_samples_per_second": 11.22,
28
+ "eval_steps_per_second": 0.449,
29
+ "step": 300
30
+ },
31
+ {
32
+ "epoch": 0.01,
33
+ "eval_runtime": 4.3116,
34
+ "eval_samples_per_second": 11.597,
35
+ "eval_steps_per_second": 0.464,
36
+ "step": 400
37
+ },
38
+ {
39
+ "epoch": 0.01,
40
+ "learning_rate": 1e-05,
41
+ "loss": 0.535,
42
+ "step": 500
43
+ },
44
+ {
45
+ "epoch": 0.01,
46
+ "eval_runtime": 4.3937,
47
+ "eval_samples_per_second": 11.38,
48
+ "eval_steps_per_second": 0.455,
49
+ "step": 500
50
+ }
51
+ ],
52
+ "max_steps": 1000000,
53
+ "num_train_epochs": 17,
54
+ "total_flos": 4.38126636957696e+18,
55
+ "trial_name": null,
56
+ "trial_params": null
57
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6270bc289a88f0f959604cd35e12f62592ad82a5a0194af541981581f153ae0
3
+ size 5551
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec70d2781e97f4d329ba4c23b171ff2d9e095d57e1d6f397b53ab37773b559f
3
+ size 449471589
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6270bc289a88f0f959604cd35e12f62592ad82a5a0194af541981581f153ae0
3
+ size 5551