kasohrab commited on
Commit
8148a26
·
verified ·
1 Parent(s): 39e0408

Training in progress, epoch 1

Browse files
logs/events.out.tfevents.1713508880.persepolis.29644.12 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6839082c40758b72d4d9eee4c14ef9c6431526ffe75cb0a3e29712094bdd2a0b
3
- size 8681
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ffa6bf0cb1735229a1092c7418ea9bfabe5f4aa9d75d23f7ff623cac73eac34
3
+ size 9569
logs/events.out.tfevents.1713509874.persepolis.29644.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af9204ab812cf8dafc4804b5284c035904a217c805d08affdbb535815de9433a
3
+ size 5479
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbfd9e98ace10eb753a7b640e5c1c5b86a827b7b84c678c4e5d80a45549abec2
3
  size 54221200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f9fd400ecb4e8f808e0545ba5ea028e75d6dcf13faee8b6078f7a056b4ae90
3
  size 54221200
run-11/checkpoint-4216/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/electra-small-discriminator",
3
+ "architectures": [
4
+ "ElectraForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 128,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 256,
12
+ "id2label": {
13
+ "0": "negative",
14
+ "1": "positive"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 1024,
18
+ "label2id": {
19
+ "negative": "0",
20
+ "positive": "1"
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_position_embeddings": 512,
24
+ "model_type": "electra",
25
+ "num_attention_heads": 4,
26
+ "num_hidden_layers": 12,
27
+ "pad_token_id": 0,
28
+ "position_embedding_type": "absolute",
29
+ "problem_type": "single_label_classification",
30
+ "summary_activation": "gelu",
31
+ "summary_last_dropout": 0.1,
32
+ "summary_type": "first",
33
+ "summary_use_proj": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.40.0",
36
+ "type_vocab_size": 2,
37
+ "use_cache": true,
38
+ "vocab_size": 30522
39
+ }
run-11/checkpoint-4216/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a138599f33b0e0ad68feb8e561dfa7744804e409494018c866023b28962b943
3
+ size 54221200
run-11/checkpoint-4216/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d70d601f8533407618f996c4c400e3df798423b19362dfbce2b8ab79603cdb7
3
+ size 108564282
run-11/checkpoint-4216/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08136d8aabbe00c84b577a8be1629f5314ec5ca811cb1ca08ca40c08727468e9
3
+ size 14308
run-11/checkpoint-4216/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d78b6fd9b60cc358262cb7cb3fce135f2c599ef56ccebf640e2521e0043617
3
+ size 1064
run-11/checkpoint-4216/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-11/checkpoint-4216/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-11/checkpoint-4216/tokenizer_config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "max_length": 128,
49
+ "model_max_length": 512,
50
+ "pad_to_multiple_of": null,
51
+ "pad_token": "[PAD]",
52
+ "pad_token_type_id": 0,
53
+ "padding_side": "right",
54
+ "sep_token": "[SEP]",
55
+ "stride": 0,
56
+ "strip_accents": null,
57
+ "tokenize_chinese_chars": true,
58
+ "tokenizer_class": "ElectraTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "[UNK]"
62
+ }
run-11/checkpoint-4216/trainer_state.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9277522935779816,
3
+ "best_model_checkpoint": "electra-distilled-sst\\run-11\\checkpoint-3162",
4
+ "epoch": 8.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4216,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 14.338537216186523,
14
+ "learning_rate": 5.0174854029835415e-05,
15
+ "loss": 0.5621,
16
+ "step": 527
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.9071100917431193,
21
+ "eval_loss": 0.39338329434394836,
22
+ "eval_runtime": 1.4401,
23
+ "eval_samples_per_second": 605.519,
24
+ "eval_steps_per_second": 4.861,
25
+ "step": 527
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "grad_norm": 21.374542236328125,
30
+ "learning_rate": 4.302061894724029e-05,
31
+ "loss": 0.3067,
32
+ "step": 1054
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.9185779816513762,
37
+ "eval_loss": 0.45042580366134644,
38
+ "eval_runtime": 1.461,
39
+ "eval_samples_per_second": 596.848,
40
+ "eval_steps_per_second": 4.791,
41
+ "step": 1054
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "grad_norm": 5.032501697540283,
46
+ "learning_rate": 3.5852782657263795e-05,
47
+ "loss": 0.2271,
48
+ "step": 1581
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_accuracy": 0.9208715596330275,
53
+ "eval_loss": 0.42918458580970764,
54
+ "eval_runtime": 1.4441,
55
+ "eval_samples_per_second": 603.85,
56
+ "eval_steps_per_second": 4.847,
57
+ "step": 1581
58
+ },
59
+ {
60
+ "epoch": 4.0,
61
+ "grad_norm": 5.360136985778809,
62
+ "learning_rate": 2.868494636728731e-05,
63
+ "loss": 0.176,
64
+ "step": 2108
65
+ },
66
+ {
67
+ "epoch": 4.0,
68
+ "eval_accuracy": 0.9208715596330275,
69
+ "eval_loss": 0.4744165539741516,
70
+ "eval_runtime": 1.4509,
71
+ "eval_samples_per_second": 601.02,
72
+ "eval_steps_per_second": 4.825,
73
+ "step": 2108
74
+ },
75
+ {
76
+ "epoch": 5.0,
77
+ "grad_norm": 11.912830352783203,
78
+ "learning_rate": 2.1517110077310823e-05,
79
+ "loss": 0.1486,
80
+ "step": 2635
81
+ },
82
+ {
83
+ "epoch": 5.0,
84
+ "eval_accuracy": 0.9185779816513762,
85
+ "eval_loss": 0.4420042037963867,
86
+ "eval_runtime": 1.4442,
87
+ "eval_samples_per_second": 603.815,
88
+ "eval_steps_per_second": 4.847,
89
+ "step": 2635
90
+ },
91
+ {
92
+ "epoch": 6.0,
93
+ "grad_norm": 6.889047622680664,
94
+ "learning_rate": 1.4349273787334336e-05,
95
+ "loss": 0.1268,
96
+ "step": 3162
97
+ },
98
+ {
99
+ "epoch": 6.0,
100
+ "eval_accuracy": 0.9277522935779816,
101
+ "eval_loss": 0.4492184817790985,
102
+ "eval_runtime": 1.4504,
103
+ "eval_samples_per_second": 601.225,
104
+ "eval_steps_per_second": 4.826,
105
+ "step": 3162
106
+ },
107
+ {
108
+ "epoch": 7.0,
109
+ "grad_norm": 15.968618392944336,
110
+ "learning_rate": 7.195038704739208e-06,
111
+ "loss": 0.1059,
112
+ "step": 3689
113
+ },
114
+ {
115
+ "epoch": 7.0,
116
+ "eval_accuracy": 0.9254587155963303,
117
+ "eval_loss": 0.47401389479637146,
118
+ "eval_runtime": 1.4461,
119
+ "eval_samples_per_second": 602.992,
120
+ "eval_steps_per_second": 4.841,
121
+ "step": 3689
122
+ },
123
+ {
124
+ "epoch": 8.0,
125
+ "grad_norm": 5.614753246307373,
126
+ "learning_rate": 2.720241476271912e-08,
127
+ "loss": 0.0972,
128
+ "step": 4216
129
+ },
130
+ {
131
+ "epoch": 8.0,
132
+ "eval_accuracy": 0.9185779816513762,
133
+ "eval_loss": 0.4893525540828705,
134
+ "eval_runtime": 1.4503,
135
+ "eval_samples_per_second": 601.271,
136
+ "eval_steps_per_second": 4.827,
137
+ "step": 4216
138
+ }
139
+ ],
140
+ "logging_steps": 500,
141
+ "max_steps": 4216,
142
+ "num_input_tokens_seen": 0,
143
+ "num_train_epochs": 8,
144
+ "save_steps": 500,
145
+ "total_flos": 1497908425331724.0,
146
+ "train_batch_size": 128,
147
+ "trial_name": null,
148
+ "trial_params": {
149
+ "alpha": 0.9346338538228292,
150
+ "learning_rate": 5.73426903198119e-05,
151
+ "num_train_epochs": 8,
152
+ "temperature": 23
153
+ }
154
+ }
run-11/checkpoint-4216/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e19097391429290e70a25e43cb5761ced9452a1909377e4765cbe0281d76fb
3
+ size 5048
run-11/checkpoint-4216/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-12/checkpoint-527/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/electra-small-discriminator",
3
+ "architectures": [
4
+ "ElectraForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 128,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 256,
12
+ "id2label": {
13
+ "0": "negative",
14
+ "1": "positive"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 1024,
18
+ "label2id": {
19
+ "negative": "0",
20
+ "positive": "1"
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_position_embeddings": 512,
24
+ "model_type": "electra",
25
+ "num_attention_heads": 4,
26
+ "num_hidden_layers": 12,
27
+ "pad_token_id": 0,
28
+ "position_embedding_type": "absolute",
29
+ "problem_type": "single_label_classification",
30
+ "summary_activation": "gelu",
31
+ "summary_last_dropout": 0.1,
32
+ "summary_type": "first",
33
+ "summary_use_proj": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.40.0",
36
+ "type_vocab_size": 2,
37
+ "use_cache": true,
38
+ "vocab_size": 30522
39
+ }
run-12/checkpoint-527/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f9fd400ecb4e8f808e0545ba5ea028e75d6dcf13faee8b6078f7a056b4ae90
3
+ size 54221200
run-12/checkpoint-527/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3196b1a20be879baf43db92255f4e044cb075f357affd0830264b1a2e751551b
3
+ size 108564282
run-12/checkpoint-527/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc9791cb55befa0c8b441bb05d4823eb646b6924ad858d6b339d592c0fbe5a2
3
+ size 14308
run-12/checkpoint-527/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dde8df3521714ce34bce52a2a00f27fcc4123b95ef26ca39454bf989dd724ae
3
+ size 1064
run-12/checkpoint-527/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-12/checkpoint-527/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-12/checkpoint-527/tokenizer_config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "max_length": 128,
49
+ "model_max_length": 512,
50
+ "pad_to_multiple_of": null,
51
+ "pad_token": "[PAD]",
52
+ "pad_token_type_id": 0,
53
+ "padding_side": "right",
54
+ "sep_token": "[SEP]",
55
+ "stride": 0,
56
+ "strip_accents": null,
57
+ "tokenize_chinese_chars": true,
58
+ "tokenizer_class": "ElectraTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "[UNK]"
62
+ }
run-12/checkpoint-527/trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8990825688073395,
3
+ "best_model_checkpoint": "electra-distilled-sst\\run-12\\checkpoint-527",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 527,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 7.509405136108398,
14
+ "learning_rate": 2.0402991030650117e-05,
15
+ "loss": 0.397,
16
+ "step": 527
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.8990825688073395,
21
+ "eval_loss": 0.27017587423324585,
22
+ "eval_runtime": 1.4468,
23
+ "eval_samples_per_second": 602.727,
24
+ "eval_steps_per_second": 4.838,
25
+ "step": 527
26
+ }
27
+ ],
28
+ "logging_steps": 500,
29
+ "max_steps": 4216,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 8,
32
+ "save_steps": 500,
33
+ "total_flos": 186587234208876.0,
34
+ "train_batch_size": 128,
35
+ "trial_name": null,
36
+ "trial_params": {
37
+ "alpha": 0.9957859034199653,
38
+ "learning_rate": 2.3317704035028705e-05,
39
+ "num_train_epochs": 8,
40
+ "temperature": 24
41
+ }
42
+ }
run-12/checkpoint-527/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b51d56043a7511b7fc0f1a70978ea32af3fd9681bc971ff2e638715cd381dee1
3
+ size 5048
run-12/checkpoint-527/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22e19097391429290e70a25e43cb5761ced9452a1909377e4765cbe0281d76fb
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b51d56043a7511b7fc0f1a70978ea32af3fd9681bc971ff2e638715cd381dee1
3
  size 5048