azliza794 commited on
Commit
6ea7748
·
verified ·
1 Parent(s): 1ff56cb

Training in progress, epoch 1

Browse files
Files changed (37) hide show
  1. model.safetensors +1 -1
  2. run-4/checkpoint-268/config.json +25 -0
  3. run-4/checkpoint-268/model.safetensors +3 -0
  4. run-4/checkpoint-268/optimizer.pt +3 -0
  5. run-4/checkpoint-268/rng_state.pth +3 -0
  6. run-4/checkpoint-268/scheduler.pt +3 -0
  7. run-4/checkpoint-268/special_tokens_map.json +7 -0
  8. run-4/checkpoint-268/tokenizer.json +0 -0
  9. run-4/checkpoint-268/tokenizer_config.json +55 -0
  10. run-4/checkpoint-268/trainer_state.json +56 -0
  11. run-4/checkpoint-268/training_args.bin +3 -0
  12. run-4/checkpoint-268/vocab.txt +0 -0
  13. run-5/checkpoint-2138/config.json +25 -0
  14. run-5/checkpoint-2138/model.safetensors +3 -0
  15. run-5/checkpoint-2138/optimizer.pt +3 -0
  16. run-5/checkpoint-2138/rng_state.pth +3 -0
  17. run-5/checkpoint-2138/scheduler.pt +3 -0
  18. run-5/checkpoint-2138/special_tokens_map.json +7 -0
  19. run-5/checkpoint-2138/tokenizer.json +0 -0
  20. run-5/checkpoint-2138/tokenizer_config.json +55 -0
  21. run-5/checkpoint-2138/trainer_state.json +75 -0
  22. run-5/checkpoint-2138/training_args.bin +3 -0
  23. run-5/checkpoint-2138/vocab.txt +0 -0
  24. run-6/checkpoint-535/config.json +25 -0
  25. run-6/checkpoint-535/model.safetensors +3 -0
  26. run-6/checkpoint-535/optimizer.pt +3 -0
  27. run-6/checkpoint-535/rng_state.pth +3 -0
  28. run-6/checkpoint-535/scheduler.pt +3 -0
  29. run-6/checkpoint-535/special_tokens_map.json +7 -0
  30. run-6/checkpoint-535/tokenizer.json +0 -0
  31. run-6/checkpoint-535/tokenizer_config.json +55 -0
  32. run-6/checkpoint-535/trainer_state.json +54 -0
  33. run-6/checkpoint-535/training_args.bin +3 -0
  34. run-6/checkpoint-535/vocab.txt +0 -0
  35. runs/Oct02_05-18-55_0fd1839bafe2/events.out.tfevents.1727848228.0fd1839bafe2.228.7 +3 -0
  36. runs/Oct02_05-18-55_0fd1839bafe2/events.out.tfevents.1727848503.0fd1839bafe2.228.8 +3 -0
  37. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae39c53a718ec15153ff9de9e12de1c1a38728366fcfc2fe2053496e0185d65d
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0cdd0af875626d3496bb082790ac5c76fd691e06315cb4505cebe6e2ecb65d7
3
  size 267832560
run-4/checkpoint-268/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.45.1",
24
+ "vocab_size": 30522
25
+ }
run-4/checkpoint-268/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c86c9dec598338c147989a2287cf9c19a5cae95da7344474090c44fb1d56c5
3
+ size 267832560
run-4/checkpoint-268/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f854ca6c37cabc72e1030e8c3bf7d138b0d4f8b431dae22d2a3315766b12e9cb
3
+ size 535727290
run-4/checkpoint-268/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d148953e5ad1a5a4daf5a37c8dea21252e409c057ce1966c18c384ef460329ba
3
+ size 14308
run-4/checkpoint-268/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6585b4bff62f936cc1fbc49bce16f07a648d73b6e1c2658e2314e76bd7d8d595
3
+ size 1064
run-4/checkpoint-268/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-4/checkpoint-268/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-268/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": false,
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-4/checkpoint-268/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.3127552183170446,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/checkpoint-268",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 268,
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.5628625750541687,
14
+ "eval_matthews_correlation": 0.11716571434177496,
15
+ "eval_runtime": 0.8082,
16
+ "eval_samples_per_second": 1290.593,
17
+ "eval_steps_per_second": 81.667,
18
+ "step": 134
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5396822094917297,
23
+ "eval_matthews_correlation": 0.3127552183170446,
24
+ "eval_runtime": 0.8908,
25
+ "eval_samples_per_second": 1170.877,
26
+ "eval_steps_per_second": 74.092,
27
+ "step": 268
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 268,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 2,
34
+ "save_steps": 500,
35
+ "stateful_callbacks": {
36
+ "TrainerControl": {
37
+ "args": {
38
+ "should_epoch_stop": false,
39
+ "should_evaluate": false,
40
+ "should_log": false,
41
+ "should_save": true,
42
+ "should_training_stop": true
43
+ },
44
+ "attributes": {}
45
+ }
46
+ },
47
+ "total_flos": 0,
48
+ "train_batch_size": 64,
49
+ "trial_name": null,
50
+ "trial_params": {
51
+ "learning_rate": 7.194902749887924e-06,
52
+ "num_train_epochs": 2,
53
+ "per_device_train_batch_size": 64,
54
+ "seed": 14
55
+ }
56
+ }
run-4/checkpoint-268/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd9e3f31e0f9574ae201c9eb3cabf49072db39202b12b3ce64bcfa20ada79576
3
+ size 5304
run-4/checkpoint-268/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-2138/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.45.1",
24
+ "vocab_size": 30522
25
+ }
run-5/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:890cc291bba9646290199aafa905eb5f862325e108d8e51007359caa6f9c7026
3
+ size 267832560
run-5/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08349dab9f6e22db3bdfcc17177adbd0fa16105c0c7487f0992c8f189a06f9c1
3
+ size 535727290
run-5/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a37affeb8a20a89cfc3df3c7f96a864f89eac4cdbf41b91eb89f20342f1012c
3
+ size 14244
run-5/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d71ffdbd0d3e326efaf2f0d36d8accc0ac0133a7c29691949794299afd5a99b6
3
+ size 1064
run-5/checkpoint-2138/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-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-2138/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": false,
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-2138/trainer_state.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.40263454501607693,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/checkpoint-2138",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2138,
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.23386342376052385,
13
+ "grad_norm": 11.922867774963379,
14
+ "learning_rate": 2.924720824942261e-05,
15
+ "loss": 0.589,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.4677268475210477,
20
+ "grad_norm": 15.403183937072754,
21
+ "learning_rate": 2.7812114615986756e-05,
22
+ "loss": 0.5648,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7015902712815716,
27
+ "grad_norm": 6.354507923126221,
28
+ "learning_rate": 2.637702098255091e-05,
29
+ "loss": 0.5616,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.9354536950420954,
34
+ "grad_norm": 24.32917594909668,
35
+ "learning_rate": 2.4941927349115058e-05,
36
+ "loss": 0.5434,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5910466909408569,
42
+ "eval_matthews_correlation": 0.40263454501607693,
43
+ "eval_runtime": 0.727,
44
+ "eval_samples_per_second": 1434.723,
45
+ "eval_steps_per_second": 90.788,
46
+ "step": 2138
47
+ }
48
+ ],
49
+ "logging_steps": 500,
50
+ "max_steps": 10690,
51
+ "num_input_tokens_seen": 0,
52
+ "num_train_epochs": 5,
53
+ "save_steps": 500,
54
+ "stateful_callbacks": {
55
+ "TrainerControl": {
56
+ "args": {
57
+ "should_epoch_stop": false,
58
+ "should_evaluate": false,
59
+ "should_log": false,
60
+ "should_save": true,
61
+ "should_training_stop": false
62
+ },
63
+ "attributes": {}
64
+ }
65
+ },
66
+ "total_flos": 32518676566944.0,
67
+ "train_batch_size": 4,
68
+ "trial_name": null,
69
+ "trial_params": {
70
+ "learning_rate": 3.0682301882858455e-05,
71
+ "num_train_epochs": 5,
72
+ "per_device_train_batch_size": 4,
73
+ "seed": 4
74
+ }
75
+ }
run-5/checkpoint-2138/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2dca5891c33d2043b455ba3cf7f300e4268ce5830048323b566c7842b9a034a
3
+ size 5304
run-5/checkpoint-2138/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/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.45.1",
24
+ "vocab_size": 30522
25
+ }
run-6/checkpoint-535/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0cdd0af875626d3496bb082790ac5c76fd691e06315cb4505cebe6e2ecb65d7
3
+ size 267832560
run-6/checkpoint-535/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852ca904db666fdeeb4c967c42daecffe4ecd327e9910ac32041732c954865fd
3
+ size 535727290
run-6/checkpoint-535/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46433a1b3ea42e7ded55e35e5123a9265ee86f3db42d7ca0d2f8156c531f08e3
3
+ size 14180
run-6/checkpoint-535/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ea397828fce98e123d69f8da0a15381d196df435838c6d0d74ba58ae281651
3
+ size 1064
run-6/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-6/checkpoint-535/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/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": false,
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-6/checkpoint-535/trainer_state.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.41310412373921845,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-6/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": 4.85833215713501,
14
+ "learning_rate": 3.693802167824332e-05,
15
+ "loss": 0.5213,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.48894789814949036,
21
+ "eval_matthews_correlation": 0.41310412373921845,
22
+ "eval_runtime": 0.7397,
23
+ "eval_samples_per_second": 1410.045,
24
+ "eval_steps_per_second": 89.226,
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
+ "stateful_callbacks": {
34
+ "TrainerControl": {
35
+ "args": {
36
+ "should_epoch_stop": false,
37
+ "should_evaluate": false,
38
+ "should_log": false,
39
+ "should_save": true,
40
+ "should_training_stop": false
41
+ },
42
+ "attributes": {}
43
+ }
44
+ },
45
+ "total_flos": 47648937257184.0,
46
+ "train_batch_size": 16,
47
+ "trial_name": null,
48
+ "trial_params": {
49
+ "learning_rate": 4.542952091462109e-05,
50
+ "num_train_epochs": 5,
51
+ "per_device_train_batch_size": 16,
52
+ "seed": 10
53
+ }
54
+ }
run-6/checkpoint-535/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3725dffbe4e652fc6d238c39cd8917882b7d3f1059d60294bb324af43692dbc
3
+ size 5304
run-6/checkpoint-535/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Oct02_05-18-55_0fd1839bafe2/events.out.tfevents.1727848228.0fd1839bafe2.228.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a12a07a97fe7f4543e31e0f4b5f448090a5c94615d36626a59f79ad29ce02fae
3
+ size 7283
runs/Oct02_05-18-55_0fd1839bafe2/events.out.tfevents.1727848503.0fd1839bafe2.228.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e47dc43881ae8006d966a14db29ad8b27d2e30c97f32225aa7c4f9eb586792a7
3
+ size 7110
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd9e3f31e0f9574ae201c9eb3cabf49072db39202b12b3ce64bcfa20ada79576
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3725dffbe4e652fc6d238c39cd8917882b7d3f1059d60294bb324af43692dbc
3
  size 5304