xuancoblab2023 commited on
Commit
cb2897b
·
verified ·
1 Parent(s): 81cea4e

Training in progress, epoch 2

Browse files
Files changed (38) hide show
  1. logs/events.out.tfevents.1709736673.fcc57e6e3903.3035.1 +2 -2
  2. logs/events.out.tfevents.1709738746.fcc57e6e3903.3035.2 +3 -0
  3. model.safetensors +1 -1
  4. run-1/checkpoint-2850/config.json +34 -0
  5. run-1/checkpoint-2850/model.safetensors +3 -0
  6. run-1/checkpoint-2850/optimizer.pt +3 -0
  7. run-1/checkpoint-2850/rng_state.pth +3 -0
  8. run-1/checkpoint-2850/scheduler.pt +3 -0
  9. run-1/checkpoint-2850/special_tokens_map.json +7 -0
  10. run-1/checkpoint-2850/tokenizer.json +0 -0
  11. run-1/checkpoint-2850/tokenizer_config.json +57 -0
  12. run-1/checkpoint-2850/trainer_state.json +141 -0
  13. run-1/checkpoint-2850/training_args.bin +3 -0
  14. run-1/checkpoint-2850/vocab.txt +0 -0
  15. run-2/checkpoint-1188/config.json +34 -0
  16. run-2/checkpoint-1188/model.safetensors +3 -0
  17. run-2/checkpoint-1188/optimizer.pt +3 -0
  18. run-2/checkpoint-1188/rng_state.pth +3 -0
  19. run-2/checkpoint-1188/scheduler.pt +3 -0
  20. run-2/checkpoint-1188/special_tokens_map.json +7 -0
  21. run-2/checkpoint-1188/tokenizer.json +0 -0
  22. run-2/checkpoint-1188/tokenizer_config.json +57 -0
  23. run-2/checkpoint-1188/trainer_state.json +65 -0
  24. run-2/checkpoint-1188/training_args.bin +3 -0
  25. run-2/checkpoint-1188/vocab.txt +0 -0
  26. run-2/checkpoint-594/config.json +34 -0
  27. run-2/checkpoint-594/model.safetensors +3 -0
  28. run-2/checkpoint-594/optimizer.pt +3 -0
  29. run-2/checkpoint-594/rng_state.pth +3 -0
  30. run-2/checkpoint-594/scheduler.pt +3 -0
  31. run-2/checkpoint-594/special_tokens_map.json +7 -0
  32. run-2/checkpoint-594/tokenizer.json +0 -0
  33. run-2/checkpoint-594/tokenizer_config.json +57 -0
  34. run-2/checkpoint-594/trainer_state.json +46 -0
  35. run-2/checkpoint-594/training_args.bin +3 -0
  36. run-2/checkpoint-594/vocab.txt +0 -0
  37. tokenizer.json +1 -1
  38. training_args.bin +1 -1
logs/events.out.tfevents.1709736673.fcc57e6e3903.3035.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69344581e0fcc51aa41844298fe2ff3046067d22f6971849ddf588380f63dabe
3
- size 6010
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b078135172b0350439af60ac9244ca64ad1da002b651984ae20ef05672a4bd4
3
+ size 9096
logs/events.out.tfevents.1709738746.fcc57e6e3903.3035.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b264f3ff29bc08479f86cee904af2cfde644ea59393644b34002bb7045c8bf
3
+ size 6011
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be42edc346c7f56c37cff9a80b3c02409f2124ea659e9dd6917a018effc61a95
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1746506c121949c786023a52d18d62525be5d15306044e069e1128c586165bce
3
  size 17549312
run-1/checkpoint-2850/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.38.2",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-1/checkpoint-2850/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d935c7212a6deb6bff0572cdf085215bd443c92e021b37370453e60c287d968a
3
+ size 17549312
run-1/checkpoint-2850/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e475cdd022c4e270259045e7fea6dedb8df380c609cc254d49be3fffb3381230
3
+ size 35122746
run-1/checkpoint-2850/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:652965c8804a6472e7215d2bf1eaef27dd5fcc81ca0a4e464e1e2245a7b3c0df
3
+ size 14054
run-1/checkpoint-2850/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fcf549389dbc0464b07a358eaed8f9af842c18152b7acc6b4ef98f89fae0797
3
+ size 1064
run-1/checkpoint-2850/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-1/checkpoint-2850/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-2850/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-1/checkpoint-2850/trainer_state.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5207920792079208,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-1/checkpoint-475",
4
+ "epoch": 6.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2850,
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": 0.4949035942554474,
14
+ "learning_rate": 1.755924298388821e-05,
15
+ "loss": 0.2107,
16
+ "step": 475
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.5207920792079208,
21
+ "eval_f1": 0.1597222222222222,
22
+ "eval_loss": 0.19466964900493622,
23
+ "eval_precision": 0.6388888888888888,
24
+ "eval_recall": 0.09126984126984126,
25
+ "eval_runtime": 15.6911,
26
+ "eval_samples_per_second": 32.184,
27
+ "eval_steps_per_second": 1.02,
28
+ "step": 475
29
+ },
30
+ {
31
+ "epoch": 2.0,
32
+ "grad_norm": 0.5680577754974365,
33
+ "learning_rate": 1.4047394387110566e-05,
34
+ "loss": 0.1957,
35
+ "step": 950
36
+ },
37
+ {
38
+ "epoch": 2.0,
39
+ "eval_accuracy": 0.5168316831683168,
40
+ "eval_f1": 0.14685314685314682,
41
+ "eval_loss": 0.19141286611557007,
42
+ "eval_precision": 0.6176470588235294,
43
+ "eval_recall": 0.08333333333333333,
44
+ "eval_runtime": 15.1911,
45
+ "eval_samples_per_second": 33.243,
46
+ "eval_steps_per_second": 1.053,
47
+ "step": 950
48
+ },
49
+ {
50
+ "epoch": 3.0,
51
+ "grad_norm": 0.45545563101768494,
52
+ "learning_rate": 1.0535545790332925e-05,
53
+ "loss": 0.1943,
54
+ "step": 1425
55
+ },
56
+ {
57
+ "epoch": 3.0,
58
+ "eval_accuracy": 0.5148514851485149,
59
+ "eval_f1": 0.14634146341463414,
60
+ "eval_loss": 0.1912413090467453,
61
+ "eval_precision": 0.6,
62
+ "eval_recall": 0.08333333333333333,
63
+ "eval_runtime": 15.2913,
64
+ "eval_samples_per_second": 33.025,
65
+ "eval_steps_per_second": 1.046,
66
+ "step": 1425
67
+ },
68
+ {
69
+ "epoch": 4.0,
70
+ "grad_norm": 0.33228880167007446,
71
+ "learning_rate": 7.023697193555283e-06,
72
+ "loss": 0.1936,
73
+ "step": 1900
74
+ },
75
+ {
76
+ "epoch": 4.0,
77
+ "eval_accuracy": 0.5168316831683168,
78
+ "eval_f1": 0.14685314685314682,
79
+ "eval_loss": 0.190897598862648,
80
+ "eval_precision": 0.6176470588235294,
81
+ "eval_recall": 0.08333333333333333,
82
+ "eval_runtime": 15.1905,
83
+ "eval_samples_per_second": 33.244,
84
+ "eval_steps_per_second": 1.053,
85
+ "step": 1900
86
+ },
87
+ {
88
+ "epoch": 5.0,
89
+ "grad_norm": 0.3122839331626892,
90
+ "learning_rate": 3.5118485967776416e-06,
91
+ "loss": 0.1933,
92
+ "step": 2375
93
+ },
94
+ {
95
+ "epoch": 5.0,
96
+ "eval_accuracy": 0.5148514851485149,
97
+ "eval_f1": 0.14634146341463414,
98
+ "eval_loss": 0.19050733745098114,
99
+ "eval_precision": 0.6,
100
+ "eval_recall": 0.08333333333333333,
101
+ "eval_runtime": 15.1983,
102
+ "eval_samples_per_second": 33.227,
103
+ "eval_steps_per_second": 1.053,
104
+ "step": 2375
105
+ },
106
+ {
107
+ "epoch": 6.0,
108
+ "grad_norm": 0.29782089591026306,
109
+ "learning_rate": 0.0,
110
+ "loss": 0.193,
111
+ "step": 2850
112
+ },
113
+ {
114
+ "epoch": 6.0,
115
+ "eval_accuracy": 0.5128712871287129,
116
+ "eval_f1": 0.13986013986013984,
117
+ "eval_loss": 0.19041746854782104,
118
+ "eval_precision": 0.5882352941176471,
119
+ "eval_recall": 0.07936507936507936,
120
+ "eval_runtime": 15.2095,
121
+ "eval_samples_per_second": 33.203,
122
+ "eval_steps_per_second": 1.052,
123
+ "step": 2850
124
+ }
125
+ ],
126
+ "logging_steps": 500,
127
+ "max_steps": 2850,
128
+ "num_input_tokens_seen": 0,
129
+ "num_train_epochs": 6,
130
+ "save_steps": 500,
131
+ "total_flos": 4667059698840.0,
132
+ "train_batch_size": 20,
133
+ "trial_name": null,
134
+ "trial_params": {
135
+ "alpha": 0.22818780511125447,
136
+ "learning_rate": 2.107109158066585e-05,
137
+ "num_train_epochs": 6,
138
+ "per_device_train_batch_size": 20,
139
+ "temperature": 6
140
+ }
141
+ }
run-1/checkpoint-2850/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ccea265ae9122da077ff8def664c83c587f85ed26bee202b170a564116cd542
3
+ size 4920
run-1/checkpoint-2850/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-1188/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.38.2",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-2/checkpoint-1188/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1746506c121949c786023a52d18d62525be5d15306044e069e1128c586165bce
3
+ size 17549312
run-2/checkpoint-1188/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506eb862ac3c79dfbe5f19b5dd60ebcf7f4b2203515ef7cd1144a02be39ac3f8
3
+ size 35122746
run-2/checkpoint-1188/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:865773625f26ecda8e97fa43648969305f39e463edd0c59be1bc7918cd43e824
3
+ size 14054
run-2/checkpoint-1188/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53173d76cd09cf6ecec24b991f35d8b6cf3149896d7bbb2d766f313c45699265
3
+ size 1064
run-2/checkpoint-1188/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-2/checkpoint-1188/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-1188/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-2/checkpoint-1188/trainer_state.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5168316831683168,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-2/checkpoint-1188",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1188,
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": 0.7887440323829651,
14
+ "learning_rate": 0.00015586356006012654,
15
+ "loss": 0.3246,
16
+ "step": 594
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.5148514851485149,
21
+ "eval_f1": 0.16382252559726962,
22
+ "eval_loss": 0.3221835792064667,
23
+ "eval_precision": 0.5853658536585366,
24
+ "eval_recall": 0.09523809523809523,
25
+ "eval_runtime": 15.4228,
26
+ "eval_samples_per_second": 32.744,
27
+ "eval_steps_per_second": 1.037,
28
+ "step": 594
29
+ },
30
+ {
31
+ "epoch": 2.0,
32
+ "grad_norm": 0.6338050961494446,
33
+ "learning_rate": 0.00013854538672011249,
34
+ "loss": 0.3178,
35
+ "step": 1188
36
+ },
37
+ {
38
+ "epoch": 2.0,
39
+ "eval_accuracy": 0.5168316831683168,
40
+ "eval_f1": 0.17006802721088435,
41
+ "eval_loss": 0.31132203340530396,
42
+ "eval_precision": 0.5952380952380952,
43
+ "eval_recall": 0.0992063492063492,
44
+ "eval_runtime": 15.3986,
45
+ "eval_samples_per_second": 32.795,
46
+ "eval_steps_per_second": 1.039,
47
+ "step": 1188
48
+ }
49
+ ],
50
+ "logging_steps": 500,
51
+ "max_steps": 5940,
52
+ "num_input_tokens_seen": 0,
53
+ "num_train_epochs": 10,
54
+ "save_steps": 500,
55
+ "total_flos": 1555686566280.0,
56
+ "train_batch_size": 16,
57
+ "trial_name": null,
58
+ "trial_params": {
59
+ "alpha": 0.39860510957002215,
60
+ "learning_rate": 0.0001731817334001406,
61
+ "num_train_epochs": 10,
62
+ "per_device_train_batch_size": 16,
63
+ "temperature": 4
64
+ }
65
+ }
run-2/checkpoint-1188/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8767ee43a8087c968cdc0eed2d700fdcfad08ca8672daf6f805917fe63cbe37
3
+ size 4920
run-2/checkpoint-1188/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-594/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.38.2",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-2/checkpoint-594/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ac356b8b2a20268b7ebcf811e6e76fb50d0907cebd76b4b97951d03a7883a2
3
+ size 17549312
run-2/checkpoint-594/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0a000da5dfae4ecc03bdcd0560ad40eca3b2a9776151e2114fb2776bb98c342
3
+ size 35122746
run-2/checkpoint-594/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9593aa7b268a99b44b1c4305fd3c5fb8820f0dfb804b9c95c1c1b40dbaeb2963
3
+ size 14054
run-2/checkpoint-594/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9833b67d53cb68178f11d0e83e382bfc933a82bfeb6c8b386345826d25703649
3
+ size 1064
run-2/checkpoint-594/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-2/checkpoint-594/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-594/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-2/checkpoint-594/trainer_state.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5148514851485149,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-2/checkpoint-594",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 594,
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": 0.7887440323829651,
14
+ "learning_rate": 0.00015586356006012654,
15
+ "loss": 0.3246,
16
+ "step": 594
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.5148514851485149,
21
+ "eval_f1": 0.16382252559726962,
22
+ "eval_loss": 0.3221835792064667,
23
+ "eval_precision": 0.5853658536585366,
24
+ "eval_recall": 0.09523809523809523,
25
+ "eval_runtime": 15.4228,
26
+ "eval_samples_per_second": 32.744,
27
+ "eval_steps_per_second": 1.037,
28
+ "step": 594
29
+ }
30
+ ],
31
+ "logging_steps": 500,
32
+ "max_steps": 5940,
33
+ "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 10,
35
+ "save_steps": 500,
36
+ "total_flos": 777843283140.0,
37
+ "train_batch_size": 16,
38
+ "trial_name": null,
39
+ "trial_params": {
40
+ "alpha": 0.39860510957002215,
41
+ "learning_rate": 0.0001731817334001406,
42
+ "num_train_epochs": 10,
43
+ "per_device_train_batch_size": 16,
44
+ "temperature": 4
45
+ }
46
+ }
run-2/checkpoint-594/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8767ee43a8087c968cdc0eed2d700fdcfad08ca8672daf6f805917fe63cbe37
3
+ size 4920
run-2/checkpoint-594/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 31,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 33,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d331d6ed8525f4be242c97947207e536b712d3292c8dd8422ceaeeaa5722a2ab
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8767ee43a8087c968cdc0eed2d700fdcfad08ca8672daf6f805917fe63cbe37
3
  size 4920