xuancoblab2023 commited on
Commit
a5ec5c2
·
verified ·
1 Parent(s): 5e2de57

Training in progress, epoch 1

Browse files
logs/events.out.tfevents.1713441600.ec9626078864.14834.43 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:497af15d9ae51653a422a59d1659d0b8a94f68eea17641572ebb9e879ca22d71
3
- size 7597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c0fb18aba769c229aaeced25ec161e4926c48e74b9f6e60ee95bd92cc887deb
3
+ size 8681
logs/events.out.tfevents.1713441879.ec9626078864.14834.44 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b1372cb3e53523a84a748b698a5a70a0700c2f32f6789a0ce48c1f6806ab0b4
3
+ size 5407
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a54cf9d8ced238affe019cd58f1d22e589e16e5a7a943ae2a209e8467079267b
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b047942c9e7d69cb41cb40c4aa691e8da20329ea1a0925683c38484281523b
3
  size 17549312
run-42/checkpoint-3225/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bert_uncased_L-2_H-128_A-2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 128,
11
+ "id2label": {
12
+ "0": "negative",
13
+ "1": "positive"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 512,
17
+ "label2id": {
18
+ "negative": "0",
19
+ "positive": "1"
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 2,
25
+ "num_hidden_layers": 2,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "problem_type": "single_label_classification",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.39.3",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-42/checkpoint-3225/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dd8894fbd30e88eae1df067e17573d06ab32e9cd13f02047454e018e3a71820
3
+ size 17549312
run-42/checkpoint-3225/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d91badc75f78bfa3e015583df547b54b48f01b8e9e09e4916e8882f6f756ef7d
3
+ size 35123898
run-42/checkpoint-3225/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6303d047155f3543a5a16a3524b9e783dc242e14523f52e867381087cb66480
3
+ size 14308
run-42/checkpoint-3225/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12f471f24d98bfbf39ce69b7bc2d329098525b333550ef8f485cf4c51232182b
3
+ size 1064
run-42/checkpoint-3225/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-42/checkpoint-3225/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-42/checkpoint-3225/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
run-42/checkpoint-3225/trainer_state.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9034509499806126,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-42/checkpoint-2580",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3225,
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": 1.0985572338104248,
14
+ "learning_rate": 0.00015144713450034053,
15
+ "loss": 0.3039,
16
+ "step": 645
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.8945327646374563,
21
+ "eval_f1": 0.19287833827893175,
22
+ "eval_loss": 0.2821837365627289,
23
+ "eval_mcc": 0.23408659817261018,
24
+ "eval_precision": 0.6190476190476191,
25
+ "eval_recall": 0.11423550087873462,
26
+ "eval_runtime": 9.9917,
27
+ "eval_samples_per_second": 516.228,
28
+ "eval_steps_per_second": 16.213,
29
+ "step": 645
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "grad_norm": 0.5096140503883362,
34
+ "learning_rate": 0.0001135853508752554,
35
+ "loss": 0.2797,
36
+ "step": 1290
37
+ },
38
+ {
39
+ "epoch": 2.0,
40
+ "eval_accuracy": 0.8972469949592865,
41
+ "eval_f1": 0.2182890855457227,
42
+ "eval_loss": 0.27733176946640015,
43
+ "eval_mcc": 0.26666876109371096,
44
+ "eval_precision": 0.6788990825688074,
45
+ "eval_recall": 0.13005272407732865,
46
+ "eval_runtime": 9.9433,
47
+ "eval_samples_per_second": 518.739,
48
+ "eval_steps_per_second": 16.292,
49
+ "step": 1290
50
+ },
51
+ {
52
+ "epoch": 3.0,
53
+ "grad_norm": 0.6613279581069946,
54
+ "learning_rate": 7.572356725017026e-05,
55
+ "loss": 0.2739,
56
+ "step": 1935
57
+ },
58
+ {
59
+ "epoch": 3.0,
60
+ "eval_accuracy": 0.8986041101202016,
61
+ "eval_f1": 0.2015267175572519,
62
+ "eval_loss": 0.2698163688182831,
63
+ "eval_mcc": 0.27313390239686397,
64
+ "eval_precision": 0.7674418604651163,
65
+ "eval_recall": 0.11599297012302284,
66
+ "eval_runtime": 9.9136,
67
+ "eval_samples_per_second": 520.296,
68
+ "eval_steps_per_second": 16.341,
69
+ "step": 1935
70
+ },
71
+ {
72
+ "epoch": 4.0,
73
+ "grad_norm": 1.9136298894882202,
74
+ "learning_rate": 3.786178362508513e-05,
75
+ "loss": 0.2687,
76
+ "step": 2580
77
+ },
78
+ {
79
+ "epoch": 4.0,
80
+ "eval_accuracy": 0.9034509499806126,
81
+ "eval_f1": 0.37121212121212127,
82
+ "eval_loss": 0.26799800992012024,
83
+ "eval_mcc": 0.37243582190582525,
84
+ "eval_precision": 0.6591928251121076,
85
+ "eval_recall": 0.2583479789103691,
86
+ "eval_runtime": 9.9335,
87
+ "eval_samples_per_second": 519.254,
88
+ "eval_steps_per_second": 16.308,
89
+ "step": 2580
90
+ },
91
+ {
92
+ "epoch": 5.0,
93
+ "grad_norm": 1.6348357200622559,
94
+ "learning_rate": 0.0,
95
+ "loss": 0.2668,
96
+ "step": 3225
97
+ },
98
+ {
99
+ "epoch": 5.0,
100
+ "eval_accuracy": 0.9013183404420317,
101
+ "eval_f1": 0.3093622795115332,
102
+ "eval_loss": 0.265724778175354,
103
+ "eval_mcc": 0.3328247451163805,
104
+ "eval_precision": 0.6785714285714286,
105
+ "eval_recall": 0.20035149384885764,
106
+ "eval_runtime": 9.9624,
107
+ "eval_samples_per_second": 517.747,
108
+ "eval_steps_per_second": 16.261,
109
+ "step": 3225
110
+ }
111
+ ],
112
+ "logging_steps": 500,
113
+ "max_steps": 3225,
114
+ "num_input_tokens_seen": 0,
115
+ "num_train_epochs": 5,
116
+ "save_steps": 500,
117
+ "total_flos": 7934712663000.0,
118
+ "train_batch_size": 32,
119
+ "trial_name": null,
120
+ "trial_params": {
121
+ "alpha": 0.8695064116191267,
122
+ "learning_rate": 0.00018930891812542566,
123
+ "num_train_epochs": 5,
124
+ "temperature": 14
125
+ }
126
+ }
run-42/checkpoint-3225/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f487547e1a6bc80b9d25d87862de09d85f194b31f8fd35327451c8ac970dbb9
3
+ size 4984
run-42/checkpoint-3225/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-43/checkpoint-645/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bert_uncased_L-2_H-128_A-2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 128,
11
+ "id2label": {
12
+ "0": "negative",
13
+ "1": "positive"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 512,
17
+ "label2id": {
18
+ "negative": "0",
19
+ "positive": "1"
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 2,
25
+ "num_hidden_layers": 2,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "problem_type": "single_label_classification",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.39.3",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-43/checkpoint-645/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b047942c9e7d69cb41cb40c4aa691e8da20329ea1a0925683c38484281523b
3
+ size 17549312
run-43/checkpoint-645/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58303a6094bbb861c2c3c7e41fbab0459ed173acd565130ab6926c39aca97a66
3
+ size 35123898
run-43/checkpoint-645/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f64cda8af0c2d214cf65bdf171fde38f18025a5a08f9a451c61fdf726867d7c2
3
+ size 14308
run-43/checkpoint-645/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:782e58a5fc8716328f799e951a026e012bfabbea0e6893ee16db965d7a88da15
3
+ size 1064
run-43/checkpoint-645/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-43/checkpoint-645/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-43/checkpoint-645/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
run-43/checkpoint-645/trainer_state.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8960837533927879,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-43/checkpoint-645",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 645,
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": 1.1614691019058228,
14
+ "learning_rate": 0.00013740809545058623,
15
+ "loss": 0.2838,
16
+ "step": 645
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.8960837533927879,
21
+ "eval_f1": 0.1878787878787879,
22
+ "eval_loss": 0.26379355788230896,
23
+ "eval_mcc": 0.24425925679105032,
24
+ "eval_precision": 0.6813186813186813,
25
+ "eval_recall": 0.10896309314586995,
26
+ "eval_runtime": 9.9542,
27
+ "eval_samples_per_second": 518.172,
28
+ "eval_steps_per_second": 16.274,
29
+ "step": 645
30
+ }
31
+ ],
32
+ "logging_steps": 500,
33
+ "max_steps": 4515,
34
+ "num_input_tokens_seen": 0,
35
+ "num_train_epochs": 7,
36
+ "save_steps": 500,
37
+ "total_flos": 1586942532600.0,
38
+ "train_batch_size": 32,
39
+ "trial_name": null,
40
+ "trial_params": {
41
+ "alpha": 0.7868511609350549,
42
+ "learning_rate": 0.00016030944469235062,
43
+ "num_train_epochs": 7,
44
+ "temperature": 12
45
+ }
46
+ }
run-43/checkpoint-645/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08828bcd5b32baf8358042cd0b0d31aa8b726101d471f32c4aacac638c8d4236
3
+ size 4984
run-43/checkpoint-645/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:0f487547e1a6bc80b9d25d87862de09d85f194b31f8fd35327451c8ac970dbb9
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08828bcd5b32baf8358042cd0b0d31aa8b726101d471f32c4aacac638c8d4236
3
  size 4984