kevintf commited on
Commit
262f8d6
·
verified ·
1 Parent(s): 5ba1c23

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. model.safetensors +1 -1
  2. run-5/checkpoint-1072/config.json +25 -0
  3. run-5/checkpoint-1072/model.safetensors +3 -0
  4. run-5/checkpoint-1072/optimizer.pt +3 -0
  5. run-5/checkpoint-1072/rng_state.pth +3 -0
  6. run-5/checkpoint-1072/scheduler.pt +3 -0
  7. run-5/checkpoint-1072/special_tokens_map.json +7 -0
  8. run-5/checkpoint-1072/tokenizer.json +0 -0
  9. run-5/checkpoint-1072/tokenizer_config.json +55 -0
  10. run-5/checkpoint-1072/trainer_state.json +76 -0
  11. run-5/checkpoint-1072/training_args.bin +3 -0
  12. run-5/checkpoint-1072/vocab.txt +0 -0
  13. run-5/checkpoint-1340/config.json +25 -0
  14. run-5/checkpoint-1340/model.safetensors +3 -0
  15. run-5/checkpoint-1340/optimizer.pt +3 -0
  16. run-5/checkpoint-1340/rng_state.pth +3 -0
  17. run-5/checkpoint-1340/scheduler.pt +3 -0
  18. run-5/checkpoint-1340/special_tokens_map.json +7 -0
  19. run-5/checkpoint-1340/tokenizer.json +0 -0
  20. run-5/checkpoint-1340/tokenizer_config.json +55 -0
  21. run-5/checkpoint-1340/trainer_state.json +85 -0
  22. run-5/checkpoint-1340/training_args.bin +3 -0
  23. run-5/checkpoint-1340/vocab.txt +0 -0
  24. run-5/checkpoint-536/config.json +25 -0
  25. run-5/checkpoint-536/model.safetensors +3 -0
  26. run-5/checkpoint-536/optimizer.pt +3 -0
  27. run-5/checkpoint-536/rng_state.pth +3 -0
  28. run-5/checkpoint-536/scheduler.pt +3 -0
  29. run-5/checkpoint-536/special_tokens_map.json +7 -0
  30. run-5/checkpoint-536/tokenizer.json +0 -0
  31. run-5/checkpoint-536/tokenizer_config.json +55 -0
  32. run-5/checkpoint-536/trainer_state.json +51 -0
  33. run-5/checkpoint-536/training_args.bin +3 -0
  34. run-5/checkpoint-536/vocab.txt +0 -0
  35. run-5/checkpoint-804/config.json +25 -0
  36. run-5/checkpoint-804/model.safetensors +3 -0
  37. run-5/checkpoint-804/optimizer.pt +3 -0
  38. run-5/checkpoint-804/rng_state.pth +3 -0
  39. run-5/checkpoint-804/scheduler.pt +3 -0
  40. run-5/checkpoint-804/special_tokens_map.json +7 -0
  41. run-5/checkpoint-804/tokenizer.json +0 -0
  42. run-5/checkpoint-804/tokenizer_config.json +55 -0
  43. run-5/checkpoint-804/trainer_state.json +60 -0
  44. run-5/checkpoint-804/training_args.bin +3 -0
  45. run-5/checkpoint-804/vocab.txt +0 -0
  46. run-6/checkpoint-134/config.json +25 -0
  47. run-6/checkpoint-134/model.safetensors +3 -0
  48. run-6/checkpoint-134/optimizer.pt +3 -0
  49. run-6/checkpoint-134/rng_state.pth +3 -0
  50. run-6/checkpoint-134/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa62f4be7c81a75f9c028eacf1f7834c77930a095880542913186f34025b77f9
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d512d69737e4dd75ec635374e87e270786e7416f9a3ec71a00cf9aa4302ef623
3
  size 267832560
run-5/checkpoint-1072/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.39.1",
24
+ "vocab_size": 30522
25
+ }
run-5/checkpoint-1072/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c8a0395482996ee67e70a4a4ee998debc988418869081c8814f35b6ecec4801
3
+ size 267832560
run-5/checkpoint-1072/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:789398afd211d4499b333248de42f617220eeb5338ea98fce8eb0a863785a8d1
3
+ size 535727290
run-5/checkpoint-1072/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2832be438043cede83e9bf53c7e3d2813a62058621d0c91f863900b90be46a00
3
+ size 14244
run-5/checkpoint-1072/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:153d627dec725ee6b7713e3fcb7a47024e8d5185f6a97b2c12fa32ff17b3488e
3
+ size 1064
run-5/checkpoint-1072/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-5/checkpoint-1072/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-1072/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-5/checkpoint-1072/trainer_state.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5259674254268325,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/checkpoint-804",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1072,
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.5089643001556396,
14
+ "eval_matthews_correlation": 0.42440981210667367,
15
+ "eval_runtime": 0.7825,
16
+ "eval_samples_per_second": 1332.954,
17
+ "eval_steps_per_second": 84.348,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.87,
22
+ "grad_norm": 6.73560905456543,
23
+ "learning_rate": 1.8445818150231764e-05,
24
+ "loss": 0.431,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_loss": 0.46689021587371826,
30
+ "eval_matthews_correlation": 0.5179258445384731,
31
+ "eval_runtime": 1.2385,
32
+ "eval_samples_per_second": 842.124,
33
+ "eval_steps_per_second": 53.289,
34
+ "step": 536
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.5552349090576172,
39
+ "eval_matthews_correlation": 0.5259674254268325,
40
+ "eval_runtime": 0.8397,
41
+ "eval_samples_per_second": 1242.121,
42
+ "eval_steps_per_second": 78.6,
43
+ "step": 804
44
+ },
45
+ {
46
+ "epoch": 3.73,
47
+ "grad_norm": 17.49067497253418,
48
+ "learning_rate": 7.4661644893795224e-06,
49
+ "loss": 0.1892,
50
+ "step": 1000
51
+ },
52
+ {
53
+ "epoch": 4.0,
54
+ "eval_loss": 0.7417210936546326,
55
+ "eval_matthews_correlation": 0.5157664784865402,
56
+ "eval_runtime": 0.8139,
57
+ "eval_samples_per_second": 1281.442,
58
+ "eval_steps_per_second": 81.088,
59
+ "step": 1072
60
+ }
61
+ ],
62
+ "logging_steps": 500,
63
+ "max_steps": 1340,
64
+ "num_input_tokens_seen": 0,
65
+ "num_train_epochs": 5,
66
+ "save_steps": 500,
67
+ "total_flos": 190818770313192.0,
68
+ "train_batch_size": 32,
69
+ "trial_name": null,
70
+ "trial_params": {
71
+ "learning_rate": 2.9425471811084e-05,
72
+ "num_train_epochs": 5,
73
+ "per_device_train_batch_size": 32,
74
+ "seed": 22
75
+ }
76
+ }
run-5/checkpoint-1072/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d389a261c4ad79c8031d213d930b79b34def1ca6a13f6f38b7b0de9654f7854
3
+ size 4984
run-5/checkpoint-1072/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-1340/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.39.1",
24
+ "vocab_size": 30522
25
+ }
run-5/checkpoint-1340/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bed2f32cc1e0ef2d9bb4f738f63c712c8bf64bb67d28c0d6771d8dc6999f40bc
3
+ size 267832560
run-5/checkpoint-1340/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9acea47bff8193e40528fae679d12deb9f03b204e74fbdc31e81662a6967bf0a
3
+ size 535727290
run-5/checkpoint-1340/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8d9b5af2591f9a60a1bef5220522e5fea70fe5d21efe572f897334e85cd04ed
3
+ size 14244
run-5/checkpoint-1340/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efa0817b6fd92bf5c252476256b59c10ec324a5edf5d097fd0e3aa84b90edbe6
3
+ size 1064
run-5/checkpoint-1340/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-5/checkpoint-1340/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-1340/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-5/checkpoint-1340/trainer_state.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5382179635494023,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/checkpoint-1340",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1340,
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.5089643001556396,
14
+ "eval_matthews_correlation": 0.42440981210667367,
15
+ "eval_runtime": 0.7825,
16
+ "eval_samples_per_second": 1332.954,
17
+ "eval_steps_per_second": 84.348,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.87,
22
+ "grad_norm": 6.73560905456543,
23
+ "learning_rate": 1.8445818150231764e-05,
24
+ "loss": 0.431,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_loss": 0.46689021587371826,
30
+ "eval_matthews_correlation": 0.5179258445384731,
31
+ "eval_runtime": 1.2385,
32
+ "eval_samples_per_second": 842.124,
33
+ "eval_steps_per_second": 53.289,
34
+ "step": 536
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.5552349090576172,
39
+ "eval_matthews_correlation": 0.5259674254268325,
40
+ "eval_runtime": 0.8397,
41
+ "eval_samples_per_second": 1242.121,
42
+ "eval_steps_per_second": 78.6,
43
+ "step": 804
44
+ },
45
+ {
46
+ "epoch": 3.73,
47
+ "grad_norm": 17.49067497253418,
48
+ "learning_rate": 7.4661644893795224e-06,
49
+ "loss": 0.1892,
50
+ "step": 1000
51
+ },
52
+ {
53
+ "epoch": 4.0,
54
+ "eval_loss": 0.7417210936546326,
55
+ "eval_matthews_correlation": 0.5157664784865402,
56
+ "eval_runtime": 0.8139,
57
+ "eval_samples_per_second": 1281.442,
58
+ "eval_steps_per_second": 81.088,
59
+ "step": 1072
60
+ },
61
+ {
62
+ "epoch": 5.0,
63
+ "eval_loss": 0.7818797826766968,
64
+ "eval_matthews_correlation": 0.5382179635494023,
65
+ "eval_runtime": 0.8061,
66
+ "eval_samples_per_second": 1293.934,
67
+ "eval_steps_per_second": 81.879,
68
+ "step": 1340
69
+ }
70
+ ],
71
+ "logging_steps": 500,
72
+ "max_steps": 1340,
73
+ "num_input_tokens_seen": 0,
74
+ "num_train_epochs": 5,
75
+ "save_steps": 500,
76
+ "total_flos": 190818770313192.0,
77
+ "train_batch_size": 32,
78
+ "trial_name": null,
79
+ "trial_params": {
80
+ "learning_rate": 2.9425471811084e-05,
81
+ "num_train_epochs": 5,
82
+ "per_device_train_batch_size": 32,
83
+ "seed": 22
84
+ }
85
+ }
run-5/checkpoint-1340/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d389a261c4ad79c8031d213d930b79b34def1ca6a13f6f38b7b0de9654f7854
3
+ size 4984
run-5/checkpoint-1340/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-536/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.39.1",
24
+ "vocab_size": 30522
25
+ }
run-5/checkpoint-536/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00fa33ec5f76f5a061706a43afb8666567cc6178535bcea901faa6a85b49f62
3
+ size 267832560
run-5/checkpoint-536/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42339a45944e0a6a8409aa499ba9c42d906d6ce04e6f4e01296416b5ac94caa1
3
+ size 535727290
run-5/checkpoint-536/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb1efdc56f058e7a83c03c88dcdbd01b35b8148bad0ddd0584931854e62f1b3e
3
+ size 14244
run-5/checkpoint-536/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9662833f5d6198852ca54aac2d3af3b54a1f53c6068978e022249b3406a752f0
3
+ size 1064
run-5/checkpoint-536/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-5/checkpoint-536/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-536/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-5/checkpoint-536/trainer_state.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5179258445384731,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/checkpoint-536",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 536,
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.5089643001556396,
14
+ "eval_matthews_correlation": 0.42440981210667367,
15
+ "eval_runtime": 0.7825,
16
+ "eval_samples_per_second": 1332.954,
17
+ "eval_steps_per_second": 84.348,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.87,
22
+ "grad_norm": 6.73560905456543,
23
+ "learning_rate": 1.8445818150231764e-05,
24
+ "loss": 0.431,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_loss": 0.46689021587371826,
30
+ "eval_matthews_correlation": 0.5179258445384731,
31
+ "eval_runtime": 1.2385,
32
+ "eval_samples_per_second": 842.124,
33
+ "eval_steps_per_second": 53.289,
34
+ "step": 536
35
+ }
36
+ ],
37
+ "logging_steps": 500,
38
+ "max_steps": 1340,
39
+ "num_input_tokens_seen": 0,
40
+ "num_train_epochs": 5,
41
+ "save_steps": 500,
42
+ "total_flos": 95238108949740.0,
43
+ "train_batch_size": 32,
44
+ "trial_name": null,
45
+ "trial_params": {
46
+ "learning_rate": 2.9425471811084e-05,
47
+ "num_train_epochs": 5,
48
+ "per_device_train_batch_size": 32,
49
+ "seed": 22
50
+ }
51
+ }
run-5/checkpoint-536/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d389a261c4ad79c8031d213d930b79b34def1ca6a13f6f38b7b0de9654f7854
3
+ size 4984
run-5/checkpoint-536/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-804/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.39.1",
24
+ "vocab_size": 30522
25
+ }
run-5/checkpoint-804/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49f98026e2f800f871e545fd9e1e144a40385704ba6bd2cf8d938b454d2fa8ef
3
+ size 267832560
run-5/checkpoint-804/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2178109dc458e848d6d9bcaae61920d87a7f2abcac31bb656c3423be610f3e06
3
+ size 535727290
run-5/checkpoint-804/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2c5be4d5ff5d99648470dc1e74095ee71eb9ddb1fe55bc8b553e8ab5c18ac3
3
+ size 14244
run-5/checkpoint-804/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6329719373ebd19c3261434dc6743b2ad7257d8574f530215ee6e2b04e9dd536
3
+ size 1064
run-5/checkpoint-804/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-5/checkpoint-804/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-804/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-5/checkpoint-804/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5259674254268325,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/checkpoint-804",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 804,
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.5089643001556396,
14
+ "eval_matthews_correlation": 0.42440981210667367,
15
+ "eval_runtime": 0.7825,
16
+ "eval_samples_per_second": 1332.954,
17
+ "eval_steps_per_second": 84.348,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.87,
22
+ "grad_norm": 6.73560905456543,
23
+ "learning_rate": 1.8445818150231764e-05,
24
+ "loss": 0.431,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_loss": 0.46689021587371826,
30
+ "eval_matthews_correlation": 0.5179258445384731,
31
+ "eval_runtime": 1.2385,
32
+ "eval_samples_per_second": 842.124,
33
+ "eval_steps_per_second": 53.289,
34
+ "step": 536
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.5552349090576172,
39
+ "eval_matthews_correlation": 0.5259674254268325,
40
+ "eval_runtime": 0.8397,
41
+ "eval_samples_per_second": 1242.121,
42
+ "eval_steps_per_second": 78.6,
43
+ "step": 804
44
+ }
45
+ ],
46
+ "logging_steps": 500,
47
+ "max_steps": 1340,
48
+ "num_input_tokens_seen": 0,
49
+ "num_train_epochs": 5,
50
+ "save_steps": 500,
51
+ "total_flos": 95238108949740.0,
52
+ "train_batch_size": 32,
53
+ "trial_name": null,
54
+ "trial_params": {
55
+ "learning_rate": 2.9425471811084e-05,
56
+ "num_train_epochs": 5,
57
+ "per_device_train_batch_size": 32,
58
+ "seed": 22
59
+ }
60
+ }
run-5/checkpoint-804/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d389a261c4ad79c8031d213d930b79b34def1ca6a13f6f38b7b0de9654f7854
3
+ size 4984
run-5/checkpoint-804/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-134/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.39.1",
24
+ "vocab_size": 30522
25
+ }
run-6/checkpoint-134/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d512d69737e4dd75ec635374e87e270786e7416f9a3ec71a00cf9aa4302ef623
3
+ size 267832560
run-6/checkpoint-134/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16abcc98944f4a08311444ad210c728fb4b02f6ff84d9aaa9d01c78f3f836df6
3
+ size 535727290
run-6/checkpoint-134/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54004cbc6d9678ea40ad40223ca87b0f59f09bf57b5e845d0cf202ea314a346
3
+ size 14308
run-6/checkpoint-134/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e42533eac26789a5ede26e5255984843f752b52fa2f67926b32a21c31ffd886f
3
+ size 1064