kasohrab commited on
Commit
25b386a
·
verified ·
1 Parent(s): b4ad1e1

Training in progress, epoch 1

Browse files
logs/events.out.tfevents.1713505330.persepolis.29644.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33c2fe3d1d9ce03262279e5aeac953313f35998f615857365a4b46b9bb77e4ba
3
- size 7614
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb4eea4a17c919224ed65c8e3c668cd104a82bf155e2c019f19c93bef93d9285
3
+ size 8502
logs/events.out.tfevents.1713506046.persepolis.29644.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c08b3ff72fd8562113b283679075123bd0d63821fc52b37ca4673b4dd4abb3f3
3
+ size 5479
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:343d71d7cdfc34f5c4b6ddf0f28c8748b6b666e4f0442a0f29a0db4e1b1b992e
3
  size 54221200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0235f33576132397312ada05940fd0357d9698462ad10e4f5619204286e81eff
3
  size 54221200
run-2/checkpoint-3162/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-2/checkpoint-3162/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e17bb66bf498b02492f1fa503cdc155f2f8fd9f880292a5bdc43f9ff85ac6cea
3
+ size 54221200
run-2/checkpoint-3162/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7be3772935f771bb24d6ed022b455f6e9c318e541c90686c9eb6b336b194d30
3
+ size 108564282
run-2/checkpoint-3162/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2bc2ed5c3d6e162bc02d0b7d435de20ac0a9e3adc9ebc0adf2faa333702bbf9
3
+ size 14308
run-2/checkpoint-3162/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17efb0c19ca79dfa0141d5b51ece7409911d21d7a2b3a1e217fd58fe229dd312
3
+ size 1064
run-2/checkpoint-3162/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-2/checkpoint-3162/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-3162/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-2/checkpoint-3162/trainer_state.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5091743119266054,
3
+ "best_model_checkpoint": "electra-distilled-sst\\run-2\\checkpoint-527",
4
+ "epoch": 6.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3162,
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": 3.510751485824585,
14
+ "learning_rate": 0.0007235764985208607,
15
+ "loss": 4.9041,
16
+ "step": 527
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.5091743119266054,
21
+ "eval_loss": 4.841418266296387,
22
+ "eval_runtime": 1.4537,
23
+ "eval_samples_per_second": 599.861,
24
+ "eval_steps_per_second": 4.815,
25
+ "step": 527
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "grad_norm": 0.5188323259353638,
30
+ "learning_rate": 0.0005789160983992775,
31
+ "loss": 4.9002,
32
+ "step": 1054
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.5091743119266054,
37
+ "eval_loss": 4.816441059112549,
38
+ "eval_runtime": 1.4412,
39
+ "eval_samples_per_second": 605.042,
40
+ "eval_steps_per_second": 4.857,
41
+ "step": 1054
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "grad_norm": 1.3247452974319458,
46
+ "learning_rate": 0.00043425569827769417,
47
+ "loss": 4.9,
48
+ "step": 1581
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_accuracy": 0.5091743119266054,
53
+ "eval_loss": 4.82835054397583,
54
+ "eval_runtime": 1.4366,
55
+ "eval_samples_per_second": 606.994,
56
+ "eval_steps_per_second": 4.873,
57
+ "step": 1581
58
+ },
59
+ {
60
+ "epoch": 4.0,
61
+ "grad_norm": 0.6336215734481812,
62
+ "learning_rate": 0.0002895952981561108,
63
+ "loss": 4.893,
64
+ "step": 2108
65
+ },
66
+ {
67
+ "epoch": 4.0,
68
+ "eval_accuracy": 0.5091743119266054,
69
+ "eval_loss": 4.868070602416992,
70
+ "eval_runtime": 1.4415,
71
+ "eval_samples_per_second": 604.928,
72
+ "eval_steps_per_second": 4.856,
73
+ "step": 2108
74
+ },
75
+ {
76
+ "epoch": 5.0,
77
+ "grad_norm": 1.2643113136291504,
78
+ "learning_rate": 0.0001449348980345275,
79
+ "loss": 4.8991,
80
+ "step": 2635
81
+ },
82
+ {
83
+ "epoch": 5.0,
84
+ "eval_accuracy": 0.5091743119266054,
85
+ "eval_loss": 4.832038879394531,
86
+ "eval_runtime": 1.448,
87
+ "eval_samples_per_second": 602.191,
88
+ "eval_steps_per_second": 4.834,
89
+ "step": 2635
90
+ },
91
+ {
92
+ "epoch": 6.0,
93
+ "grad_norm": 1.2564785480499268,
94
+ "learning_rate": 2.744979129441809e-07,
95
+ "loss": 4.8938,
96
+ "step": 3162
97
+ },
98
+ {
99
+ "epoch": 6.0,
100
+ "eval_accuracy": 0.5091743119266054,
101
+ "eval_loss": 4.896666526794434,
102
+ "eval_runtime": 1.4438,
103
+ "eval_samples_per_second": 603.96,
104
+ "eval_steps_per_second": 4.848,
105
+ "step": 3162
106
+ }
107
+ ],
108
+ "logging_steps": 500,
109
+ "max_steps": 3162,
110
+ "num_input_tokens_seen": 0,
111
+ "num_train_epochs": 6,
112
+ "save_steps": 500,
113
+ "total_flos": 1123721737396596.0,
114
+ "train_batch_size": 128,
115
+ "trial_name": null,
116
+ "trial_params": {
117
+ "alpha": 0.2011698337552854,
118
+ "learning_rate": 0.0008679624007294999,
119
+ "num_train_epochs": 6,
120
+ "temperature": 5
121
+ }
122
+ }
run-2/checkpoint-3162/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0abd3ad0420c43f4a6dc3c7f59acb9782deb90e9d7937e2e6b0b2fe954e1152f
3
+ size 5048
run-2/checkpoint-3162/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-527/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0235f33576132397312ada05940fd0357d9698462ad10e4f5619204286e81eff
3
+ size 54221200
run-3/checkpoint-527/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c07d6af1feb5ff7b819d9a9c38a9cef7a1e84f489e1110cd46adf59187315e2e
3
+ size 108564282
run-3/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-3/checkpoint-527/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b184feeed9e94b1e759e371b8930d8eb7161eb7195bc3639e8f22afa49c1404
3
+ size 1064
run-3/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-3/checkpoint-527/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-527/trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8704128440366973,
3
+ "best_model_checkpoint": "electra-distilled-sst\\run-3\\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": 20.69542694091797,
14
+ "learning_rate": 1.4084477147380312e-05,
15
+ "loss": 1.4419,
16
+ "step": 527
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.8704128440366973,
21
+ "eval_loss": 0.8999464511871338,
22
+ "eval_runtime": 1.4417,
23
+ "eval_samples_per_second": 604.854,
24
+ "eval_steps_per_second": 4.855,
25
+ "step": 527
26
+ }
27
+ ],
28
+ "logging_steps": 500,
29
+ "max_steps": 1054,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 2,
32
+ "save_steps": 500,
33
+ "total_flos": 186587234208876.0,
34
+ "train_batch_size": 128,
35
+ "trial_name": null,
36
+ "trial_params": {
37
+ "alpha": 0.7273510251657795,
38
+ "learning_rate": 2.8115604002535698e-05,
39
+ "num_train_epochs": 2,
40
+ "temperature": 7
41
+ }
42
+ }
run-3/checkpoint-527/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6a73b0274d51d0230d65160acf1da02acf6cc8fc7e82070ef6d105deddf34c
3
+ size 5048
run-3/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:0abd3ad0420c43f4a6dc3c7f59acb9782deb90e9d7937e2e6b0b2fe954e1152f
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6a73b0274d51d0230d65160acf1da02acf6cc8fc7e82070ef6d105deddf34c
3
  size 5048