xuancoblab2023 commited on
Commit
80b7b83
·
verified ·
1 Parent(s): 551b56d

Training in progress, epoch 2

Browse files
config.json CHANGED
@@ -15,8 +15,8 @@
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,
 
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,
logs/events.out.tfevents.1711296625.8cc2eef2edb7.2942.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0804651d934794d2f3432a085dac20bc07dbbf8d7a146946e40d42fab3e0e3d4
3
- size 5407
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6973212017b131d5027bfcd6fcf4c66a78bf985373f44472fa43302be836d429
3
+ size 6137
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b786e1f0895234ea7a9fe0442335d74cac1176b9afdc2ded1c8ce0a27a538ce
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50dab4f218aa2736e49b3bc03c2401c3aa2cf3b09c88a31bf8f9e66c330ffaa4
3
  size 17549312
run-0/checkpoint-594/config.json CHANGED
@@ -27,7 +27,7 @@
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
 
27
  "position_embedding_type": "absolute",
28
  "problem_type": "single_label_classification",
29
  "torch_dtype": "float32",
30
+ "transformers_version": "4.39.1",
31
  "type_vocab_size": 2,
32
  "use_cache": true,
33
  "vocab_size": 30522
run-0/checkpoint-594/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:088e63b4c3a6c6cb565263cdb3909e74387b189e23b1faa39d6a055b6133c1f9
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50dab4f218aa2736e49b3bc03c2401c3aa2cf3b09c88a31bf8f9e66c330ffaa4
3
  size 17549312
run-0/checkpoint-594/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4690b24bf955cfbadddccdf8a2c13e2d999a82da5edd867355b1fdac79cac6c
3
- size 35122746
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66c3551ef9e34057e3a1dbfeaa7124f909a144226c4eb4d6abc830b896fde4a5
3
+ size 35123898
run-0/checkpoint-594/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df6866d0dff400085edf68783c4718d94e08dcfa8f0d23f9d94ad3e230de2def
3
- size 14054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07703232e8862ddf942921f960a4672ac4604f89da896da8b4bab92d3ecc94f2
3
+ size 14308
run-0/checkpoint-594/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:feb7146c9a68524856f100f015c06d1f6b4ff2e6bce26d842523fdd6ad8ddfd8
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ad7545db207e67d6bb4e489b30269759aa0b2b49a31d2b14a3df648e2abdc7f
3
  size 1064
run-0/checkpoint-594/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
  },
run-0/checkpoint-594/trainer_state.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "best_metric": 0.5227722772277228,
3
- "best_model_checkpoint": "tiny-bert-sst2-distilled/run-0/checkpoint-594",
4
  "epoch": 2.0,
5
  "eval_steps": 500,
6
  "global_step": 594,
@@ -10,49 +10,57 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "grad_norm": 0.48113372921943665,
14
- "learning_rate": 1.1539601014308473e-05,
15
- "loss": 0.265,
16
  "step": 297
17
  },
18
  {
19
  "epoch": 1.0,
20
- "eval_accuracy": 0.502970297029703,
21
- "eval_loss": 0.24101482331752777,
22
- "eval_runtime": 14.0847,
23
- "eval_samples_per_second": 35.854,
24
- "eval_steps_per_second": 1.136,
 
 
 
 
25
  "step": 297
26
  },
27
  {
28
  "epoch": 2.0,
29
- "grad_norm": 0.3685588538646698,
30
- "learning_rate": 8.654700760731354e-06,
31
- "loss": 0.2411,
32
  "step": 594
33
  },
34
  {
35
  "epoch": 2.0,
36
- "eval_accuracy": 0.5227722772277228,
37
- "eval_loss": 0.23663455247879028,
38
- "eval_runtime": 15.2033,
39
- "eval_samples_per_second": 33.216,
40
- "eval_steps_per_second": 1.052,
 
 
 
 
41
  "step": 594
42
  }
43
  ],
44
  "logging_steps": 500,
45
- "max_steps": 1485,
46
  "num_input_tokens_seen": 0,
47
- "num_train_epochs": 5,
48
  "save_steps": 500,
49
- "total_flos": 1555686566280.0,
50
  "train_batch_size": 32,
51
  "trial_name": null,
52
  "trial_params": {
53
- "alpha": 0.28450461852175,
54
- "learning_rate": 1.4424501267885591e-05,
55
- "num_train_epochs": 5,
56
- "temperature": 8
57
  }
58
  }
 
1
  {
2
+ "best_metric": 0.5108910891089109,
3
+ "best_model_checkpoint": "tiny-bert-sst2-distilled/run-0/checkpoint-297",
4
  "epoch": 2.0,
5
  "eval_steps": 500,
6
  "global_step": 594,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "grad_norm": 0.3744499087333679,
14
+ "learning_rate": 1.7212091585793122e-05,
15
+ "loss": 0.1576,
16
  "step": 297
17
  },
18
  {
19
  "epoch": 1.0,
20
+ "eval_accuracy": 0.5108910891089109,
21
+ "eval_f1": 0.127208480565371,
22
+ "eval_loss": 0.13107798993587494,
23
+ "eval_mcc": 0.04175421326407947,
24
+ "eval_precision": 0.5806451612903226,
25
+ "eval_recall": 0.07142857142857142,
26
+ "eval_runtime": 0.9746,
27
+ "eval_samples_per_second": 518.155,
28
+ "eval_steps_per_second": 16.417,
29
  "step": 297
30
  },
31
  {
32
  "epoch": 2.0,
33
+ "grad_norm": 0.2569155693054199,
34
+ "learning_rate": 1.5060580137568982e-05,
35
+ "loss": 0.1312,
36
  "step": 594
37
  },
38
  {
39
  "epoch": 2.0,
40
+ "eval_accuracy": 0.5089108910891089,
41
+ "eval_f1": 0.1205673758865248,
42
+ "eval_loss": 0.12648388743400574,
43
+ "eval_mcc": 0.03400602754322123,
44
+ "eval_precision": 0.5666666666666667,
45
+ "eval_recall": 0.06746031746031746,
46
+ "eval_runtime": 0.9581,
47
+ "eval_samples_per_second": 527.09,
48
+ "eval_steps_per_second": 16.7,
49
  "step": 594
50
  }
51
  ],
52
  "logging_steps": 500,
53
+ "max_steps": 2673,
54
  "num_input_tokens_seen": 0,
55
+ "num_train_epochs": 9,
56
  "save_steps": 500,
57
+ "total_flos": 1461402531960.0,
58
  "train_batch_size": 32,
59
  "trial_name": null,
60
  "trial_params": {
61
+ "alpha": 0.14400624333141754,
62
+ "learning_rate": 1.9363603034017264e-05,
63
+ "num_train_epochs": 9,
64
+ "temperature": 24
65
  }
66
  }
run-0/checkpoint-594/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:077f4108dc0cc2deb6d8b370dcd0cd733cd0d0661416c4baa607e842107e384b
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c912bc6fd00d5204347fd43667538d9d5c27c5837fabea72f3fbe2b6f790708e
3
+ size 4920
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f62d580257060cdaf08ca2f6bebff447fe36fd6a4ed09c360f3a936d71824ec
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c912bc6fd00d5204347fd43667538d9d5c27c5837fabea72f3fbe2b6f790708e
3
  size 4920