jysh1023 commited on
Commit
89553e7
·
1 Parent(s): 70efa5e

Training in progress, epoch 1

Browse files
logs/events.out.tfevents.1700291440.1d5d6d420ef6.278.14 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:312505ee32099921ac0125cbd59fe2fe5cd3d8dd1eca64baaf0e0392f809df19
3
- size 5417
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3546c7f3efd3a7be16d1e7a22210179184e6d1bd623edb73fed19130d276749c
3
+ size 6251
logs/events.out.tfevents.1700291506.1d5d6d420ef6.278.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a1890fddfc1f36ef494c0ee273f79f0e691a233b282e3766925c8d7701e1c3
3
+ size 4938
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7bfef2dfc1bcdaf28c9218b915404ea8823a8221597c2e158ef0d8d1effe42c2
3
  size 17558633
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e169d449f7621f64e7139c87c7d55e90ca341a3e4087cafed3bec145a11d870
3
  size 17558633
run-1/checkpoint-1581/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jysh1023/tiny-bert-sst2-distilled_qat_test",
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-1/checkpoint-1581/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e07ef1c9ef9862c57e1b9f4c02b395259a7068f14c15bdb3df4f8cbdf96dc1d
3
+ size 35123898
run-1/checkpoint-1581/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a9cc89cea9c2fdcf61d2f397da913d6b0e81714a118581fe36aca4aa56b474c
3
+ size 17558633
run-1/checkpoint-1581/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a492aa2aa78833133789a0fc9f9a31c23df184695444fd90548b17b63b6e46
3
+ size 14308
run-1/checkpoint-1581/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44ab186eaae3543021594ff16a9515fc826d27e3dfff200399ac05e13f89f469
3
+ size 1064
run-1/checkpoint-1581/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-1/checkpoint-1581/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-1581/tokenizer_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "max_length": 512,
50
+ "model_max_length": 512,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "stride": 0,
55
+ "strip_accents": null,
56
+ "tokenize_chinese_chars": true,
57
+ "tokenizer_class": "BertTokenizer",
58
+ "truncation_side": "right",
59
+ "truncation_strategy": "longest_first",
60
+ "unk_token": "[UNK]"
61
+ }
run-1/checkpoint-1581/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7821100917431193,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled_qat/run-1/checkpoint-1054",
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.0005360693320467115,
14
+ "loss": 0.0488,
15
+ "step": 527
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.7442660550458715,
20
+ "eval_loss": 0.9055079221725464,
21
+ "eval_runtime": 0.2627,
22
+ "eval_samples_per_second": 3320.001,
23
+ "eval_steps_per_second": 26.651,
24
+ "step": 527
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "learning_rate": 0.00026803466602335577,
29
+ "loss": 0.067,
30
+ "step": 1054
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_accuracy": 0.7821100917431193,
35
+ "eval_loss": 0.7046255469322205,
36
+ "eval_runtime": 0.1576,
37
+ "eval_samples_per_second": 5532.01,
38
+ "eval_steps_per_second": 44.408,
39
+ "step": 1054
40
+ },
41
+ {
42
+ "epoch": 3.0,
43
+ "learning_rate": 0.0,
44
+ "loss": 0.0476,
45
+ "step": 1581
46
+ },
47
+ {
48
+ "epoch": 3.0,
49
+ "eval_accuracy": 0.7775229357798165,
50
+ "eval_loss": 0.9072702527046204,
51
+ "eval_runtime": 0.159,
52
+ "eval_samples_per_second": 5484.099,
53
+ "eval_steps_per_second": 44.024,
54
+ "step": 1581
55
+ }
56
+ ],
57
+ "logging_steps": 500,
58
+ "max_steps": 1581,
59
+ "num_train_epochs": 3,
60
+ "save_steps": 500,
61
+ "total_flos": 33080251712760.0,
62
+ "trial_name": null,
63
+ "trial_params": {
64
+ "learning_rate": 0.0008041039980700674,
65
+ "num_train_epochs": 3
66
+ }
67
+ }
run-1/checkpoint-1581/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0ef1139584a95744d24b8608f75b32a06bf2f0a630bf15110dab417ee23ecd
3
+ size 4600
run-1/checkpoint-1581/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-527/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jysh1023/tiny-bert-sst2-distilled_qat_test",
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-2/checkpoint-527/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0881fd643ca0b21288d05a59467cba138b6fb63795416fbd5a4524e12e359341
3
+ size 35123898
run-2/checkpoint-527/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e169d449f7621f64e7139c87c7d55e90ca341a3e4087cafed3bec145a11d870
3
+ size 17558633
run-2/checkpoint-527/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c8bafa2724c49fac6846da9a209f9146b915741f49bf28687492d32d6f5533d
3
+ size 14308
run-2/checkpoint-527/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1900afb42438fc73084a4bd20dfd9b793aae7c37c56b556d96b9ba720000eb36
3
+ size 1064
run-2/checkpoint-527/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-2/checkpoint-527/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-527/tokenizer_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "max_length": 512,
50
+ "model_max_length": 512,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "stride": 0,
55
+ "strip_accents": null,
56
+ "tokenize_chinese_chars": true,
57
+ "tokenizer_class": "BertTokenizer",
58
+ "truncation_side": "right",
59
+ "truncation_strategy": "longest_first",
60
+ "unk_token": "[UNK]"
61
+ }
run-2/checkpoint-527/trainer_state.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7717889908256881,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled_qat/run-2/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": 1.6804188087684686e-05,
14
+ "loss": 0.0092,
15
+ "step": 527
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_accuracy": 0.7717889908256881,
20
+ "eval_loss": 1.2892308235168457,
21
+ "eval_runtime": 0.2668,
22
+ "eval_samples_per_second": 3268.2,
23
+ "eval_steps_per_second": 26.236,
24
+ "step": 527
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 4743,
29
+ "num_train_epochs": 9,
30
+ "save_steps": 500,
31
+ "total_flos": 11027137672440.0,
32
+ "trial_name": null,
33
+ "trial_params": {
34
+ "learning_rate": 1.8904711598645274e-05,
35
+ "num_train_epochs": 9
36
+ }
37
+ }
run-2/checkpoint-527/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e88bee13fb6e1bebe56aae8ff7e82f5cab1eb5180b10cf9c35fececd41893a1
3
+ size 4600
run-2/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:ce0ef1139584a95744d24b8608f75b32a06bf2f0a630bf15110dab417ee23ecd
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e88bee13fb6e1bebe56aae8ff7e82f5cab1eb5180b10cf9c35fececd41893a1
3
  size 4600