Nadav commited on
Commit
3ad2191
1 Parent(s): 89dc187

Training in progress, step 5000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Nadav/PretrainedPHD-v2-all-fonts",
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.29,
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-v2-all-fonts",
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.29,
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:eb45938d953a9e02a93e023c6a0b6bfb85db281d7688bb4637b08cc92108582c
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:2a3c27dbd3634486f44b515b1ac2f607480d0607442e74b1007f80c67dee71ed
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:7c7b0cc71c51ef5f7a78f816541ca99e7efff8df2315723a0c94e1b16e8f0771
3
+ size 15459
last-checkpoint/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5552ea5d95da782f44b70f8a22ae167ba18f71e31f49d66221dac13c0bd1155
3
+ size 559
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681eed174af016a0d856f771b729ad32b51485c9166d03117b81f6f3901e0509
3
+ size 623
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.4352746583093932,
5
+ "global_step": 5000,
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.04,
12
+ "learning_rate": 0.00010077565027123787,
13
+ "loss": 0.5268,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.09,
18
+ "learning_rate": 0.00010075885246660077,
19
+ "loss": 0.5021,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.13,
24
+ "learning_rate": 0.00010073086073069567,
25
+ "loss": 0.4927,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.17,
30
+ "learning_rate": 0.0001006916819700645,
31
+ "loss": 0.4854,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.22,
36
+ "learning_rate": 0.00010064132585148025,
37
+ "loss": 0.4834,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.26,
42
+ "learning_rate": 0.00010057980479956167,
43
+ "loss": 0.4781,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 0.3,
48
+ "learning_rate": 0.00010050713399370776,
49
+ "loss": 0.4752,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 0.35,
54
+ "learning_rate": 0.00010042333136435246,
55
+ "loss": 0.4725,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 0.39,
60
+ "learning_rate": 0.00010032881934692084,
61
+ "loss": 0.4705,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 0.44,
66
+ "learning_rate": 0.0001002228621438404,
67
+ "loss": 0.4686,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 0.44,
72
+ "eval_loss": 0.45014095306396484,
73
+ "eval_runtime": 54.4029,
74
+ "eval_samples_per_second": 91.907,
75
+ "eval_steps_per_second": 1.452,
76
+ "step": 5000
77
+ }
78
+ ],
79
+ "max_steps": 100000,
80
+ "num_train_epochs": 9,
81
+ "total_flos": 2.354930673647616e+20,
82
+ "trial_name": null,
83
+ "trial_params": null
84
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30c25b619285837a9cbe79c92a5e0fc44806703a40caa54c45909f86e5afdcbb
3
+ size 5679
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a3c27dbd3634486f44b515b1ac2f607480d0607442e74b1007f80c67dee71ed
3
+ size 449471589
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30c25b619285837a9cbe79c92a5e0fc44806703a40caa54c45909f86e5afdcbb
3
+ size 5679