xuancoblab2023 commited on
Commit
7ab8d9c
·
verified ·
1 Parent(s): 3fbd594

Training in progress, epoch 1

Browse files
Files changed (37) hide show
  1. logs/events.out.tfevents.1713587431.1376c752d37a.9760.5 +2 -2
  2. logs/events.out.tfevents.1713587513.1376c752d37a.9760.6 +3 -0
  3. model.safetensors +1 -1
  4. run-5/checkpoint-642/config.json +34 -0
  5. run-5/checkpoint-642/model.safetensors +3 -0
  6. run-5/checkpoint-642/optimizer.pt +3 -0
  7. run-5/checkpoint-642/rng_state.pth +3 -0
  8. run-5/checkpoint-642/scheduler.pt +3 -0
  9. run-5/checkpoint-642/special_tokens_map.json +7 -0
  10. run-5/checkpoint-642/tokenizer.json +0 -0
  11. run-5/checkpoint-642/tokenizer_config.json +57 -0
  12. run-5/checkpoint-642/trainer_state.json +86 -0
  13. run-5/checkpoint-642/training_args.bin +3 -0
  14. run-5/checkpoint-642/vocab.txt +0 -0
  15. run-5/checkpoint-856/config.json +34 -0
  16. run-5/checkpoint-856/model.safetensors +3 -0
  17. run-5/checkpoint-856/optimizer.pt +3 -0
  18. run-5/checkpoint-856/rng_state.pth +3 -0
  19. run-5/checkpoint-856/scheduler.pt +3 -0
  20. run-5/checkpoint-856/special_tokens_map.json +7 -0
  21. run-5/checkpoint-856/tokenizer.json +0 -0
  22. run-5/checkpoint-856/tokenizer_config.json +57 -0
  23. run-5/checkpoint-856/trainer_state.json +106 -0
  24. run-5/checkpoint-856/training_args.bin +3 -0
  25. run-5/checkpoint-856/vocab.txt +0 -0
  26. run-6/checkpoint-214/config.json +34 -0
  27. run-6/checkpoint-214/model.safetensors +3 -0
  28. run-6/checkpoint-214/optimizer.pt +3 -0
  29. run-6/checkpoint-214/rng_state.pth +3 -0
  30. run-6/checkpoint-214/scheduler.pt +3 -0
  31. run-6/checkpoint-214/special_tokens_map.json +7 -0
  32. run-6/checkpoint-214/tokenizer.json +0 -0
  33. run-6/checkpoint-214/tokenizer_config.json +57 -0
  34. run-6/checkpoint-214/trainer_state.json +46 -0
  35. run-6/checkpoint-214/training_args.bin +3 -0
  36. run-6/checkpoint-214/vocab.txt +0 -0
  37. training_args.bin +1 -1
logs/events.out.tfevents.1713587431.1376c752d37a.9760.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44cd5819a593ff75ba336a7d5849e22b773f8b25efb44c36650d5803a5b8221a
3
- size 6212
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7af3265f1bca4de0f19d0ffc3a1ecd1087e8cf64431e8e06ecddf3123b9c5cd5
3
+ size 8402
logs/events.out.tfevents.1713587513.1376c752d37a.9760.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87bbc7d49a788bc42fcdb68015c305ed5cc23d491db69a1d1e26ec5afa480a1f
3
+ size 5483
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26c3c42b544d533753f6546ee28d4ab56a0f0e58624081cd51b7116f00490a58
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a8d1bf2ff6a50e477b37106cfca04e0ceabd9d73f2aee2a15009204bbde72e
3
  size 17549312
run-5/checkpoint-642/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.40.0",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-5/checkpoint-642/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049fbca9a20cad456a38dd2906c7bd313de0a7e252d9265eaddc486d03c6b0f6
3
+ size 17549312
run-5/checkpoint-642/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed22d4e30c12ecc23fc421070044cd423d6fbedce2d03d86b2fb59be17377f83
3
+ size 35123898
run-5/checkpoint-642/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b0c3fe82ed8fc0c5e4a46035e8c4191c362f7c18bb672613fb7c69885d7960
3
+ size 14308
run-5/checkpoint-642/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a138a2e69be11f7604ba0f92224b3cac59c04f8cb268416ac60ad2679f3ccd
3
+ size 1064
run-5/checkpoint-642/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-642/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-642/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-642/trainer_state.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6877562975981254,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-5/checkpoint-428",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 642,
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": 3.334259033203125,
14
+ "learning_rate": 0.0007289392500735427,
15
+ "loss": 0.5536,
16
+ "step": 214
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.6666666666666666,
21
+ "eval_f1": 0.0,
22
+ "eval_loss": 0.5510665774345398,
23
+ "eval_mcc": 0.0,
24
+ "eval_precision": 0.0,
25
+ "eval_recall": 0.0,
26
+ "eval_runtime": 3.1386,
27
+ "eval_samples_per_second": 543.88,
28
+ "eval_steps_per_second": 17.205,
29
+ "step": 214
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "grad_norm": 1.9964511394500732,
34
+ "learning_rate": 0.0006074493750612857,
35
+ "loss": 0.5347,
36
+ "step": 428
37
+ },
38
+ {
39
+ "epoch": 2.0,
40
+ "eval_accuracy": 0.6877562975981254,
41
+ "eval_f1": 0.17873651771956856,
42
+ "eval_loss": 0.5295280814170837,
43
+ "eval_mcc": 0.18423582600040866,
44
+ "eval_precision": 0.725,
45
+ "eval_recall": 0.10193321616871705,
46
+ "eval_runtime": 3.1376,
47
+ "eval_samples_per_second": 544.038,
48
+ "eval_steps_per_second": 17.21,
49
+ "step": 428
50
+ },
51
+ {
52
+ "epoch": 3.0,
53
+ "grad_norm": 1.638342022895813,
54
+ "learning_rate": 0.0004859595000490285,
55
+ "loss": 0.5214,
56
+ "step": 642
57
+ },
58
+ {
59
+ "epoch": 3.0,
60
+ "eval_accuracy": 0.6736965436438196,
61
+ "eval_f1": 0.08837970540098199,
62
+ "eval_loss": 0.5322084426879883,
63
+ "eval_mcc": 0.10428403940757605,
64
+ "eval_precision": 0.6428571428571429,
65
+ "eval_recall": 0.04745166959578207,
66
+ "eval_runtime": 3.131,
67
+ "eval_samples_per_second": 545.187,
68
+ "eval_steps_per_second": 17.247,
69
+ "step": 642
70
+ }
71
+ ],
72
+ "logging_steps": 500,
73
+ "max_steps": 1498,
74
+ "num_input_tokens_seen": 0,
75
+ "num_train_epochs": 7,
76
+ "save_steps": 500,
77
+ "total_flos": 1574326993320.0,
78
+ "train_batch_size": 32,
79
+ "trial_name": null,
80
+ "trial_params": {
81
+ "alpha": 0.8578412183256148,
82
+ "learning_rate": 0.0008504291250857999,
83
+ "num_train_epochs": 7,
84
+ "temperature": 7
85
+ }
86
+ }
run-5/checkpoint-642/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19a105efa06002e83e7f7f9728fd07b6e3ab16420601aa1ff3b5c7d3c74b026e
3
+ size 5048
run-5/checkpoint-642/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-856/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.40.0",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-5/checkpoint-856/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cdd439b767dd27f857cca9585bd78d3fa18d52d0dd0dd7715a9065dc6e05123
3
+ size 17549312
run-5/checkpoint-856/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667fcc2d086c3450b4a8a632d2d16ee34af46d593b56bebec8e6ebc092ec51c
3
+ size 35123898
run-5/checkpoint-856/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:057111bfbb4d541cc190a3ed4fcfe228e7425a50e4a06afd33224d43272b1a59
3
+ size 14308
run-5/checkpoint-856/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b71d73fca0accc068473da74181bcb5158ea0c23945d60b0366e539883533f
3
+ size 1064
run-5/checkpoint-856/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-856/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-856/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-856/trainer_state.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6983011130638547,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-5/checkpoint-856",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 856,
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": 3.334259033203125,
14
+ "learning_rate": 0.0007289392500735427,
15
+ "loss": 0.5536,
16
+ "step": 214
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.6666666666666666,
21
+ "eval_f1": 0.0,
22
+ "eval_loss": 0.5510665774345398,
23
+ "eval_mcc": 0.0,
24
+ "eval_precision": 0.0,
25
+ "eval_recall": 0.0,
26
+ "eval_runtime": 3.1386,
27
+ "eval_samples_per_second": 543.88,
28
+ "eval_steps_per_second": 17.205,
29
+ "step": 214
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "grad_norm": 1.9964511394500732,
34
+ "learning_rate": 0.0006074493750612857,
35
+ "loss": 0.5347,
36
+ "step": 428
37
+ },
38
+ {
39
+ "epoch": 2.0,
40
+ "eval_accuracy": 0.6877562975981254,
41
+ "eval_f1": 0.17873651771956856,
42
+ "eval_loss": 0.5295280814170837,
43
+ "eval_mcc": 0.18423582600040866,
44
+ "eval_precision": 0.725,
45
+ "eval_recall": 0.10193321616871705,
46
+ "eval_runtime": 3.1376,
47
+ "eval_samples_per_second": 544.038,
48
+ "eval_steps_per_second": 17.21,
49
+ "step": 428
50
+ },
51
+ {
52
+ "epoch": 3.0,
53
+ "grad_norm": 1.638342022895813,
54
+ "learning_rate": 0.0004859595000490285,
55
+ "loss": 0.5214,
56
+ "step": 642
57
+ },
58
+ {
59
+ "epoch": 3.0,
60
+ "eval_accuracy": 0.6736965436438196,
61
+ "eval_f1": 0.08837970540098199,
62
+ "eval_loss": 0.5322084426879883,
63
+ "eval_mcc": 0.10428403940757605,
64
+ "eval_precision": 0.6428571428571429,
65
+ "eval_recall": 0.04745166959578207,
66
+ "eval_runtime": 3.131,
67
+ "eval_samples_per_second": 545.187,
68
+ "eval_steps_per_second": 17.247,
69
+ "step": 642
70
+ },
71
+ {
72
+ "epoch": 4.0,
73
+ "grad_norm": 1.8640382289886475,
74
+ "learning_rate": 0.00036446962503677133,
75
+ "loss": 0.5039,
76
+ "step": 856
77
+ },
78
+ {
79
+ "epoch": 4.0,
80
+ "eval_accuracy": 0.6983011130638547,
81
+ "eval_f1": 0.33376455368693403,
82
+ "eval_loss": 0.503688633441925,
83
+ "eval_mcc": 0.2336907475795427,
84
+ "eval_precision": 0.6323529411764706,
85
+ "eval_recall": 0.22671353251318102,
86
+ "eval_runtime": 3.1488,
87
+ "eval_samples_per_second": 542.11,
88
+ "eval_steps_per_second": 17.149,
89
+ "step": 856
90
+ }
91
+ ],
92
+ "logging_steps": 500,
93
+ "max_steps": 1498,
94
+ "num_input_tokens_seen": 0,
95
+ "num_train_epochs": 7,
96
+ "save_steps": 500,
97
+ "total_flos": 2099102657760.0,
98
+ "train_batch_size": 32,
99
+ "trial_name": null,
100
+ "trial_params": {
101
+ "alpha": 0.8578412183256148,
102
+ "learning_rate": 0.0008504291250857999,
103
+ "num_train_epochs": 7,
104
+ "temperature": 7
105
+ }
106
+ }
run-5/checkpoint-856/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19a105efa06002e83e7f7f9728fd07b6e3ab16420601aa1ff3b5c7d3c74b026e
3
+ size 5048
run-5/checkpoint-856/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-214/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.40.0",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }
run-6/checkpoint-214/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a8d1bf2ff6a50e477b37106cfca04e0ceabd9d73f2aee2a15009204bbde72e
3
+ size 17549312
run-6/checkpoint-214/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff576419dd4f1a61a0e8cf67fee67af300c907edbc9d004458c41552c5aaf00b
3
+ size 35123898
run-6/checkpoint-214/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc7e492e6768bc7c3c01ac823da5a8177cf34fc1b175dd727fa3be969661a151
3
+ size 14308
run-6/checkpoint-214/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d55641a897b5e548702575c7a11a0e0252fbbbae59ca5bf073c9eb6972489b32
3
+ size 1064
run-6/checkpoint-214/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-214/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-214/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-214/trainer_state.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6666666666666666,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-6/checkpoint-214",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 214,
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.7624236345291138,
14
+ "learning_rate": 1.5910505716425373e-05,
15
+ "loss": 0.3605,
16
+ "step": 214
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.6666666666666666,
21
+ "eval_f1": 0.0,
22
+ "eval_loss": 0.3405539095401764,
23
+ "eval_mcc": 0.0,
24
+ "eval_precision": 0.0,
25
+ "eval_recall": 0.0,
26
+ "eval_runtime": 3.1408,
27
+ "eval_samples_per_second": 543.484,
28
+ "eval_steps_per_second": 17.193,
29
+ "step": 214
30
+ }
31
+ ],
32
+ "logging_steps": 500,
33
+ "max_steps": 856,
34
+ "num_input_tokens_seen": 0,
35
+ "num_train_epochs": 4,
36
+ "save_steps": 500,
37
+ "total_flos": 524775664440.0,
38
+ "train_batch_size": 32,
39
+ "trial_name": null,
40
+ "trial_params": {
41
+ "alpha": 0.5123346903654048,
42
+ "learning_rate": 2.1214007621900497e-05,
43
+ "num_train_epochs": 4,
44
+ "temperature": 10
45
+ }
46
+ }
run-6/checkpoint-214/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64fd20728a64720524b4d40e414ede4822f2d9cc5773b662dd9e1304e07af180
3
+ size 5048
run-6/checkpoint-214/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:19a105efa06002e83e7f7f9728fd07b6e3ab16420601aa1ff3b5c7d3c74b026e
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64fd20728a64720524b4d40e414ede4822f2d9cc5773b662dd9e1304e07af180
3
  size 5048