xuancoblab2023 commited on
Commit
3087c4f
·
verified ·
1 Parent(s): 617de33

Training in progress, epoch 2

Browse files
Files changed (43) hide show
  1. logs/events.out.tfevents.1710434095.4cb0d5d7fb51.5918.1 +2 -2
  2. logs/events.out.tfevents.1710438645.4cb0d5d7fb51.5918.2 +3 -0
  3. model.safetensors +1 -1
  4. run-1/checkpoint-1188/config.json +34 -0
  5. run-1/checkpoint-1188/model.safetensors +3 -0
  6. run-1/checkpoint-1188/optimizer.pt +3 -0
  7. run-1/checkpoint-1188/rng_state.pth +3 -0
  8. run-1/checkpoint-1188/scheduler.pt +3 -0
  9. run-1/checkpoint-1188/special_tokens_map.json +7 -0
  10. run-1/checkpoint-1188/tokenizer.json +0 -0
  11. run-1/checkpoint-1188/tokenizer_config.json +57 -0
  12. run-1/checkpoint-1188/trainer_state.json +90 -0
  13. run-1/checkpoint-1188/training_args.bin +3 -0
  14. run-1/checkpoint-1188/vocab.txt +0 -0
  15. run-1/checkpoint-891/config.json +34 -0
  16. run-1/checkpoint-891/model.safetensors +3 -0
  17. run-1/checkpoint-891/optimizer.pt +3 -0
  18. run-1/checkpoint-891/rng_state.pth +3 -0
  19. run-1/checkpoint-891/scheduler.pt +3 -0
  20. run-1/checkpoint-891/special_tokens_map.json +7 -0
  21. run-1/checkpoint-891/tokenizer.json +0 -0
  22. run-1/checkpoint-891/tokenizer_config.json +57 -0
  23. run-1/checkpoint-891/trainer_state.json +74 -0
  24. run-1/checkpoint-891/training_args.bin +3 -0
  25. run-1/checkpoint-891/vocab.txt +0 -0
  26. run-2/checkpoint-297/config.json +34 -0
  27. run-2/checkpoint-297/model.safetensors +3 -0
  28. run-2/checkpoint-297/optimizer.pt +3 -0
  29. run-2/checkpoint-297/rng_state.pth +3 -0
  30. run-2/checkpoint-297/scheduler.pt +3 -0
  31. run-2/checkpoint-297/special_tokens_map.json +7 -0
  32. run-2/checkpoint-297/tokenizer.json +0 -0
  33. run-2/checkpoint-297/tokenizer_config.json +57 -0
  34. run-2/checkpoint-297/trainer_state.json +42 -0
  35. run-2/checkpoint-297/training_args.bin +3 -0
  36. run-2/checkpoint-297/vocab.txt +0 -0
  37. run-2/checkpoint-594/model.safetensors +1 -1
  38. run-2/checkpoint-594/optimizer.pt +1 -1
  39. run-2/checkpoint-594/rng_state.pth +1 -1
  40. run-2/checkpoint-594/scheduler.pt +1 -1
  41. run-2/checkpoint-594/trainer_state.json +36 -24
  42. run-2/checkpoint-594/training_args.bin +2 -2
  43. training_args.bin +1 -1
logs/events.out.tfevents.1710434095.4cb0d5d7fb51.5918.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6069c9e5a9b4359ed272f493fd7287f36234da848f0a440570550e6871b20b7
3
- size 5712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f99e79f49aac7be485ce6ca0787854b12c56803cd6649738a20da1f29767c8d6
3
+ size 7134
logs/events.out.tfevents.1710438645.4cb0d5d7fb51.5918.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec2183b8366d709c35a2c586501424d21a94efd56083dee2c938a05f81f056d
3
+ size 5713
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:344b138dc88029e26487137bf04ab764bfd8c50b0c4e250209570c66a7a6e72a
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a34257cdefdb738166aa4e1ad581f8c6a1664abe6077c96e1def4caf447a693
3
  size 17549312
run-1/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-1/checkpoint-1188/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7965872f00ba3af3f37f869daacda6fc1f0381c34c1a715b4fdbaf9634bebe2f
3
+ size 17549312
run-1/checkpoint-1188/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b439439dc54abaf1deda8534898e1f960f7e657f21941dc4800551e4d0e91166
3
+ size 35122746
run-1/checkpoint-1188/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2417e175c9bd2e8cf2015d5a061a7249afeb461256703dc578cd33b9158529fc
3
+ size 14054
run-1/checkpoint-1188/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44e6930556b45cb96692d66d8edaa590b3a717f302de7c4f6225093d361b88b5
3
+ size 1064
run-1/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-1/checkpoint-1188/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/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-1/checkpoint-1188/trainer_state.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6653465346534654,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-1/checkpoint-1188",
4
+ "epoch": 4.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": 1.3426679372787476,
14
+ "learning_rate": 0.0003560526201910554,
15
+ "loss": 0.6371,
16
+ "step": 297
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.5841584158415841,
21
+ "eval_loss": 0.637409508228302,
22
+ "eval_runtime": 56.7978,
23
+ "eval_samples_per_second": 8.891,
24
+ "eval_steps_per_second": 0.282,
25
+ "step": 297
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "grad_norm": 1.018396258354187,
30
+ "learning_rate": 0.0002373684134607036,
31
+ "loss": 0.603,
32
+ "step": 594
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.6277227722772277,
37
+ "eval_loss": 0.6017976403236389,
38
+ "eval_runtime": 55.6441,
39
+ "eval_samples_per_second": 9.076,
40
+ "eval_steps_per_second": 0.288,
41
+ "step": 594
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "grad_norm": 1.4982593059539795,
46
+ "learning_rate": 0.0001186842067303518,
47
+ "loss": 0.588,
48
+ "step": 891
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_accuracy": 0.6495049504950495,
53
+ "eval_loss": 0.5974766612052917,
54
+ "eval_runtime": 55.1255,
55
+ "eval_samples_per_second": 9.161,
56
+ "eval_steps_per_second": 0.29,
57
+ "step": 891
58
+ },
59
+ {
60
+ "epoch": 4.0,
61
+ "grad_norm": 2.6116485595703125,
62
+ "learning_rate": 0.0,
63
+ "loss": 0.5769,
64
+ "step": 1188
65
+ },
66
+ {
67
+ "epoch": 4.0,
68
+ "eval_accuracy": 0.6653465346534654,
69
+ "eval_loss": 0.5864288806915283,
70
+ "eval_runtime": 56.8255,
71
+ "eval_samples_per_second": 8.887,
72
+ "eval_steps_per_second": 0.282,
73
+ "step": 1188
74
+ }
75
+ ],
76
+ "logging_steps": 500,
77
+ "max_steps": 1188,
78
+ "num_input_tokens_seen": 0,
79
+ "num_train_epochs": 4,
80
+ "save_steps": 500,
81
+ "total_flos": 3111373132560.0,
82
+ "train_batch_size": 32,
83
+ "trial_name": null,
84
+ "trial_params": {
85
+ "alpha": 0.900582717199523,
86
+ "learning_rate": 0.0004747368269214072,
87
+ "num_train_epochs": 4,
88
+ "temperature": 18
89
+ }
90
+ }
run-1/checkpoint-1188/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f636dbab8b5e516bcd85051f9f0732a28727ed1675f1d1f3076c7baf2be402
3
+ size 4984
run-1/checkpoint-1188/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-891/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-891/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dad2c00079bf827d9e719db18d4c86aa796e128a9e02878962ed25adb3bcd1b
3
+ size 17549312
run-1/checkpoint-891/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f743eb06051cc7a52c530b8568ca77b298b705e7ad276b49dc748f0572f28ee2
3
+ size 35122746
run-1/checkpoint-891/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8825af3ee3a915f6774d349057db9cb8bcc74ea981ae299e1cb35993773495a5
3
+ size 14054
run-1/checkpoint-891/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48269bd025e4a2a9251c6dba3b071353cc95ee138f476ea609464c3d7a8e9248
3
+ size 1064
run-1/checkpoint-891/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-891/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-891/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-891/trainer_state.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6495049504950495,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-1/checkpoint-891",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 891,
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.3426679372787476,
14
+ "learning_rate": 0.0003560526201910554,
15
+ "loss": 0.6371,
16
+ "step": 297
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.5841584158415841,
21
+ "eval_loss": 0.637409508228302,
22
+ "eval_runtime": 56.7978,
23
+ "eval_samples_per_second": 8.891,
24
+ "eval_steps_per_second": 0.282,
25
+ "step": 297
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "grad_norm": 1.018396258354187,
30
+ "learning_rate": 0.0002373684134607036,
31
+ "loss": 0.603,
32
+ "step": 594
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.6277227722772277,
37
+ "eval_loss": 0.6017976403236389,
38
+ "eval_runtime": 55.6441,
39
+ "eval_samples_per_second": 9.076,
40
+ "eval_steps_per_second": 0.288,
41
+ "step": 594
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "grad_norm": 1.4982593059539795,
46
+ "learning_rate": 0.0001186842067303518,
47
+ "loss": 0.588,
48
+ "step": 891
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_accuracy": 0.6495049504950495,
53
+ "eval_loss": 0.5974766612052917,
54
+ "eval_runtime": 55.1255,
55
+ "eval_samples_per_second": 9.161,
56
+ "eval_steps_per_second": 0.29,
57
+ "step": 891
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 1188,
62
+ "num_input_tokens_seen": 0,
63
+ "num_train_epochs": 4,
64
+ "save_steps": 500,
65
+ "total_flos": 2333529849420.0,
66
+ "train_batch_size": 32,
67
+ "trial_name": null,
68
+ "trial_params": {
69
+ "alpha": 0.900582717199523,
70
+ "learning_rate": 0.0004747368269214072,
71
+ "num_train_epochs": 4,
72
+ "temperature": 18
73
+ }
74
+ }
run-1/checkpoint-891/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f636dbab8b5e516bcd85051f9f0732a28727ed1675f1d1f3076c7baf2be402
3
+ size 4984
run-1/checkpoint-891/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-297/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-297/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:858a8a1dab1ef5869328e1a71270ea538b6456e395636227e7050b939a40f362
3
+ size 17549312
run-2/checkpoint-297/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0f8425164eef3bdefee196513eccc61644a3e47ff8a0c0efc849d5b1236c0ab
3
+ size 35122746
run-2/checkpoint-297/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f414017d19e8a66d09e6a16c0bca909eff6c9e5541f54da3f0dba2607378e04d
3
+ size 14054
run-2/checkpoint-297/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63d104cf5cc677e05d6c0d95aeea0ad14a5fcfd11dfd68081ad69d9a3757dc17
3
+ size 1064
run-2/checkpoint-297/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-297/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-297/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-297/trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5089108910891089,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-2/checkpoint-297",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 297,
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.6225994825363159,
14
+ "learning_rate": 0.0001586738890732749,
15
+ "loss": 0.0237,
16
+ "step": 297
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.5089108910891089,
21
+ "eval_loss": 0.015105457045137882,
22
+ "eval_runtime": 57.753,
23
+ "eval_samples_per_second": 8.744,
24
+ "eval_steps_per_second": 0.277,
25
+ "step": 297
26
+ }
27
+ ],
28
+ "logging_steps": 500,
29
+ "max_steps": 891,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 3,
32
+ "save_steps": 500,
33
+ "total_flos": 777843283140.0,
34
+ "train_batch_size": 32,
35
+ "trial_name": null,
36
+ "trial_params": {
37
+ "alpha": 0.007640219223822298,
38
+ "learning_rate": 0.00023801083360991236,
39
+ "num_train_epochs": 3,
40
+ "temperature": 6
41
+ }
42
+ }
run-2/checkpoint-297/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6eb122098f8367495c5db394e8b3e852a429d4206a286ab0525ac7e92410bcf
3
+ size 4984
run-2/checkpoint-297/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-594/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07ac356b8b2a20268b7ebcf811e6e76fb50d0907cebd76b4b97951d03a7883a2
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a34257cdefdb738166aa4e1ad581f8c6a1664abe6077c96e1def4caf447a693
3
  size 17549312
run-2/checkpoint-594/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0a000da5dfae4ecc03bdcd0560ad40eca3b2a9776151e2114fb2776bb98c342
3
  size 35122746
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:322f8f3c31135d614ffb17055c6eb349e96af827401385fbf7fa0303f9090a1b
3
  size 35122746
run-2/checkpoint-594/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9593aa7b268a99b44b1c4305fd3c5fb8820f0dfb804b9c95c1c1b40dbaeb2963
3
  size 14054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df6866d0dff400085edf68783c4718d94e08dcfa8f0d23f9d94ad3e230de2def
3
  size 14054
run-2/checkpoint-594/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9833b67d53cb68178f11d0e83e382bfc933a82bfeb6c8b386345826d25703649
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b1c3e6ca1a73777b9d2abe0a489345000ab460318de113f2fff450a1f5e46c
3
  size 1064
run-2/checkpoint-594/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
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,
@@ -10,37 +10,49 @@
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
  }
 
1
  {
2
+ "best_metric": 0.5089108910891089,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-2/checkpoint-297",
4
+ "epoch": 2.0,
5
  "eval_steps": 500,
6
  "global_step": 594,
7
  "is_hyper_param_search": true,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "grad_norm": 0.6225994825363159,
14
+ "learning_rate": 0.0001586738890732749,
15
+ "loss": 0.0237,
16
+ "step": 297
17
  },
18
  {
19
  "epoch": 1.0,
20
+ "eval_accuracy": 0.5089108910891089,
21
+ "eval_loss": 0.015105457045137882,
22
+ "eval_runtime": 57.753,
23
+ "eval_samples_per_second": 8.744,
24
+ "eval_steps_per_second": 0.277,
25
+ "step": 297
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "grad_norm": 0.24433593451976776,
30
+ "learning_rate": 7.933694453663745e-05,
31
+ "loss": 0.0161,
32
+ "step": 594
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.504950495049505,
37
+ "eval_loss": 0.014346625655889511,
38
+ "eval_runtime": 56.8115,
39
+ "eval_samples_per_second": 8.889,
40
+ "eval_steps_per_second": 0.282,
41
  "step": 594
42
  }
43
  ],
44
  "logging_steps": 500,
45
+ "max_steps": 891,
46
  "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 3,
48
  "save_steps": 500,
49
+ "total_flos": 1555686566280.0,
50
+ "train_batch_size": 32,
51
  "trial_name": null,
52
  "trial_params": {
53
+ "alpha": 0.007640219223822298,
54
+ "learning_rate": 0.00023801083360991236,
55
+ "num_train_epochs": 3,
56
+ "temperature": 6
 
57
  }
58
  }
run-2/checkpoint-594/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8767ee43a8087c968cdc0eed2d700fdcfad08ca8672daf6f805917fe63cbe37
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6eb122098f8367495c5db394e8b3e852a429d4206a286ab0525ac7e92410bcf
3
+ size 4984
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6f636dbab8b5e516bcd85051f9f0732a28727ed1675f1d1f3076c7baf2be402
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6eb122098f8367495c5db394e8b3e852a429d4206a286ab0525ac7e92410bcf
3
  size 4984