joseph10 commited on
Commit
1041773
1 Parent(s): bdf2607

Training in progress, epoch 1

Browse files
Files changed (34) hide show
  1. logs/events.out.tfevents.1702267900.joseph_legion.22340.15 +2 -2
  2. logs/events.out.tfevents.1702270246.joseph_legion.22340.16 +3 -0
  3. model.safetensors +1 -1
  4. run-2/checkpoint-788/config.json +34 -0
  5. run-2/checkpoint-788/model.safetensors +3 -0
  6. run-2/checkpoint-788/optimizer.pt +3 -0
  7. run-2/checkpoint-788/rng_state.pth +3 -0
  8. run-2/checkpoint-788/scheduler.pt +3 -0
  9. run-2/checkpoint-788/special_tokens_map.json +7 -0
  10. run-2/checkpoint-788/tokenizer_config.json +57 -0
  11. run-2/checkpoint-788/trainer_state.json +85 -0
  12. run-2/checkpoint-788/training_args.bin +3 -0
  13. run-2/checkpoint-788/vocab.txt +0 -0
  14. run-2/checkpoint-985/config.json +34 -0
  15. run-2/checkpoint-985/model.safetensors +3 -0
  16. run-2/checkpoint-985/optimizer.pt +3 -0
  17. run-2/checkpoint-985/rng_state.pth +3 -0
  18. run-2/checkpoint-985/scheduler.pt +3 -0
  19. run-2/checkpoint-985/special_tokens_map.json +7 -0
  20. run-2/checkpoint-985/tokenizer_config.json +57 -0
  21. run-2/checkpoint-985/trainer_state.json +100 -0
  22. run-2/checkpoint-985/training_args.bin +3 -0
  23. run-2/checkpoint-985/vocab.txt +0 -0
  24. run-3/checkpoint-197/config.json +34 -0
  25. run-3/checkpoint-197/model.safetensors +3 -0
  26. run-3/checkpoint-197/optimizer.pt +3 -0
  27. run-3/checkpoint-197/rng_state.pth +3 -0
  28. run-3/checkpoint-197/scheduler.pt +3 -0
  29. run-3/checkpoint-197/special_tokens_map.json +7 -0
  30. run-3/checkpoint-197/tokenizer_config.json +57 -0
  31. run-3/checkpoint-197/trainer_state.json +40 -0
  32. run-3/checkpoint-197/training_args.bin +3 -0
  33. run-3/checkpoint-197/vocab.txt +0 -0
  34. training_args.bin +1 -1
logs/events.out.tfevents.1702267900.joseph_legion.22340.15 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8bec381b9e192f5ed4d3cb22e79a602f08d4f1d2aa0f4e1b5ae292433a619f3
3
- size 5884
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3bf21193971497457b3d787ad008f9cb9084c148df4f0f6bf145abe816d6a34
3
+ size 7198
logs/events.out.tfevents.1702270246.joseph_legion.22340.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4463919487b3242faa929cf0727b5aac21da84949d297821f31d79f826c9e786
3
+ size 4926
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55437ed52f425242d1c865d80635ab093a2b2b73916952b9ace75c6df6bc8603
3
  size 44692608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f79beb115f8e247d826b90f2ad761c51feebde49fa611c645025fb0dda372b
3
  size 44692608
run-2/checkpoint-788/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bert_uncased_L-4_H-256_A-4",
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": 256,
11
+ "id2label": {
12
+ "0": 0,
13
+ "1": 1
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1024,
17
+ "label2id": {
18
+ "0": 0,
19
+ "1": 1
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 4,
25
+ "num_hidden_layers": 4,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "problem_type": "single_label_classification",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.36.0.dev0",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-2/checkpoint-788/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c57b2ba4fa93c376e758c74c9608285ee9d28d32a216f55a9090c53073147b
3
+ size 44692608
run-2/checkpoint-788/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20dbac990dd5be70721849fa9a85f47030a611f5cd9035dd071ca668af8e806f
3
+ size 89430010
run-2/checkpoint-788/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39bb59d0602913d0446fb1b887e3bef027f47ac31f57a5e1aad549eeef7f347
3
+ size 14308
run-2/checkpoint-788/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b825ed417ad783dbe676778ad2ce878a365a1ca79671ed99957323db3a7d09d
3
+ size 1064
run-2/checkpoint-788/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-788/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-788/trainer_state.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.754863813229572,
3
+ "best_model_checkpoint": "tinybert-TG-HS-HX-parentpretrained\\run-2\\checkpoint-788",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 788,
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": 1.6784454644765522e-06,
14
+ "loss": 0.564,
15
+ "step": 197
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.6989994441356309,
20
+ "eval_loss": 0.5322139859199524,
21
+ "eval_runtime": 125.0015,
22
+ "eval_samples_per_second": 57.567,
23
+ "eval_steps_per_second": 0.456,
24
+ "step": 197
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "learning_rate": 1.258834098357414e-06,
29
+ "loss": 0.5261,
30
+ "step": 394
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_accuracy": 0.7388827126181212,
35
+ "eval_loss": 0.496852844953537,
36
+ "eval_runtime": 124.8189,
37
+ "eval_samples_per_second": 57.652,
38
+ "eval_steps_per_second": 0.457,
39
+ "step": 394
40
+ },
41
+ {
42
+ "epoch": 3.0,
43
+ "learning_rate": 8.392227322382761e-07,
44
+ "loss": 0.5052,
45
+ "step": 591
46
+ },
47
+ {
48
+ "epoch": 3.0,
49
+ "eval_accuracy": 0.7488882712618121,
50
+ "eval_loss": 0.48156076669692993,
51
+ "eval_runtime": 124.658,
52
+ "eval_samples_per_second": 57.726,
53
+ "eval_steps_per_second": 0.457,
54
+ "step": 591
55
+ },
56
+ {
57
+ "epoch": 4.0,
58
+ "learning_rate": 4.1961136611913806e-07,
59
+ "loss": 0.4975,
60
+ "step": 788
61
+ },
62
+ {
63
+ "epoch": 4.0,
64
+ "eval_accuracy": 0.754863813229572,
65
+ "eval_loss": 0.4742426574230194,
66
+ "eval_runtime": 124.7451,
67
+ "eval_samples_per_second": 57.686,
68
+ "eval_steps_per_second": 0.457,
69
+ "step": 788
70
+ }
71
+ ],
72
+ "logging_steps": 500,
73
+ "max_steps": 985,
74
+ "num_input_tokens_seen": 0,
75
+ "num_train_epochs": 5,
76
+ "save_steps": 500,
77
+ "total_flos": 177030409545900.0,
78
+ "trial_name": null,
79
+ "trial_params": {
80
+ "alpha": 0.8786599620319323,
81
+ "learning_rate": 2.09805683059569e-06,
82
+ "num_train_epochs": 5,
83
+ "temperature": 9
84
+ }
85
+ }
run-2/checkpoint-788/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c03531167986b5590a04d8bd7d50baf3ca6f53132698a5ba9216e4386d4bf3c
3
+ size 4792
run-2/checkpoint-788/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-985/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bert_uncased_L-4_H-256_A-4",
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": 256,
11
+ "id2label": {
12
+ "0": 0,
13
+ "1": 1
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1024,
17
+ "label2id": {
18
+ "0": 0,
19
+ "1": 1
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 4,
25
+ "num_hidden_layers": 4,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "problem_type": "single_label_classification",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.36.0.dev0",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-2/checkpoint-985/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d6d67a98bb28c841191116dda2f0443056c53d2fa19500e3053922df51c880f
3
+ size 44692608
run-2/checkpoint-985/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f3cae8c01ccde24c6bcc896e705d2b818308138f6b65064feadf527d425d0a6
3
+ size 89430010
run-2/checkpoint-985/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a364bebceef36329237a96faee9e2da941c96eff10dae0acfc327c86066983
3
+ size 14308
run-2/checkpoint-985/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f600ad9745a20863a4b9b5885b7298c7786b5491b547805252d61f542a253e93
3
+ size 1064
run-2/checkpoint-985/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-985/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-985/trainer_state.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.754863813229572,
3
+ "best_model_checkpoint": "tinybert-TG-HS-HX-parentpretrained\\run-2\\checkpoint-788",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 985,
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": 1.6784454644765522e-06,
14
+ "loss": 0.564,
15
+ "step": 197
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.6989994441356309,
20
+ "eval_loss": 0.5322139859199524,
21
+ "eval_runtime": 125.0015,
22
+ "eval_samples_per_second": 57.567,
23
+ "eval_steps_per_second": 0.456,
24
+ "step": 197
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "learning_rate": 1.258834098357414e-06,
29
+ "loss": 0.5261,
30
+ "step": 394
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_accuracy": 0.7388827126181212,
35
+ "eval_loss": 0.496852844953537,
36
+ "eval_runtime": 124.8189,
37
+ "eval_samples_per_second": 57.652,
38
+ "eval_steps_per_second": 0.457,
39
+ "step": 394
40
+ },
41
+ {
42
+ "epoch": 3.0,
43
+ "learning_rate": 8.392227322382761e-07,
44
+ "loss": 0.5052,
45
+ "step": 591
46
+ },
47
+ {
48
+ "epoch": 3.0,
49
+ "eval_accuracy": 0.7488882712618121,
50
+ "eval_loss": 0.48156076669692993,
51
+ "eval_runtime": 124.658,
52
+ "eval_samples_per_second": 57.726,
53
+ "eval_steps_per_second": 0.457,
54
+ "step": 591
55
+ },
56
+ {
57
+ "epoch": 4.0,
58
+ "learning_rate": 4.1961136611913806e-07,
59
+ "loss": 0.4975,
60
+ "step": 788
61
+ },
62
+ {
63
+ "epoch": 4.0,
64
+ "eval_accuracy": 0.754863813229572,
65
+ "eval_loss": 0.4742426574230194,
66
+ "eval_runtime": 124.7451,
67
+ "eval_samples_per_second": 57.686,
68
+ "eval_steps_per_second": 0.457,
69
+ "step": 788
70
+ },
71
+ {
72
+ "epoch": 5.0,
73
+ "learning_rate": 0.0,
74
+ "loss": 0.4935,
75
+ "step": 985
76
+ },
77
+ {
78
+ "epoch": 5.0,
79
+ "eval_accuracy": 0.754307948860478,
80
+ "eval_loss": 0.4727533459663391,
81
+ "eval_runtime": 124.7601,
82
+ "eval_samples_per_second": 57.679,
83
+ "eval_steps_per_second": 0.457,
84
+ "step": 985
85
+ }
86
+ ],
87
+ "logging_steps": 500,
88
+ "max_steps": 985,
89
+ "num_input_tokens_seen": 0,
90
+ "num_train_epochs": 5,
91
+ "save_steps": 500,
92
+ "total_flos": 221342066021952.0,
93
+ "trial_name": null,
94
+ "trial_params": {
95
+ "alpha": 0.8786599620319323,
96
+ "learning_rate": 2.09805683059569e-06,
97
+ "num_train_epochs": 5,
98
+ "temperature": 9
99
+ }
100
+ }
run-2/checkpoint-985/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c03531167986b5590a04d8bd7d50baf3ca6f53132698a5ba9216e4386d4bf3c
3
+ size 4792
run-2/checkpoint-985/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-197/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bert_uncased_L-4_H-256_A-4",
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": 256,
11
+ "id2label": {
12
+ "0": 0,
13
+ "1": 1
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1024,
17
+ "label2id": {
18
+ "0": 0,
19
+ "1": 1
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 4,
25
+ "num_hidden_layers": 4,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "problem_type": "single_label_classification",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.36.0.dev0",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-3/checkpoint-197/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f79beb115f8e247d826b90f2ad761c51feebde49fa611c645025fb0dda372b
3
+ size 44692608
run-3/checkpoint-197/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0853bfc44e111377ce0f074c7295e48d38b3bf0605a2bd2737bf8f773f3c3be1
3
+ size 89430010
run-3/checkpoint-197/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfce427b13a79881b8dd7c1ca79db1eca136c641f9f35f4f0773c5f01a793672
3
+ size 14308
run-3/checkpoint-197/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ede83c06725eadf761174ff8d1dbfcc1c21c7643f30903540e75153febf2ee39
3
+ size 1064
run-3/checkpoint-197/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-3/checkpoint-197/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-3/checkpoint-197/trainer_state.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.796692607003891,
3
+ "best_model_checkpoint": "tinybert-TG-HS-HX-parentpretrained\\run-3\\checkpoint-197",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 197,
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": 4.53412212955664e-05,
14
+ "loss": 0.2002,
15
+ "step": 197
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.796692607003891,
20
+ "eval_loss": 0.19448761641979218,
21
+ "eval_runtime": 125.5379,
22
+ "eval_samples_per_second": 57.321,
23
+ "eval_steps_per_second": 0.454,
24
+ "step": 197
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 1379,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 7,
31
+ "save_steps": 500,
32
+ "total_flos": 44298765947484.0,
33
+ "trial_name": null,
34
+ "trial_params": {
35
+ "alpha": 0.3140746400350408,
36
+ "learning_rate": 5.2898091511494136e-05,
37
+ "num_train_epochs": 7,
38
+ "temperature": 24
39
+ }
40
+ }
run-3/checkpoint-197/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c517abc0104d666a32411c6a107164f2cf5b4407241697f095cff05f4bfaf0a
3
+ size 4792
run-3/checkpoint-197/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:9c03531167986b5590a04d8bd7d50baf3ca6f53132698a5ba9216e4386d4bf3c
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c517abc0104d666a32411c6a107164f2cf5b4407241697f095cff05f4bfaf0a
3
  size 4792