hfdsajkfd commited on
Commit
8ee2f38
1 Parent(s): 97efcc0

Training in progress, epoch 1

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-1/checkpoint-1070/config.json +25 -0
  3. run-1/checkpoint-1070/model.safetensors +3 -0
  4. run-1/checkpoint-1070/optimizer.pt +3 -0
  5. run-1/checkpoint-1070/rng_state.pth +3 -0
  6. run-1/checkpoint-1070/scheduler.pt +3 -0
  7. run-1/checkpoint-1070/special_tokens_map.json +7 -0
  8. run-1/checkpoint-1070/tokenizer.json +0 -0
  9. run-1/checkpoint-1070/tokenizer_config.json +55 -0
  10. run-1/checkpoint-1070/trainer_state.json +58 -0
  11. run-1/checkpoint-1070/training_args.bin +3 -0
  12. run-1/checkpoint-1070/vocab.txt +0 -0
  13. run-1/checkpoint-1605/config.json +25 -0
  14. run-1/checkpoint-1605/model.safetensors +3 -0
  15. run-1/checkpoint-1605/optimizer.pt +3 -0
  16. run-1/checkpoint-1605/rng_state.pth +3 -0
  17. run-1/checkpoint-1605/scheduler.pt +3 -0
  18. run-1/checkpoint-1605/special_tokens_map.json +7 -0
  19. run-1/checkpoint-1605/tokenizer.json +0 -0
  20. run-1/checkpoint-1605/tokenizer_config.json +55 -0
  21. run-1/checkpoint-1605/trainer_state.json +74 -0
  22. run-1/checkpoint-1605/training_args.bin +3 -0
  23. run-1/checkpoint-1605/vocab.txt +0 -0
  24. run-2/checkpoint-535/config.json +25 -0
  25. run-2/checkpoint-535/model.safetensors +3 -0
  26. run-2/checkpoint-535/optimizer.pt +3 -0
  27. run-2/checkpoint-535/rng_state.pth +3 -0
  28. run-2/checkpoint-535/scheduler.pt +3 -0
  29. run-2/checkpoint-535/special_tokens_map.json +7 -0
  30. run-2/checkpoint-535/tokenizer.json +0 -0
  31. run-2/checkpoint-535/tokenizer_config.json +55 -0
  32. run-2/checkpoint-535/trainer_state.json +42 -0
  33. run-2/checkpoint-535/training_args.bin +3 -0
  34. run-2/checkpoint-535/vocab.txt +0 -0
  35. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cad4583dcbf978546db52fecbb056a9d698b4deb8662abc636b87ff5added84f
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c44f40241882d43d1192bd8ecbe6a18fcffc320508cf66af7ba9fc0765b7ddf
3
  size 267832560
run-1/checkpoint-1070/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.40.2",
24
+ "vocab_size": 30522
25
+ }
run-1/checkpoint-1070/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3745ca2a80b100e52e38ea5fa6c224f1d099ba9e77ad1e937861fe7f186e240
3
+ size 267832560
run-1/checkpoint-1070/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a30c06f74a44a4741956f502c8908b5e26516e0fb633ab9d9fa77e881d05c68
3
+ size 535727290
run-1/checkpoint-1070/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49b5ef5c438b4db8ebe320dac0809fbec3ec5ffe4f96e2e9aaf77857c964dd3a
3
+ size 14308
run-1/checkpoint-1070/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea82022e81eb463658e53c9f5098cc999c0e4d90a27961a1ef6e96d8439a87e5
3
+ size 1064
run-1/checkpoint-1070/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-1/checkpoint-1070/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-1070/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-1/checkpoint-1070/trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.40967417350821667,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/checkpoint-1070",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1070,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.9345794392523364,
13
+ "grad_norm": 5.798934459686279,
14
+ "learning_rate": 3.564815491501093e-06,
15
+ "loss": 0.5631,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.538830041885376,
21
+ "eval_matthews_correlation": 0.3489786582473965,
22
+ "eval_runtime": 0.3409,
23
+ "eval_samples_per_second": 3059.333,
24
+ "eval_steps_per_second": 193.592,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 13.630791664123535,
30
+ "learning_rate": 1.951776807563947e-06,
31
+ "loss": 0.4611,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5263909697532654,
37
+ "eval_matthews_correlation": 0.40967417350821667,
38
+ "eval_runtime": 0.3618,
39
+ "eval_samples_per_second": 2882.412,
40
+ "eval_steps_per_second": 182.396,
41
+ "step": 1070
42
+ }
43
+ ],
44
+ "logging_steps": 500,
45
+ "max_steps": 1605,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 3,
48
+ "save_steps": 500,
49
+ "total_flos": 85638879604164.0,
50
+ "train_batch_size": 16,
51
+ "trial_name": null,
52
+ "trial_params": {
53
+ "learning_rate": 5.177854175438239e-06,
54
+ "num_train_epochs": 3,
55
+ "per_device_train_batch_size": 16,
56
+ "seed": 31
57
+ }
58
+ }
run-1/checkpoint-1070/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5155507cc98e6df29dd40f5fa078d008e31c544fff295a3e805a18ff4a90e8f9
3
+ size 5048
run-1/checkpoint-1070/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-1605/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.40.2",
24
+ "vocab_size": 30522
25
+ }
run-1/checkpoint-1605/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce698d95539a74d39ab311b21f82790af177933d50d32c1062d97948ba374c4
3
+ size 267832560
run-1/checkpoint-1605/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec940aa195499d62dcf6618d985b77f2279e497bfa0843b2e85a8496ecbfeba3
3
+ size 535727290
run-1/checkpoint-1605/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11235df7c70aa1d7d3150bff7c9d86b7968e52f9d4cf9eabab51ff0814302eb2
3
+ size 14308
run-1/checkpoint-1605/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ac48197747b5ee3a7090238304ad3e01871123f7aa096682a3919ea575564fc
3
+ size 1064
run-1/checkpoint-1605/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-1/checkpoint-1605/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-1605/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-1/checkpoint-1605/trainer_state.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4557726198308099,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/checkpoint-1605",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1605,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.9345794392523364,
13
+ "grad_norm": 5.798934459686279,
14
+ "learning_rate": 3.564815491501093e-06,
15
+ "loss": 0.5631,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.538830041885376,
21
+ "eval_matthews_correlation": 0.3489786582473965,
22
+ "eval_runtime": 0.3409,
23
+ "eval_samples_per_second": 3059.333,
24
+ "eval_steps_per_second": 193.592,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 13.630791664123535,
30
+ "learning_rate": 1.951776807563947e-06,
31
+ "loss": 0.4611,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5263909697532654,
37
+ "eval_matthews_correlation": 0.40967417350821667,
38
+ "eval_runtime": 0.3618,
39
+ "eval_samples_per_second": 2882.412,
40
+ "eval_steps_per_second": 182.396,
41
+ "step": 1070
42
+ },
43
+ {
44
+ "epoch": 2.803738317757009,
45
+ "grad_norm": 11.390581130981445,
46
+ "learning_rate": 3.3873812362680067e-07,
47
+ "loss": 0.4175,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_loss": 0.5153056979179382,
53
+ "eval_matthews_correlation": 0.4557726198308099,
54
+ "eval_runtime": 0.3914,
55
+ "eval_samples_per_second": 2664.719,
56
+ "eval_steps_per_second": 168.621,
57
+ "step": 1605
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 1605,
62
+ "num_input_tokens_seen": 0,
63
+ "num_train_epochs": 3,
64
+ "save_steps": 500,
65
+ "total_flos": 128366859981588.0,
66
+ "train_batch_size": 16,
67
+ "trial_name": null,
68
+ "trial_params": {
69
+ "learning_rate": 5.177854175438239e-06,
70
+ "num_train_epochs": 3,
71
+ "per_device_train_batch_size": 16,
72
+ "seed": 31
73
+ }
74
+ }
run-1/checkpoint-1605/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5155507cc98e6df29dd40f5fa078d008e31c544fff295a3e805a18ff4a90e8f9
3
+ size 5048
run-1/checkpoint-1605/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-535/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.40.2",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-535/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c44f40241882d43d1192bd8ecbe6a18fcffc320508cf66af7ba9fc0765b7ddf
3
+ size 267832560
run-2/checkpoint-535/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0722a6fa0e56cf659942787fe659d829eea3f2d2eaf1ecdcff7980b3b3ea30e
3
+ size 535727290
run-2/checkpoint-535/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66633a6156e28c79cf2eaa414ad488def128a31d52eeaeb6e44fc7e802e3930
3
+ size 14244
run-2/checkpoint-535/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3dbd50d4265fb84a3d1639f220cc1fd9bfd2e6b18c825d849d323e30ef53358
3
+ size 1064
run-2/checkpoint-535/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-2/checkpoint-535/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-535/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-2/checkpoint-535/trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4068953869702192,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-535",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 535,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.9345794392523364,
13
+ "grad_norm": 5.135624885559082,
14
+ "learning_rate": 3.571015099578109e-06,
15
+ "loss": 0.5612,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.5108451843261719,
21
+ "eval_matthews_correlation": 0.4068953869702192,
22
+ "eval_runtime": 0.3429,
23
+ "eval_samples_per_second": 3041.66,
24
+ "eval_steps_per_second": 192.473,
25
+ "step": 535
26
+ }
27
+ ],
28
+ "logging_steps": 500,
29
+ "max_steps": 2675,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 5,
32
+ "save_steps": 500,
33
+ "total_flos": 43068462988032.0,
34
+ "train_batch_size": 16,
35
+ "trial_name": null,
36
+ "trial_params": {
37
+ "learning_rate": 4.391938110975375e-06,
38
+ "num_train_epochs": 5,
39
+ "per_device_train_batch_size": 16,
40
+ "seed": 23
41
+ }
42
+ }
run-2/checkpoint-535/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c0c99d5135598e41d9cfcd5d809cb4ad2ec062b4f8de30cf2751cb06fa39f8
3
+ size 5048
run-2/checkpoint-535/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5155507cc98e6df29dd40f5fa078d008e31c544fff295a3e805a18ff4a90e8f9
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c0c99d5135598e41d9cfcd5d809cb4ad2ec062b4f8de30cf2751cb06fa39f8
3
  size 5048