elyziumm commited on
Commit
1412b38
1 Parent(s): a43027a

Training in progress, epoch 1

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +7 -16
  2. model.safetensors +1 -1
  3. run-0/checkpoint-14/model.safetensors +1 -1
  4. run-0/checkpoint-14/optimizer.pt +2 -2
  5. run-0/checkpoint-14/rng_state.pth +2 -2
  6. run-0/checkpoint-14/scheduler.pt +1 -1
  7. run-0/checkpoint-14/trainer_state.json +9 -9
  8. run-0/checkpoint-14/training_args.bin +2 -2
  9. run-1/checkpoint-14/model.safetensors +1 -1
  10. run-1/checkpoint-14/optimizer.pt +2 -2
  11. run-1/checkpoint-14/rng_state.pth +2 -2
  12. run-1/checkpoint-14/scheduler.pt +1 -1
  13. run-1/checkpoint-14/trainer_state.json +8 -8
  14. run-1/checkpoint-14/training_args.bin +2 -2
  15. run-2/checkpoint-214/model.safetensors +1 -1
  16. run-2/checkpoint-214/optimizer.pt +2 -2
  17. run-2/checkpoint-214/rng_state.pth +2 -2
  18. run-2/checkpoint-214/scheduler.pt +1 -1
  19. run-2/checkpoint-214/trainer_state.json +9 -9
  20. run-2/checkpoint-214/training_args.bin +2 -2
  21. run-2/checkpoint-428/model.safetensors +1 -1
  22. run-2/checkpoint-428/optimizer.pt +2 -2
  23. run-2/checkpoint-428/rng_state.pth +2 -2
  24. run-2/checkpoint-428/scheduler.pt +1 -1
  25. run-2/checkpoint-428/trainer_state.json +15 -15
  26. run-2/checkpoint-428/training_args.bin +2 -2
  27. run-2/checkpoint-642/model.safetensors +1 -1
  28. run-2/checkpoint-642/optimizer.pt +2 -2
  29. run-2/checkpoint-642/rng_state.pth +2 -2
  30. run-2/checkpoint-642/scheduler.pt +1 -1
  31. run-2/checkpoint-642/trainer_state.json +25 -25
  32. run-2/checkpoint-642/training_args.bin +2 -2
  33. run-2/checkpoint-856/model.safetensors +1 -1
  34. run-2/checkpoint-856/optimizer.pt +2 -2
  35. run-2/checkpoint-856/rng_state.pth +2 -2
  36. run-2/checkpoint-856/scheduler.pt +1 -1
  37. run-2/checkpoint-856/trainer_state.json +30 -30
  38. run-2/checkpoint-856/training_args.bin +2 -2
  39. run-6/checkpoint-214/config.json +1 -1
  40. run-6/checkpoint-214/model.safetensors +1 -1
  41. run-6/checkpoint-214/optimizer.pt +1 -1
  42. run-6/checkpoint-214/rng_state.pth +1 -1
  43. run-6/checkpoint-214/scheduler.pt +1 -1
  44. run-6/checkpoint-214/trainer_state.json +23 -14
  45. run-6/checkpoint-214/training_args.bin +1 -1
  46. run-6/checkpoint-321/config.json +25 -0
  47. run-6/checkpoint-321/model.safetensors +3 -0
  48. run-6/checkpoint-321/optimizer.pt +3 -0
  49. run-6/checkpoint-321/rng_state.pth +3 -0
  50. run-6/checkpoint-321/scheduler.pt +3 -0
README.md CHANGED
@@ -3,8 +3,6 @@ license: apache-2.0
3
  base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
- metrics:
7
- - matthews_correlation
8
  model-index:
9
  - name: distilbert-base-uncased-finetuned-cola
10
  results: []
@@ -17,8 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.6927
21
- - Matthews Correlation: 0.5324
 
 
 
 
22
 
23
  ## Model description
24
 
@@ -45,20 +47,9 @@ The following hyperparameters were used during training:
45
  - lr_scheduler_type: linear
46
  - num_epochs: 5
47
 
48
- ### Training results
49
-
50
- | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
52
- | 0.5444 | 1.0 | 535 | 0.4784 | 0.4217 |
53
- | 0.4206 | 2.0 | 1070 | 0.4567 | 0.5146 |
54
- | 0.3071 | 3.0 | 1605 | 0.5392 | 0.5134 |
55
- | 0.2517 | 4.0 | 2140 | 0.6712 | 0.5154 |
56
- | 0.2141 | 5.0 | 2675 | 0.6972 | 0.5279 |
57
-
58
-
59
  ### Framework versions
60
 
61
  - Transformers 4.38.2
62
- - Pytorch 2.2.1
63
  - Datasets 2.18.0
64
  - Tokenizers 0.15.2
 
3
  base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: distilbert-base-uncased-finetuned-cola
8
  results: []
 
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - eval_loss: 0.7374
19
+ - eval_matthews_correlation: 0.0
20
+ - eval_runtime: 0.8208
21
+ - eval_samples_per_second: 1270.779
22
+ - eval_steps_per_second: 80.414
23
+ - step: 0
24
 
25
  ## Model description
26
 
 
47
  - lr_scheduler_type: linear
48
  - num_epochs: 5
49
 
 
 
 
 
 
 
 
 
 
 
 
50
  ### Framework versions
51
 
52
  - Transformers 4.38.2
53
+ - Pytorch 2.1.0+cu121
54
  - Datasets 2.18.0
55
  - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55c7f627aaa213f1bb44a2b3534813a79de084acaaba3b43511b1b04cc24db76
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1369a8794345bb16aacbde3dfb9750a018f47f5d6ad0bd953333cfe4123d794
3
  size 267832560
run-0/checkpoint-14/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:000084a5c09ce2f304a7a30367eac2b4b929c0bb2f932cbc147c16bc8270c8cb
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01dea21155b76ee81916bb36ab74676d53ff7dfc1a91fa1c2d6f52439d0e9cb5
3
  size 267832560
run-0/checkpoint-14/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c04a4ddea247102f0b89cfcbb4bb6edb7b9fa7bfb2b4083f03c838b8e55e178
3
- size 535724410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc3a63eb6fc137ae586be466444a353c9a4d9a13f2e8144b64b58752fcfb6a8
3
+ size 535727290
run-0/checkpoint-14/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b35282b35757a076ae637e2485765a8ff52783228da034059e59636da73d9116
3
- size 13990
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e24fc292984749c88110ec25fd9ff0d17a54f4360aec4dbcbbce59a3aa0de4
3
+ size 14244
run-0/checkpoint-14/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad808127937629f024be1b1df977f47dde93819e2ea51d7e505c749e74d67ea0
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba06a15393ab004358877a1c1a15c76de27bc45fc71c2e37605a7d933415c21
3
  size 1064
run-0/checkpoint-14/trainer_state.json CHANGED
@@ -10,26 +10,26 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6129326224327087,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.9743,
16
- "eval_samples_per_second": 1070.497,
17
- "eval_steps_per_second": 67.74,
18
  "step": 14
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 42,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 3,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 64,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 3.412035426521437e-05,
31
- "num_train_epochs": 3,
32
  "per_device_train_batch_size": 64,
33
- "seed": 6
34
  }
35
  }
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.5823530554771423,
14
  "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7382,
16
+ "eval_samples_per_second": 1412.921,
17
+ "eval_steps_per_second": 89.408,
18
  "step": 14
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 14,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 64,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 8.775986258400349e-05,
31
+ "num_train_epochs": 1,
32
  "per_device_train_batch_size": 64,
33
+ "seed": 23
34
  }
35
  }
run-0/checkpoint-14/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6c8860da068b6062f4d15741401ea4de48f82b68563be615a3787b9c9bd6a91
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05ef837b91c98e7e0d6bdd9b58e77858a83fad7f1d2746c13214f67d41f4c922
3
+ size 4984
run-1/checkpoint-14/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0311124ca6d6f42eabe8bc7265a08e9750159fa4c790c2f721b461a58c128159
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeedc397da2e50e1a369df839169ff3baed592b5728d9aafb1c487511f42da10
3
  size 267832560
run-1/checkpoint-14/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e976fff47601f46c663aa7521ea909ac258ac4ad08d847fc70bac928f2d53a33
3
- size 535724410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a545043af087d88cb61946690dce0d4316653a781ff446f6dded8115db1ce97
3
+ size 535727290
run-1/checkpoint-14/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34b9c3df3f05d5551943ee2ae4717a2d2d8ea37bd63922f720e2415a871e5c8f
3
- size 14054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b9d795f1087cbe638ed3fc6f2a698bfc22c35fc0179fd12b285b35f69e1a1c
3
+ size 14308
run-1/checkpoint-14/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59695f1c31ed790d03091068b49e6240888e5c79ab7ffa6676708cefcd054951
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca1c6676752252a8249a2db6e352a680a5d9428014a5b912dfae3a454c2ec41b
3
  size 1064
run-1/checkpoint-14/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.0,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/checkpoint-14",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
@@ -10,11 +10,11 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6369564533233643,
14
- "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.8932,
16
- "eval_samples_per_second": 1167.76,
17
- "eval_steps_per_second": 73.895,
18
  "step": 14
19
  }
20
  ],
@@ -27,9 +27,9 @@
27
  "train_batch_size": 64,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 8.838852125860309e-06,
31
  "num_train_epochs": 1,
32
  "per_device_train_batch_size": 64,
33
- "seed": 26
34
  }
35
  }
 
1
  {
2
+ "best_metric": 0.010498792427994534,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/checkpoint-14",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.6844037771224976,
14
+ "eval_matthews_correlation": 0.010498792427994534,
15
+ "eval_runtime": 2.387,
16
+ "eval_samples_per_second": 436.947,
17
+ "eval_steps_per_second": 27.65,
18
  "step": 14
19
  }
20
  ],
 
27
  "train_batch_size": 64,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 1.4416085092769088e-06,
31
  "num_train_epochs": 1,
32
  "per_device_train_batch_size": 64,
33
+ "seed": 32
34
  }
35
  }
run-1/checkpoint-14/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ad18fb18504d68dd935334ff557f2382d1a779bd413a8efbaff6563d6f9613c
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9f8e48ec1e03a914d1ec7892684e65a5bc3727dd12f0f3c52c01699c33d2156
3
+ size 4984
run-2/checkpoint-214/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cceb3a83ab394eb8a0dea770f94abc545d75ce2815d0a35ecabbd69c9274ac72
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b33bebca3c31b2a59033909ad09f352f795168df035fa5e21068f27d4fb1f40
3
  size 267832560
run-2/checkpoint-214/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4f36c957d92a8002c5e97555d48a42de471a903f723339272d115811e7a7207
3
- size 535724410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3c50fc3ffbe867daf58825f8193d0cfba84cc14252afd8a598cd321986402aa
3
+ size 535727290
run-2/checkpoint-214/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18ed5be6d1ae819250215f2e56084152c3080260defb1f705b62ca73ce19da57
3
- size 14054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6642b66e64e0b7ca68e0c6a1ce3642e5ff680df66b6e523921454a079ed214ed
3
+ size 14244
run-2/checkpoint-214/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aaddcbc282ebbe13886a2ae0010153a1ceb6098f8f03e24ff7369f1380257318
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:353a0f8e9cdb591b044d3c5506a10aa1733632724e4365b86c27c74a86c0ae67
3
  size 1064
run-2/checkpoint-214/trainer_state.json CHANGED
@@ -10,26 +10,26 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6176151633262634,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.9481,
16
- "eval_samples_per_second": 1100.056,
17
- "eval_steps_per_second": 69.61,
18
  "step": 214
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 856,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 4,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 4,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 4.2783203586043606e-05,
31
- "num_train_epochs": 4,
32
  "per_device_train_batch_size": 4,
33
- "seed": 20
34
  }
35
  }
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.622901976108551,
14
  "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.6976,
16
+ "eval_samples_per_second": 1495.146,
17
+ "eval_steps_per_second": 94.611,
18
  "step": 214
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 1070,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 5,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 4,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 7.121152845919556e-05,
31
+ "num_train_epochs": 5,
32
  "per_device_train_batch_size": 4,
33
+ "seed": 12
34
  }
35
  }
run-2/checkpoint-214/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7d59a3030f49e6d9ba6b53703d0aecc5a3cdf0ff9b87524d64c50670dec0e33
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9925351ca91d4d415edf2b12fea3939fa440869d79fbdaa5406de401cf3bbc4a
3
+ size 4984
run-2/checkpoint-428/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7feb3ea5cfcc0719d9aa3e8828e87201c6ba1874b1b9dda6a72a11196b3465a
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91ce0d32e3d331a97bec4766b3625708317c7a462015a589e5c58aa17a0a83e
3
  size 267832560
run-2/checkpoint-428/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01af5387baa500deae7a60ef01607a213628612baa70b49dab4c8444e09983b3
3
- size 535724410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01beac2a03a926258b352eb83e0b8f6bdba3eee64c73cb47aa03f1d58a2e3343
3
+ size 535727290
run-2/checkpoint-428/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d30d176f4709947ef5e20ca28f86e3ac8c85d9b22de4d4222b40eaa3316066d
3
- size 14054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:123a5343f68ec13b68a2b560055939797bee709d54072612e9bb907a91476f28
3
+ size 14244
run-2/checkpoint-428/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4b4f4d37419af893e7c0515177d5a99af69ac0b950cded792175bcc7ced3722
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d30bc9c1aed483a88d8d8aec183321452b5964d4c251bdf3c79ed88b67776916
3
  size 1064
run-2/checkpoint-428/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.25145549881333384,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-428",
4
  "epoch": 2.0,
5
  "eval_steps": 500,
@@ -10,35 +10,35 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6176151633262634,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.9481,
16
- "eval_samples_per_second": 1100.056,
17
- "eval_steps_per_second": 69.61,
18
  "step": 214
19
  },
20
  {
21
  "epoch": 2.0,
22
- "eval_loss": 0.7769425511360168,
23
- "eval_matthews_correlation": 0.25145549881333384,
24
- "eval_runtime": 0.9343,
25
- "eval_samples_per_second": 1116.319,
26
- "eval_steps_per_second": 70.64,
27
  "step": 428
28
  }
29
  ],
30
  "logging_steps": 500,
31
- "max_steps": 856,
32
  "num_input_tokens_seen": 0,
33
- "num_train_epochs": 4,
34
  "save_steps": 500,
35
  "total_flos": 0,
36
  "train_batch_size": 4,
37
  "trial_name": null,
38
  "trial_params": {
39
- "learning_rate": 4.2783203586043606e-05,
40
- "num_train_epochs": 4,
41
  "per_device_train_batch_size": 4,
42
- "seed": 20
43
  }
44
  }
 
1
  {
2
+ "best_metric": 0.11842631274491741,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-428",
4
  "epoch": 2.0,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.622901976108551,
14
  "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.6976,
16
+ "eval_samples_per_second": 1495.146,
17
+ "eval_steps_per_second": 94.611,
18
  "step": 214
19
  },
20
  {
21
  "epoch": 2.0,
22
+ "eval_loss": 0.6693491339683533,
23
+ "eval_matthews_correlation": 0.11842631274491741,
24
+ "eval_runtime": 1.934,
25
+ "eval_samples_per_second": 539.286,
26
+ "eval_steps_per_second": 34.125,
27
  "step": 428
28
  }
29
  ],
30
  "logging_steps": 500,
31
+ "max_steps": 1070,
32
  "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 5,
34
  "save_steps": 500,
35
  "total_flos": 0,
36
  "train_batch_size": 4,
37
  "trial_name": null,
38
  "trial_params": {
39
+ "learning_rate": 7.121152845919556e-05,
40
+ "num_train_epochs": 5,
41
  "per_device_train_batch_size": 4,
42
+ "seed": 12
43
  }
44
  }
run-2/checkpoint-428/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7d59a3030f49e6d9ba6b53703d0aecc5a3cdf0ff9b87524d64c50670dec0e33
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9925351ca91d4d415edf2b12fea3939fa440869d79fbdaa5406de401cf3bbc4a
3
+ size 4984
run-2/checkpoint-642/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21d37aded1f4476bbe051cc3bfcec41462be35bfe49b40bc6597fbe45a146bc1
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:955e9d37c7ccf9fb2880c11ea1f35e7ffd6a30ab6bb769dfa19b27a03652e9cc
3
  size 267832560
run-2/checkpoint-642/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef5020ece8eb289d5cf85d6fc8e8bee89797830e5366db88b5dd8f4aae439706
3
- size 535724410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49e846a73ef024263b9276d16b7bbf1b5a16de68a3a7164b8fdf60475011e3da
3
+ size 535727290
run-2/checkpoint-642/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:466fe0e260a39f52aac06c5607d4735d2c8103b2ac9ad54f5e71129ba4c43fb2
3
- size 14054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:459a440c9d15ba5e5b2229c7ffbe3145e047b6e5e97660610634d47c20f261e5
3
+ size 14244
run-2/checkpoint-642/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:524be37aab3f413fec1d7104c5de4e629f9090793566ac787fa2c9f2c4d95a2b
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:380f2c8df8ab872e64b071c5a78cf09b05e00c6ec4fb7780bd08fd5e87023ef7
3
  size 1064
run-2/checkpoint-642/trainer_state.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "best_metric": 0.25145549881333384,
3
- "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-428",
4
  "epoch": 3.0,
5
  "eval_steps": 500,
6
  "global_step": 642,
@@ -10,51 +10,51 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6176151633262634,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.9481,
16
- "eval_samples_per_second": 1100.056,
17
- "eval_steps_per_second": 69.61,
18
  "step": 214
19
  },
20
  {
21
  "epoch": 2.0,
22
- "eval_loss": 0.7769425511360168,
23
- "eval_matthews_correlation": 0.25145549881333384,
24
- "eval_runtime": 0.9343,
25
- "eval_samples_per_second": 1116.319,
26
- "eval_steps_per_second": 70.64,
27
  "step": 428
28
  },
29
  {
30
  "epoch": 2.34,
31
- "grad_norm": 0.6545006036758423,
32
- "learning_rate": 1.7793014575504117e-05,
33
- "loss": 0.536,
34
  "step": 500
35
  },
36
  {
37
  "epoch": 3.0,
38
- "eval_loss": 1.5843945741653442,
39
- "eval_matthews_correlation": 0.1975523186260999,
40
- "eval_runtime": 0.9037,
41
- "eval_samples_per_second": 1154.164,
42
- "eval_steps_per_second": 73.034,
43
  "step": 642
44
  }
45
  ],
46
  "logging_steps": 500,
47
- "max_steps": 856,
48
  "num_input_tokens_seen": 0,
49
- "num_train_epochs": 4,
50
  "save_steps": 500,
51
- "total_flos": 8269898302032.0,
52
  "train_batch_size": 4,
53
  "trial_name": null,
54
  "trial_params": {
55
- "learning_rate": 4.2783203586043606e-05,
56
- "num_train_epochs": 4,
57
  "per_device_train_batch_size": 4,
58
- "seed": 20
59
  }
60
  }
 
1
  {
2
+ "best_metric": 0.16411291424457647,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-642",
4
  "epoch": 3.0,
5
  "eval_steps": 500,
6
  "global_step": 642,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.622901976108551,
14
  "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.6976,
16
+ "eval_samples_per_second": 1495.146,
17
+ "eval_steps_per_second": 94.611,
18
  "step": 214
19
  },
20
  {
21
  "epoch": 2.0,
22
+ "eval_loss": 0.6693491339683533,
23
+ "eval_matthews_correlation": 0.11842631274491741,
24
+ "eval_runtime": 1.934,
25
+ "eval_samples_per_second": 539.286,
26
+ "eval_steps_per_second": 34.125,
27
  "step": 428
28
  },
29
  {
30
  "epoch": 2.34,
31
+ "grad_norm": 1.357163667678833,
32
+ "learning_rate": 3.7935113291347165e-05,
33
+ "loss": 0.6007,
34
  "step": 500
35
  },
36
  {
37
  "epoch": 3.0,
38
+ "eval_loss": 1.3187288045883179,
39
+ "eval_matthews_correlation": 0.16411291424457647,
40
+ "eval_runtime": 0.7002,
41
+ "eval_samples_per_second": 1489.531,
42
+ "eval_steps_per_second": 94.256,
43
  "step": 642
44
  }
45
  ],
46
  "logging_steps": 500,
47
+ "max_steps": 1070,
48
  "num_input_tokens_seen": 0,
49
+ "num_train_epochs": 5,
50
  "save_steps": 500,
51
+ "total_flos": 8429531866428.0,
52
  "train_batch_size": 4,
53
  "trial_name": null,
54
  "trial_params": {
55
+ "learning_rate": 7.121152845919556e-05,
56
+ "num_train_epochs": 5,
57
  "per_device_train_batch_size": 4,
58
+ "seed": 12
59
  }
60
  }
run-2/checkpoint-642/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7d59a3030f49e6d9ba6b53703d0aecc5a3cdf0ff9b87524d64c50670dec0e33
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9925351ca91d4d415edf2b12fea3939fa440869d79fbdaa5406de401cf3bbc4a
3
+ size 4984
run-2/checkpoint-856/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e27626274def27c9e5f0ede06699eccc9fca618421c5670171c59a5b7bb0bc50
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d7fc0ebbfd3955802d3bc98ef627cbaaa60a67957d6617d060aa879e86f74b5
3
  size 267832560
run-2/checkpoint-856/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91f7394c728500aa68bbe29a75db3198b7d0c751ffc1593b88ea2fba588d8c42
3
- size 535724410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06c7ccf331c7f4f77d0cf84856691943b9acee52ec3eab295724b9ad971db10f
3
+ size 535727290
run-2/checkpoint-856/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a8a81a3e9c375ac5e32a3bec083b8fd3ff43e0f665a1ebc2f09c530719bc7eb
3
- size 14054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0959e4fc49f256382e0dc2b5eaaf6de1ebc7372d1c9b5b34f8bda98d7f54a5b9
3
+ size 14244
run-2/checkpoint-856/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6101755e70840fa69ae18a6720e6b0998296d977a410bf72ba3a6ac1d5932863
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de31a0e7adf5d8ef4931b73625e96f3d7d082ff90485a5440fb14cbcadca1600
3
  size 1064
run-2/checkpoint-856/trainer_state.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "best_metric": 0.25145549881333384,
3
- "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-428",
4
  "epoch": 4.0,
5
  "eval_steps": 500,
6
  "global_step": 856,
@@ -10,60 +10,60 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6176151633262634,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.9481,
16
- "eval_samples_per_second": 1100.056,
17
- "eval_steps_per_second": 69.61,
18
  "step": 214
19
  },
20
  {
21
  "epoch": 2.0,
22
- "eval_loss": 0.7769425511360168,
23
- "eval_matthews_correlation": 0.25145549881333384,
24
- "eval_runtime": 0.9343,
25
- "eval_samples_per_second": 1116.319,
26
- "eval_steps_per_second": 70.64,
27
  "step": 428
28
  },
29
  {
30
  "epoch": 2.34,
31
- "grad_norm": 0.6545006036758423,
32
- "learning_rate": 1.7793014575504117e-05,
33
- "loss": 0.536,
34
  "step": 500
35
  },
36
  {
37
  "epoch": 3.0,
38
- "eval_loss": 1.5843945741653442,
39
- "eval_matthews_correlation": 0.1975523186260999,
40
- "eval_runtime": 0.9037,
41
- "eval_samples_per_second": 1154.164,
42
- "eval_steps_per_second": 73.034,
43
  "step": 642
44
  },
45
  {
46
  "epoch": 4.0,
47
- "eval_loss": 1.8945112228393555,
48
- "eval_matthews_correlation": 0.2128478036255419,
49
- "eval_runtime": 0.9124,
50
- "eval_samples_per_second": 1143.125,
51
- "eval_steps_per_second": 72.336,
52
  "step": 856
53
  }
54
  ],
55
  "logging_steps": 500,
56
- "max_steps": 856,
57
  "num_input_tokens_seen": 0,
58
- "num_train_epochs": 4,
59
  "save_steps": 500,
60
- "total_flos": 8269898302032.0,
61
  "train_batch_size": 4,
62
  "trial_name": null,
63
  "trial_params": {
64
- "learning_rate": 4.2783203586043606e-05,
65
- "num_train_epochs": 4,
66
  "per_device_train_batch_size": 4,
67
- "seed": 20
68
  }
69
  }
 
1
  {
2
+ "best_metric": 0.18954364972242177,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-856",
4
  "epoch": 4.0,
5
  "eval_steps": 500,
6
  "global_step": 856,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.622901976108551,
14
  "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.6976,
16
+ "eval_samples_per_second": 1495.146,
17
+ "eval_steps_per_second": 94.611,
18
  "step": 214
19
  },
20
  {
21
  "epoch": 2.0,
22
+ "eval_loss": 0.6693491339683533,
23
+ "eval_matthews_correlation": 0.11842631274491741,
24
+ "eval_runtime": 1.934,
25
+ "eval_samples_per_second": 539.286,
26
+ "eval_steps_per_second": 34.125,
27
  "step": 428
28
  },
29
  {
30
  "epoch": 2.34,
31
+ "grad_norm": 1.357163667678833,
32
+ "learning_rate": 3.7935113291347165e-05,
33
+ "loss": 0.6007,
34
  "step": 500
35
  },
36
  {
37
  "epoch": 3.0,
38
+ "eval_loss": 1.3187288045883179,
39
+ "eval_matthews_correlation": 0.16411291424457647,
40
+ "eval_runtime": 0.7002,
41
+ "eval_samples_per_second": 1489.531,
42
+ "eval_steps_per_second": 94.256,
43
  "step": 642
44
  },
45
  {
46
  "epoch": 4.0,
47
+ "eval_loss": 1.7241299152374268,
48
+ "eval_matthews_correlation": 0.18954364972242177,
49
+ "eval_runtime": 0.7297,
50
+ "eval_samples_per_second": 1429.361,
51
+ "eval_steps_per_second": 90.449,
52
  "step": 856
53
  }
54
  ],
55
  "logging_steps": 500,
56
+ "max_steps": 1070,
57
  "num_input_tokens_seen": 0,
58
+ "num_train_epochs": 5,
59
  "save_steps": 500,
60
+ "total_flos": 8429531866428.0,
61
  "train_batch_size": 4,
62
  "trial_name": null,
63
  "trial_params": {
64
+ "learning_rate": 7.121152845919556e-05,
65
+ "num_train_epochs": 5,
66
  "per_device_train_batch_size": 4,
67
+ "seed": 12
68
  }
69
  }
run-2/checkpoint-856/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7d59a3030f49e6d9ba6b53703d0aecc5a3cdf0ff9b87524d64c50670dec0e33
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9925351ca91d4d415edf2b12fea3939fa440869d79fbdaa5406de401cf3bbc4a
3
+ size 4984
run-6/checkpoint-214/config.json CHANGED
@@ -20,6 +20,6 @@
20
  "sinusoidal_pos_embds": false,
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.38.1",
24
  "vocab_size": 30522
25
  }
 
20
  "sinusoidal_pos_embds": false,
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
  "vocab_size": 30522
25
  }
run-6/checkpoint-214/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2ed0ce45abda1941230f1014b68d24540c24d9f2b42814e29d0f7efc942d25b
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:887cb91cffd5ac1082884693d36dc3501e1072d320a4f9e00e148fa2de10e933
3
  size 267832560
run-6/checkpoint-214/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec60233518b2c47f93c024e9039e1b6a24c66f0f5957637ef2802e79833035f4
3
  size 535727290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbaee4a58a0a5e77024b2f6a77aa60e33a0a9f50462bb447b968b047c762d571
3
  size 535727290
run-6/checkpoint-214/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9674de21df55a2edc27c644fd867e92766ddc9e4c4c5f9092d5b0c58c9378fda
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a96ac1e784cccb8a3d80ed7d4fc362123ca8952edb035bda34cc4ca6aa9158f5
3
  size 14244
run-6/checkpoint-214/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73737d81badbb84bff91ba71d18d6183a62e0a30f498c73134cdf30822b4ac97
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c4527bf3dad9c39b33fb978677b5df255fc23ccd3b2be52a69fdfcb83266a43
3
  size 1064
run-6/checkpoint-214/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "best_metric": 0.0,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-6/checkpoint-214",
4
- "epoch": 1.0,
5
  "eval_steps": 500,
6
  "global_step": 214,
7
  "is_hyper_param_search": true,
@@ -10,26 +10,35 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6432564854621887,
14
- "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.7471,
16
- "eval_samples_per_second": 1396.106,
17
- "eval_steps_per_second": 88.344,
 
 
 
 
 
 
 
 
 
18
  "step": 214
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 214,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 1,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
- "train_batch_size": 4,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 1.2277705957910814e-06,
31
- "num_train_epochs": 1,
32
- "per_device_train_batch_size": 4,
33
- "seed": 1
34
  }
35
  }
 
1
  {
2
+ "best_metric": 0.3145861132733294,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-6/checkpoint-214",
4
+ "epoch": 2.0,
5
  "eval_steps": 500,
6
  "global_step": 214,
7
  "is_hyper_param_search": true,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.5881767272949219,
14
+ "eval_matthews_correlation": 0.1579060124523256,
15
+ "eval_runtime": 0.6813,
16
+ "eval_samples_per_second": 1530.894,
17
+ "eval_steps_per_second": 96.873,
18
+ "step": 107
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6196805238723755,
23
+ "eval_matthews_correlation": 0.3145861132733294,
24
+ "eval_runtime": 0.7574,
25
+ "eval_samples_per_second": 1377.163,
26
+ "eval_steps_per_second": 87.145,
27
  "step": 214
28
  }
29
  ],
30
  "logging_steps": 500,
31
+ "max_steps": 535,
32
  "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 5,
34
  "save_steps": 500,
35
  "total_flos": 0,
36
+ "train_batch_size": 8,
37
  "trial_name": null,
38
  "trial_params": {
39
+ "learning_rate": 2.8114085112240564e-05,
40
+ "num_train_epochs": 5,
41
+ "per_device_train_batch_size": 8,
42
+ "seed": 12
43
  }
44
  }
run-6/checkpoint-214/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c67cd1e1f45ea162c3276224ec096955ac7a053afaf32de336765b08f264423e
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a92584832713a9a0bc39edb6d7b0a6a31a2879e2accd2bcdb2063b7c54789a74
3
  size 4984
run-6/checkpoint-321/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "vocab_size": 30522
25
+ }
run-6/checkpoint-321/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d326645dd1c955dc62ae23dae05f87540ee5cf84834e521ec7c6a1c0dea69870
3
+ size 267832560
run-6/checkpoint-321/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b254b31fb2cc34f601477c99ec38be59da262a4ea2c898ccef5d971510b93c12
3
+ size 535727290
run-6/checkpoint-321/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69fe67f271cbed58fe92ae3badea04266439e3640cbeaf5a128de4d9bb5b8b47
3
+ size 14244
run-6/checkpoint-321/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af52cf46d8740956c8979db68b7ed8f24f93131168d6d1dd2c21c2e6ebdf189f
3
+ size 1064