xuancoblab2023 commited on
Commit
7abaf46
·
verified ·
1 Parent(s): bc28f7d

Training in progress, epoch 1

Browse files
logs/events.out.tfevents.1709718096.adc675a344d5.67573.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1a76573fcb36df9088e4f12fdddff1f1588cbda95ea5777c00266ed9b539456
3
- size 5997
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a474c75d807b3be28f576270f80d8dde938f6d3ba95d1fc2f6d758748ce7d589
3
+ size 8400
logs/events.out.tfevents.1709718664.adc675a344d5.67573.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:838924cc3ab09db568f8c0edb7f4963397771f1a7e60c5e19e47aec960e53a5b
3
+ size 5314
logs/events.out.tfevents.1709718777.adc675a344d5.67573.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d745bcdeefaa5fcf0d992d30806763a0fd865c8f3f00622e1ea794f94f4a153
3
+ size 5315
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ea44d39603508a74d1eb35e54104733b6b06a24b07179d636be073910d892aa
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:490f0363ce94024364841fd7a0a06bf8589adbba7a9ab31207817f7711e2a787
3
  size 17549312
run-4/checkpoint-480/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-4/checkpoint-480/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdb79fef73a1c1acbffe286a08bd27b24b15111131b9263da0048fa949fe8d1d
3
+ size 17549312
run-4/checkpoint-480/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:066a971143d4ae463fe8dbf6e669d72f24304a7b9f50d0798d7738ca2c63f006
3
+ size 35122746
run-4/checkpoint-480/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d93f4cfe67413cd27374342b3b9f13806d5fb593a9dc59106a8b24dedb590a8
3
+ size 14054
run-4/checkpoint-480/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3ab06c0aa0ea39478d2e18ab700a01d612f0fb16bc3eeb822d35ff7877fc65
3
+ size 1064
run-4/checkpoint-480/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-4/checkpoint-480/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-480/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-4/checkpoint-480/trainer_state.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.541095890410959,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-4/checkpoint-96",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 480,
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.4191925525665283,
14
+ "learning_rate": 0.00022738674133918383,
15
+ "loss": 0.098,
16
+ "step": 96
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.541095890410959,
21
+ "eval_f1": 0.20642978003384094,
22
+ "eval_loss": 0.08223184198141098,
23
+ "eval_precision": 0.7625,
24
+ "eval_recall": 0.11937377690802348,
25
+ "eval_runtime": 28.0826,
26
+ "eval_samples_per_second": 36.393,
27
+ "eval_steps_per_second": 1.139,
28
+ "step": 96
29
+ },
30
+ {
31
+ "epoch": 2.0,
32
+ "grad_norm": 0.35244929790496826,
33
+ "learning_rate": 0.00017054005600438787,
34
+ "loss": 0.0833,
35
+ "step": 192
36
+ },
37
+ {
38
+ "epoch": 2.0,
39
+ "eval_accuracy": 0.5371819960861057,
40
+ "eval_f1": 0.19145299145299144,
41
+ "eval_loss": 0.07941487431526184,
42
+ "eval_precision": 0.7567567567567568,
43
+ "eval_recall": 0.1095890410958904,
44
+ "eval_runtime": 28.0455,
45
+ "eval_samples_per_second": 36.441,
46
+ "eval_steps_per_second": 1.141,
47
+ "step": 192
48
+ },
49
+ {
50
+ "epoch": 3.0,
51
+ "grad_norm": 0.2497691810131073,
52
+ "learning_rate": 0.00011369337066959191,
53
+ "loss": 0.0813,
54
+ "step": 288
55
+ },
56
+ {
57
+ "epoch": 3.0,
58
+ "eval_accuracy": 0.5342465753424658,
59
+ "eval_f1": 0.18213058419243985,
60
+ "eval_loss": 0.07839526236057281,
61
+ "eval_precision": 0.7464788732394366,
62
+ "eval_recall": 0.10371819960861056,
63
+ "eval_runtime": 28.0524,
64
+ "eval_samples_per_second": 36.432,
65
+ "eval_steps_per_second": 1.141,
66
+ "step": 288
67
+ },
68
+ {
69
+ "epoch": 4.0,
70
+ "grad_norm": 0.2048983871936798,
71
+ "learning_rate": 5.684668533479596e-05,
72
+ "loss": 0.0805,
73
+ "step": 384
74
+ },
75
+ {
76
+ "epoch": 4.0,
77
+ "eval_accuracy": 0.5332681017612525,
78
+ "eval_f1": 0.17331022530329288,
79
+ "eval_loss": 0.07847526669502258,
80
+ "eval_precision": 0.7575757575757576,
81
+ "eval_recall": 0.09784735812133072,
82
+ "eval_runtime": 28.003,
83
+ "eval_samples_per_second": 36.496,
84
+ "eval_steps_per_second": 1.143,
85
+ "step": 384
86
+ },
87
+ {
88
+ "epoch": 5.0,
89
+ "grad_norm": 0.3579064607620239,
90
+ "learning_rate": 0.0,
91
+ "loss": 0.0801,
92
+ "step": 480
93
+ },
94
+ {
95
+ "epoch": 5.0,
96
+ "eval_accuracy": 0.538160469667319,
97
+ "eval_f1": 0.1945392491467577,
98
+ "eval_loss": 0.07800330221652985,
99
+ "eval_precision": 0.76,
100
+ "eval_recall": 0.11154598825831702,
101
+ "eval_runtime": 27.9144,
102
+ "eval_samples_per_second": 36.612,
103
+ "eval_steps_per_second": 1.146,
104
+ "step": 480
105
+ }
106
+ ],
107
+ "logging_steps": 500,
108
+ "max_steps": 480,
109
+ "num_input_tokens_seen": 0,
110
+ "num_train_epochs": 5,
111
+ "save_steps": 500,
112
+ "total_flos": 1178475986400.0,
113
+ "train_batch_size": 32,
114
+ "trial_name": null,
115
+ "trial_params": {
116
+ "alpha": 0.09292461434001364,
117
+ "learning_rate": 0.0002842334266739798,
118
+ "num_train_epochs": 5,
119
+ "temperature": 2
120
+ }
121
+ }
run-4/checkpoint-480/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f441eefbf68b7466d3f5396e1b086e4cb1ae1be01fffc857e92bd1ad437f6f6d
3
+ size 4920
run-4/checkpoint-480/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-96/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c352e2bac7a45465ed2ddc39a8f061c65975878b3151f36a86114c66d7f88c44
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:490f0363ce94024364841fd7a0a06bf8589adbba7a9ab31207817f7711e2a787
3
  size 17549312
run-6/checkpoint-96/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95a821e784c2c70a4b2609b9406269eab9081b1f00eee2c1b00baeaa97c9ba52
3
  size 35122746
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc122370edfc08f3a6a1fc20310a190a25e55c7f69ffce66ba6af527318241e9
3
  size 35122746
run-6/checkpoint-96/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:856798b3561863f6a85cefb19b668f5d57b83cfdd60cb15a083e7c3adc63311b
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1f1b6a0bb6f0c88ef3bfde3dcfd387cb722657f776180861b739662f23b7101
3
  size 1064
run-6/checkpoint-96/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.5391389432485323,
3
  "best_model_checkpoint": "tiny-bert-sst2-distilled/run-6/checkpoint-96",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
@@ -10,36 +10,36 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "grad_norm": 0.47783181071281433,
14
- "learning_rate": 0.00014230986748683228,
15
- "loss": 0.0575,
16
  "step": 96
17
  },
18
  {
19
  "epoch": 1.0,
20
- "eval_accuracy": 0.5391389432485323,
21
- "eval_f1": 0.19487179487179485,
22
- "eval_loss": 0.03508628159761429,
23
- "eval_precision": 0.7702702702702703,
24
- "eval_recall": 0.11154598825831702,
25
- "eval_runtime": 29.4088,
26
- "eval_samples_per_second": 34.751,
27
- "eval_steps_per_second": 1.088,
28
  "step": 96
29
  }
30
  ],
31
  "logging_steps": 500,
32
- "max_steps": 864,
33
  "num_input_tokens_seen": 0,
34
- "num_train_epochs": 9,
35
  "save_steps": 500,
36
  "total_flos": 235695197280.0,
37
  "train_batch_size": 32,
38
  "trial_name": null,
39
  "trial_params": {
40
- "alpha": 0.026597019089590446,
41
- "learning_rate": 0.00016009860092268632,
42
- "num_train_epochs": 9,
43
- "temperature": 12
44
  }
45
  }
 
1
  {
2
+ "best_metric": 0.761252446183953,
3
  "best_model_checkpoint": "tiny-bert-sst2-distilled/run-6/checkpoint-96",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "grad_norm": 1.7334731817245483,
14
+ "learning_rate": 0.00019089508944155825,
15
+ "loss": 0.4515,
16
  "step": 96
17
  },
18
  {
19
  "epoch": 1.0,
20
+ "eval_accuracy": 0.761252446183953,
21
+ "eval_f1": 0.7676190476190476,
22
+ "eval_loss": 0.40420547127723694,
23
+ "eval_precision": 0.7476808905380334,
24
+ "eval_recall": 0.7886497064579256,
25
+ "eval_runtime": 28.5902,
26
+ "eval_samples_per_second": 35.747,
27
+ "eval_steps_per_second": 1.119,
28
  "step": 96
29
  }
30
  ],
31
  "logging_steps": 500,
32
+ "max_steps": 672,
33
  "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 7,
35
  "save_steps": 500,
36
  "total_flos": 235695197280.0,
37
  "train_batch_size": 32,
38
  "trial_name": null,
39
  "trial_params": {
40
+ "alpha": 0.6366473529685639,
41
+ "learning_rate": 0.00022271093768181798,
42
+ "num_train_epochs": 7,
43
+ "temperature": 14
44
  }
45
  }
run-6/checkpoint-96/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27848829eb837b4e7e050e92d020fde804496616685e101b0644a01c57d5cd92
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11cd627d32c55435bd1d55cca3ffe9ac8a08ee3c4b43c65b7e3f22d01d249f85
3
  size 4920
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 33,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 31,
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:019a0c30743454578a20e039f50246add333dec6abb36273bd6bc2339b797b34
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11cd627d32c55435bd1d55cca3ffe9ac8a08ee3c4b43c65b7e3f22d01d249f85
3
  size 4920