jysh1023 commited on
Commit
4f78064
·
1 Parent(s): 74b81ae

Training in progress, epoch 1

Browse files
Files changed (37) hide show
  1. logs/events.out.tfevents.1700285685.bdba95a6283e.570.8 +2 -2
  2. logs/events.out.tfevents.1700287458.bdba95a6283e.570.9 +3 -0
  3. model.safetensors +1 -1
  4. run-5/checkpoint-1581/config.json +34 -0
  5. run-5/checkpoint-1581/model.safetensors +3 -0
  6. run-5/checkpoint-1581/optimizer.pt +3 -0
  7. run-5/checkpoint-1581/rng_state.pth +3 -0
  8. run-5/checkpoint-1581/scheduler.pt +3 -0
  9. run-5/checkpoint-1581/special_tokens_map.json +7 -0
  10. run-5/checkpoint-1581/tokenizer.json +0 -0
  11. run-5/checkpoint-1581/tokenizer_config.json +57 -0
  12. run-5/checkpoint-1581/trainer_state.json +69 -0
  13. run-5/checkpoint-1581/training_args.bin +3 -0
  14. run-5/checkpoint-1581/vocab.txt +0 -0
  15. run-5/checkpoint-4743/config.json +34 -0
  16. run-5/checkpoint-4743/model.safetensors +3 -0
  17. run-5/checkpoint-4743/optimizer.pt +3 -0
  18. run-5/checkpoint-4743/rng_state.pth +3 -0
  19. run-5/checkpoint-4743/scheduler.pt +3 -0
  20. run-5/checkpoint-4743/special_tokens_map.json +7 -0
  21. run-5/checkpoint-4743/tokenizer.json +0 -0
  22. run-5/checkpoint-4743/tokenizer_config.json +57 -0
  23. run-5/checkpoint-4743/trainer_state.json +159 -0
  24. run-5/checkpoint-4743/training_args.bin +3 -0
  25. run-5/checkpoint-4743/vocab.txt +0 -0
  26. run-6/checkpoint-527/config.json +34 -0
  27. run-6/checkpoint-527/model.safetensors +3 -0
  28. run-6/checkpoint-527/optimizer.pt +3 -0
  29. run-6/checkpoint-527/rng_state.pth +3 -0
  30. run-6/checkpoint-527/scheduler.pt +3 -0
  31. run-6/checkpoint-527/special_tokens_map.json +7 -0
  32. run-6/checkpoint-527/tokenizer.json +0 -0
  33. run-6/checkpoint-527/tokenizer_config.json +57 -0
  34. run-6/checkpoint-527/trainer_state.json +39 -0
  35. run-6/checkpoint-527/training_args.bin +3 -0
  36. run-6/checkpoint-527/vocab.txt +0 -0
  37. training_args.bin +1 -1
logs/events.out.tfevents.1700285685.bdba95a6283e.570.8 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69d239a4da513dede694b2811229fc86f97338872361f0e011669752fc340111
3
- size 5289
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e367cf4185cc6ac1a0067316a743f605ae471a8ebde0b89a5afa2297fe9c93
3
+ size 9003
logs/events.out.tfevents.1700287458.bdba95a6283e.570.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c6e4e1bb2b462788e6461e27c55342ae411b8fa6194feaf0b65caea8917a4e
3
+ size 4810
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5c32dae09725311e3fedf28787040bfb4d508f4e793d16bcfc8667c52100506
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04228d8d905e0cef1773e631505f8b1499ca323f2ab321976caa6fed50d0a127
3
  size 17549312
run-5/checkpoint-1581/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.35.2",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-5/checkpoint-1581/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b87a831c59640363cce794e253bf39557923a2574748ede9d0ecdf84a1e4d70
3
+ size 17549312
run-5/checkpoint-1581/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85a5d3badc1d1279817d763dd0e10ca372fb2020cda129acb21287eafe85bfa6
3
+ size 35123898
run-5/checkpoint-1581/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:702271e787da27d0d3b72a4b86c4c100d2c46226579a1075b6bf0467661ef93f
3
+ size 14308
run-5/checkpoint-1581/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a14b31cf5a5365d42e0a72347491738f6c9d01018ff9997275fd638b86bfb97f
3
+ size 1064
run-5/checkpoint-1581/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-5/checkpoint-1581/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-1581/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-5/checkpoint-1581/trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8222477064220184,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled_original/run-5/checkpoint-1581",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1581,
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
+ "learning_rate": 0.0006521893115545731,
14
+ "loss": 1.1514,
15
+ "step": 527
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.8119266055045872,
20
+ "eval_loss": 1.6072802543640137,
21
+ "eval_runtime": 2.6998,
22
+ "eval_samples_per_second": 322.982,
23
+ "eval_steps_per_second": 2.593,
24
+ "step": 527
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "learning_rate": 0.0005706656476102516,
29
+ "loss": 0.5186,
30
+ "step": 1054
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_accuracy": 0.8165137614678899,
35
+ "eval_loss": 1.5554544925689697,
36
+ "eval_runtime": 2.7237,
37
+ "eval_samples_per_second": 320.153,
38
+ "eval_steps_per_second": 2.57,
39
+ "step": 1054
40
+ },
41
+ {
42
+ "epoch": 3.0,
43
+ "learning_rate": 0.0004892966775254068,
44
+ "loss": 0.3454,
45
+ "step": 1581
46
+ },
47
+ {
48
+ "epoch": 3.0,
49
+ "eval_accuracy": 0.8222477064220184,
50
+ "eval_loss": 1.7910453081130981,
51
+ "eval_runtime": 2.6773,
52
+ "eval_samples_per_second": 325.705,
53
+ "eval_steps_per_second": 2.615,
54
+ "step": 1581
55
+ }
56
+ ],
57
+ "logging_steps": 500,
58
+ "max_steps": 4743,
59
+ "num_train_epochs": 9,
60
+ "save_steps": 500,
61
+ "total_flos": 24280106603460.0,
62
+ "trial_name": null,
63
+ "trial_params": {
64
+ "alpha": 0.33140181919816125,
65
+ "learning_rate": 0.0007337129754988948,
66
+ "num_train_epochs": 9,
67
+ "temperature": 8
68
+ }
69
+ }
run-5/checkpoint-1581/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a07f86b5e6b9a8e9e28b1a380cc79b873a2cbfbfffbb4b2f2beac31c3225e5
3
+ size 4664
run-5/checkpoint-1581/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-4743/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.35.2",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-5/checkpoint-4743/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a2f5601d94f7ab0d2b3ab5877b3635f9968cdfc88549bc0a96020f673c60d4d
3
+ size 17549312
run-5/checkpoint-4743/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d62c16f1866affc388be783d60a41f99cb0346e9b3e1287fc4a2ebf684cb40
3
+ size 35123898
run-5/checkpoint-4743/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06c57ce5e6b2e9f61341a63c012a7ceeecd2734f8a396f51216cd4c12a9112a1
3
+ size 14308
run-5/checkpoint-4743/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02038442be215f5d6e3d766cfe41a1b08c0abb268ff4edfae8bc087a83d761fa
3
+ size 1064
run-5/checkpoint-4743/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-5/checkpoint-4743/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-4743/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-5/checkpoint-4743/trainer_state.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8222477064220184,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled_original/run-5/checkpoint-1581",
4
+ "epoch": 9.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4743,
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
+ "learning_rate": 0.0006521893115545731,
14
+ "loss": 1.1514,
15
+ "step": 527
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.8119266055045872,
20
+ "eval_loss": 1.6072802543640137,
21
+ "eval_runtime": 2.6998,
22
+ "eval_samples_per_second": 322.982,
23
+ "eval_steps_per_second": 2.593,
24
+ "step": 527
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "learning_rate": 0.0005706656476102516,
29
+ "loss": 0.5186,
30
+ "step": 1054
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_accuracy": 0.8165137614678899,
35
+ "eval_loss": 1.5554544925689697,
36
+ "eval_runtime": 2.7237,
37
+ "eval_samples_per_second": 320.153,
38
+ "eval_steps_per_second": 2.57,
39
+ "step": 1054
40
+ },
41
+ {
42
+ "epoch": 3.0,
43
+ "learning_rate": 0.0004892966775254068,
44
+ "loss": 0.3454,
45
+ "step": 1581
46
+ },
47
+ {
48
+ "epoch": 3.0,
49
+ "eval_accuracy": 0.8222477064220184,
50
+ "eval_loss": 1.7910453081130981,
51
+ "eval_runtime": 2.6773,
52
+ "eval_samples_per_second": 325.705,
53
+ "eval_steps_per_second": 2.615,
54
+ "step": 1581
55
+ },
56
+ {
57
+ "epoch": 4.0,
58
+ "learning_rate": 0.00040777301358108515,
59
+ "loss": 0.2593,
60
+ "step": 2108
61
+ },
62
+ {
63
+ "epoch": 4.0,
64
+ "eval_accuracy": 0.8061926605504587,
65
+ "eval_loss": 1.7951512336730957,
66
+ "eval_runtime": 2.7203,
67
+ "eval_samples_per_second": 320.554,
68
+ "eval_steps_per_second": 2.573,
69
+ "step": 2108
70
+ },
71
+ {
72
+ "epoch": 5.0,
73
+ "learning_rate": 0.00032624934963676347,
74
+ "loss": 0.2004,
75
+ "step": 2635
76
+ },
77
+ {
78
+ "epoch": 5.0,
79
+ "eval_accuracy": 0.8119266055045872,
80
+ "eval_loss": 1.7136480808258057,
81
+ "eval_runtime": 2.6887,
82
+ "eval_samples_per_second": 324.322,
83
+ "eval_steps_per_second": 2.604,
84
+ "step": 2635
85
+ },
86
+ {
87
+ "epoch": 6.0,
88
+ "learning_rate": 0.00024472568569244184,
89
+ "loss": 0.1626,
90
+ "step": 3162
91
+ },
92
+ {
93
+ "epoch": 6.0,
94
+ "eval_accuracy": 0.8130733944954128,
95
+ "eval_loss": 1.711166262626648,
96
+ "eval_runtime": 2.7407,
97
+ "eval_samples_per_second": 318.164,
98
+ "eval_steps_per_second": 2.554,
99
+ "step": 3162
100
+ },
101
+ {
102
+ "epoch": 7.0,
103
+ "learning_rate": 0.0001632020217481202,
104
+ "loss": 0.1314,
105
+ "step": 3689
106
+ },
107
+ {
108
+ "epoch": 7.0,
109
+ "eval_accuracy": 0.8084862385321101,
110
+ "eval_loss": 1.7526990175247192,
111
+ "eval_runtime": 2.6978,
112
+ "eval_samples_per_second": 323.229,
113
+ "eval_steps_per_second": 2.595,
114
+ "step": 3689
115
+ },
116
+ {
117
+ "epoch": 8.0,
118
+ "learning_rate": 8.167835780379854e-05,
119
+ "loss": 0.1125,
120
+ "step": 4216
121
+ },
122
+ {
123
+ "epoch": 8.0,
124
+ "eval_accuracy": 0.8142201834862385,
125
+ "eval_loss": 1.7434496879577637,
126
+ "eval_runtime": 2.7338,
127
+ "eval_samples_per_second": 318.966,
128
+ "eval_steps_per_second": 2.561,
129
+ "step": 4216
130
+ },
131
+ {
132
+ "epoch": 9.0,
133
+ "learning_rate": 3.0938771895378237e-07,
134
+ "loss": 0.0944,
135
+ "step": 4743
136
+ },
137
+ {
138
+ "epoch": 9.0,
139
+ "eval_accuracy": 0.8188073394495413,
140
+ "eval_loss": 1.712199330329895,
141
+ "eval_runtime": 2.6968,
142
+ "eval_samples_per_second": 323.345,
143
+ "eval_steps_per_second": 2.596,
144
+ "step": 4743
145
+ }
146
+ ],
147
+ "logging_steps": 500,
148
+ "max_steps": 4743,
149
+ "num_train_epochs": 9,
150
+ "save_steps": 500,
151
+ "total_flos": 72756683549280.0,
152
+ "trial_name": null,
153
+ "trial_params": {
154
+ "alpha": 0.33140181919816125,
155
+ "learning_rate": 0.0007337129754988948,
156
+ "num_train_epochs": 9,
157
+ "temperature": 8
158
+ }
159
+ }
run-5/checkpoint-4743/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a07f86b5e6b9a8e9e28b1a380cc79b873a2cbfbfffbb4b2f2beac31c3225e5
3
+ size 4664
run-5/checkpoint-4743/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-527/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.35.2",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-6/checkpoint-527/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04228d8d905e0cef1773e631505f8b1499ca323f2ab321976caa6fed50d0a127
3
+ size 17549312
run-6/checkpoint-527/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d850ddd050385d24ee9c951fa0d05c1544198740f2c17fd1c99c16f768a9a6a
3
+ size 35123898
run-6/checkpoint-527/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df95bce5c5c16e60e49eb22753b34dbfa7966d22f239bd4ae61a5f9a0e6ccf0d
3
+ size 14308
run-6/checkpoint-527/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b24d8a5f11cf1865cb33bf0ae12a2c6ecebc95324675cf6d56c3f62b803b096
3
+ size 1064
run-6/checkpoint-527/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-6/checkpoint-527/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-527/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-6/checkpoint-527/trainer_state.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8222477064220184,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled_original/run-6/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
+ "learning_rate": 0.00011918131024105509,
14
+ "loss": 1.9855,
15
+ "step": 527
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.8222477064220184,
20
+ "eval_loss": 1.8280006647109985,
21
+ "eval_runtime": 2.7111,
22
+ "eval_samples_per_second": 321.643,
23
+ "eval_steps_per_second": 2.582,
24
+ "step": 527
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 1054,
29
+ "num_train_epochs": 2,
30
+ "save_steps": 500,
31
+ "total_flos": 8117476690260.0,
32
+ "trial_name": null,
33
+ "trial_params": {
34
+ "alpha": 0.0031432162484484882,
35
+ "learning_rate": 0.00023791117612513647,
36
+ "num_train_epochs": 2,
37
+ "temperature": 11
38
+ }
39
+ }
run-6/checkpoint-527/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3528e6a3642aa9ba8c8067699334b10da62ccf74ac84885d7c7aecd0b8bbb683
3
+ size 4664
run-6/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:75a07f86b5e6b9a8e9e28b1a380cc79b873a2cbfbfffbb4b2f2beac31c3225e5
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3528e6a3642aa9ba8c8067699334b10da62ccf74ac84885d7c7aecd0b8bbb683
3
  size 4664