kbberendsen commited on
Commit
c67e9b2
·
verified ·
1 Parent(s): 962ee1d

Training in progress, epoch 1

Browse files
Files changed (47) hide show
  1. model.safetensors +1 -1
  2. run-7/checkpoint-428/config.json +25 -0
  3. run-7/checkpoint-428/model.safetensors +3 -0
  4. run-7/checkpoint-428/optimizer.pt +3 -0
  5. run-7/checkpoint-428/rng_state.pth +3 -0
  6. run-7/checkpoint-428/scheduler.pt +3 -0
  7. run-7/checkpoint-428/special_tokens_map.json +7 -0
  8. run-7/checkpoint-428/tokenizer.json +0 -0
  9. run-7/checkpoint-428/tokenizer_config.json +55 -0
  10. run-7/checkpoint-428/trainer_state.json +44 -0
  11. run-7/checkpoint-428/training_args.bin +3 -0
  12. run-7/checkpoint-428/vocab.txt +0 -0
  13. run-7/checkpoint-642/config.json +25 -0
  14. run-7/checkpoint-642/model.safetensors +3 -0
  15. run-7/checkpoint-642/optimizer.pt +3 -0
  16. run-7/checkpoint-642/rng_state.pth +3 -0
  17. run-7/checkpoint-642/scheduler.pt +3 -0
  18. run-7/checkpoint-642/special_tokens_map.json +7 -0
  19. run-7/checkpoint-642/tokenizer.json +0 -0
  20. run-7/checkpoint-642/tokenizer_config.json +55 -0
  21. run-7/checkpoint-642/trainer_state.json +60 -0
  22. run-7/checkpoint-642/training_args.bin +3 -0
  23. run-7/checkpoint-642/vocab.txt +0 -0
  24. run-7/checkpoint-856/config.json +25 -0
  25. run-7/checkpoint-856/model.safetensors +3 -0
  26. run-7/checkpoint-856/optimizer.pt +3 -0
  27. run-7/checkpoint-856/rng_state.pth +3 -0
  28. run-7/checkpoint-856/scheduler.pt +3 -0
  29. run-7/checkpoint-856/special_tokens_map.json +7 -0
  30. run-7/checkpoint-856/tokenizer.json +0 -0
  31. run-7/checkpoint-856/tokenizer_config.json +55 -0
  32. run-7/checkpoint-856/trainer_state.json +69 -0
  33. run-7/checkpoint-856/training_args.bin +3 -0
  34. run-7/checkpoint-856/vocab.txt +0 -0
  35. run-8/checkpoint-27/config.json +25 -0
  36. run-8/checkpoint-27/model.safetensors +3 -0
  37. run-8/checkpoint-27/optimizer.pt +3 -0
  38. run-8/checkpoint-27/rng_state.pth +3 -0
  39. run-8/checkpoint-27/scheduler.pt +3 -0
  40. run-8/checkpoint-27/special_tokens_map.json +7 -0
  41. run-8/checkpoint-27/tokenizer.json +0 -0
  42. run-8/checkpoint-27/tokenizer_config.json +55 -0
  43. run-8/checkpoint-27/trainer_state.json +35 -0
  44. run-8/checkpoint-27/training_args.bin +3 -0
  45. run-8/checkpoint-27/vocab.txt +0 -0
  46. runs/Feb27_14-43-24_1abfc43efc69/events.out.tfevents.1709046263.1abfc43efc69.155.10 +3 -0
  47. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8df23a34fff6106c674cfa449cebe353dc52f8e19e68422c6659c24d3d691429
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fd755dce9317178a93ac174473599aca72a5eab56a9f5e00edaa658c70507b4
3
  size 267832560
run-7/checkpoint-428/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.1",
24
+ "vocab_size": 30522
25
+ }
run-7/checkpoint-428/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ee37b5af54bdb3ec1d68c4b64780b072140982068ac9dacec675a56227932a4
3
+ size 267832560
run-7/checkpoint-428/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d2cf5c0c3fc0993a19f05fb328c69ca20c6d344e60914ca4c4baa84a01d0f2
3
+ size 535727290
run-7/checkpoint-428/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5289e6f487516c6d29fd17e358b6dc9e182debf2f09313a433e78e12cf3ac01a
3
+ size 14308
run-7/checkpoint-428/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a27a5c613096bc8d599664745fd6027e54ef492ffdd489eb241fa0bd685ed0b1
3
+ size 1064
run-7/checkpoint-428/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-7/checkpoint-428/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-428/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-7/checkpoint-428/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.16332238121235196,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/checkpoint-428",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 428,
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
+ "eval_loss": 0.5970603823661804,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7189,
16
+ "eval_samples_per_second": 1450.923,
17
+ "eval_steps_per_second": 91.813,
18
+ "step": 214
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5912891030311584,
23
+ "eval_matthews_correlation": 0.16332238121235196,
24
+ "eval_runtime": 0.8277,
25
+ "eval_samples_per_second": 1260.144,
26
+ "eval_steps_per_second": 79.741,
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": 8.218219989388813e-06,
40
+ "num_train_epochs": 4,
41
+ "per_device_train_batch_size": 4,
42
+ "seed": 21
43
+ }
44
+ }
run-7/checkpoint-428/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7278b5f24278a36bf75b2679827e7995b422ea99ce0fdbcab832d6d3c92da90c
3
+ size 4984
run-7/checkpoint-428/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-642/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.1",
24
+ "vocab_size": 30522
25
+ }
run-7/checkpoint-642/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e282fa4d1b14efed619481b855381a9891204f420b6294e409834819a683daba
3
+ size 267832560
run-7/checkpoint-642/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5282737245ccc3be210bbe42f4fb49bc3ab0f6afac325e3d6af0b28f661875e
3
+ size 535727290
run-7/checkpoint-642/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aa1d46993a45889981ccea6754a306d9587c2210f097e27f7348c42c39b3503
3
+ size 14308
run-7/checkpoint-642/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a844c7379c94f50bd8795a805e8a20127c98b7d0c9d4fcbf02d7979dcd4d6701
3
+ size 1064
run-7/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-7/checkpoint-642/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-642/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-7/checkpoint-642/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2313832094979208,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/checkpoint-642",
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
+ "eval_loss": 0.5970603823661804,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7189,
16
+ "eval_samples_per_second": 1450.923,
17
+ "eval_steps_per_second": 91.813,
18
+ "step": 214
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5912891030311584,
23
+ "eval_matthews_correlation": 0.16332238121235196,
24
+ "eval_runtime": 0.8277,
25
+ "eval_samples_per_second": 1260.144,
26
+ "eval_steps_per_second": 79.741,
27
+ "step": 428
28
+ },
29
+ {
30
+ "epoch": 2.34,
31
+ "grad_norm": 14.575504302978516,
32
+ "learning_rate": 3.417857846054226e-06,
33
+ "loss": 0.5722,
34
+ "step": 500
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.6588433980941772,
39
+ "eval_matthews_correlation": 0.2313832094979208,
40
+ "eval_runtime": 0.8191,
41
+ "eval_samples_per_second": 1273.42,
42
+ "eval_steps_per_second": 80.581,
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": 8328370239720.0,
52
+ "train_batch_size": 4,
53
+ "trial_name": null,
54
+ "trial_params": {
55
+ "learning_rate": 8.218219989388813e-06,
56
+ "num_train_epochs": 4,
57
+ "per_device_train_batch_size": 4,
58
+ "seed": 21
59
+ }
60
+ }
run-7/checkpoint-642/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7278b5f24278a36bf75b2679827e7995b422ea99ce0fdbcab832d6d3c92da90c
3
+ size 4984
run-7/checkpoint-642/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-856/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.1",
24
+ "vocab_size": 30522
25
+ }
run-7/checkpoint-856/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb696c508dbb1697cbc20d96c79f6ea05c4d2f789bf5fbec79a8e3764fca9305
3
+ size 267832560
run-7/checkpoint-856/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03c62fbab8cfd8584d64efbe21bdc1dfb863834c892d61958c8469c7c00018b
3
+ size 535727290
run-7/checkpoint-856/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21fdd3c5f7e022d566aec7fd02c74531ebe842e272c187d0d2648dc7b5e2b77e
3
+ size 14308
run-7/checkpoint-856/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47f638ed07e9f6c5b4d34e66eada885cf2b5ed6c41aefd75ac3e3f9bf065c6b3
3
+ size 1064
run-7/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-7/checkpoint-856/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-856/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-7/checkpoint-856/trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.26333420373394023,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/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
+ "eval_loss": 0.5970603823661804,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7189,
16
+ "eval_samples_per_second": 1450.923,
17
+ "eval_steps_per_second": 91.813,
18
+ "step": 214
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5912891030311584,
23
+ "eval_matthews_correlation": 0.16332238121235196,
24
+ "eval_runtime": 0.8277,
25
+ "eval_samples_per_second": 1260.144,
26
+ "eval_steps_per_second": 79.741,
27
+ "step": 428
28
+ },
29
+ {
30
+ "epoch": 2.34,
31
+ "grad_norm": 14.575504302978516,
32
+ "learning_rate": 3.417857846054226e-06,
33
+ "loss": 0.5722,
34
+ "step": 500
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.6588433980941772,
39
+ "eval_matthews_correlation": 0.2313832094979208,
40
+ "eval_runtime": 0.8191,
41
+ "eval_samples_per_second": 1273.42,
42
+ "eval_steps_per_second": 80.581,
43
+ "step": 642
44
+ },
45
+ {
46
+ "epoch": 4.0,
47
+ "eval_loss": 0.6612705588340759,
48
+ "eval_matthews_correlation": 0.26333420373394023,
49
+ "eval_runtime": 0.8249,
50
+ "eval_samples_per_second": 1264.388,
51
+ "eval_steps_per_second": 80.009,
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": 8328370239720.0,
61
+ "train_batch_size": 4,
62
+ "trial_name": null,
63
+ "trial_params": {
64
+ "learning_rate": 8.218219989388813e-06,
65
+ "num_train_epochs": 4,
66
+ "per_device_train_batch_size": 4,
67
+ "seed": 21
68
+ }
69
+ }
run-7/checkpoint-856/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7278b5f24278a36bf75b2679827e7995b422ea99ce0fdbcab832d6d3c92da90c
3
+ size 4984
run-7/checkpoint-856/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-27/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.1",
24
+ "vocab_size": 30522
25
+ }
run-8/checkpoint-27/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fd755dce9317178a93ac174473599aca72a5eab56a9f5e00edaa658c70507b4
3
+ size 267832560
run-8/checkpoint-27/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecf9a7abec0308452b692bc378de751bcf83d2fa8ba5e02ab9a2859c2fe277a3
3
+ size 535727290
run-8/checkpoint-27/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead47b2f2567648ce574bbf6c0a46d8ef7b32e7fa89ee7b50934a8b9edfd7c75
3
+ size 14308
run-8/checkpoint-27/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:367d2ac1d9dfb16739d4ed7970f129f833508e320dfeb0387adb49488f930f2a
3
+ size 1064
run-8/checkpoint-27/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-8/checkpoint-27/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-27/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-8/checkpoint-27/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-8/checkpoint-27",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 27,
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
+ "eval_loss": 0.6211336851119995,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7302,
16
+ "eval_samples_per_second": 1428.291,
17
+ "eval_steps_per_second": 90.381,
18
+ "step": 27
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 135,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 5,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 32,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 5.001244990944814e-06,
31
+ "num_train_epochs": 5,
32
+ "per_device_train_batch_size": 32,
33
+ "seed": 32
34
+ }
35
+ }
run-8/checkpoint-27/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32337062a2f88896533152a591e4d651102d7397d2bdd329139d12fbe90d2e1a
3
+ size 4984
run-8/checkpoint-27/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Feb27_14-43-24_1abfc43efc69/events.out.tfevents.1709046263.1abfc43efc69.155.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54ee5654bf6fde554b744127107e28cd883b95664426e45fde52e051b2f89a79
3
+ size 6547
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7278b5f24278a36bf75b2679827e7995b422ea99ce0fdbcab832d6d3c92da90c
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32337062a2f88896533152a591e4d651102d7397d2bdd329139d12fbe90d2e1a
3
  size 4984