anamelchor commited on
Commit
f4590f7
·
verified ·
1 Parent(s): 7857757

Training in progress, epoch 1

Browse files
Files changed (47) hide show
  1. model.safetensors +1 -1
  2. run-3/checkpoint-428/config.json +25 -0
  3. run-3/checkpoint-428/model.safetensors +3 -0
  4. run-3/checkpoint-428/optimizer.pt +3 -0
  5. run-3/checkpoint-428/rng_state.pth +3 -0
  6. run-3/checkpoint-428/scheduler.pt +3 -0
  7. run-3/checkpoint-428/special_tokens_map.json +7 -0
  8. run-3/checkpoint-428/tokenizer.json +0 -0
  9. run-3/checkpoint-428/tokenizer_config.json +55 -0
  10. run-3/checkpoint-428/trainer_state.json +44 -0
  11. run-3/checkpoint-428/training_args.bin +3 -0
  12. run-3/checkpoint-428/vocab.txt +0 -0
  13. run-3/checkpoint-642/config.json +25 -0
  14. run-3/checkpoint-642/model.safetensors +3 -0
  15. run-3/checkpoint-642/optimizer.pt +3 -0
  16. run-3/checkpoint-642/rng_state.pth +3 -0
  17. run-3/checkpoint-642/scheduler.pt +3 -0
  18. run-3/checkpoint-642/special_tokens_map.json +7 -0
  19. run-3/checkpoint-642/tokenizer.json +0 -0
  20. run-3/checkpoint-642/tokenizer_config.json +55 -0
  21. run-3/checkpoint-642/trainer_state.json +60 -0
  22. run-3/checkpoint-642/training_args.bin +3 -0
  23. run-3/checkpoint-642/vocab.txt +0 -0
  24. run-3/checkpoint-856/config.json +25 -0
  25. run-3/checkpoint-856/model.safetensors +3 -0
  26. run-3/checkpoint-856/optimizer.pt +3 -0
  27. run-3/checkpoint-856/rng_state.pth +3 -0
  28. run-3/checkpoint-856/scheduler.pt +3 -0
  29. run-3/checkpoint-856/special_tokens_map.json +7 -0
  30. run-3/checkpoint-856/tokenizer.json +0 -0
  31. run-3/checkpoint-856/tokenizer_config.json +55 -0
  32. run-3/checkpoint-856/trainer_state.json +69 -0
  33. run-3/checkpoint-856/training_args.bin +3 -0
  34. run-3/checkpoint-856/vocab.txt +0 -0
  35. run-4/checkpoint-107/config.json +25 -0
  36. run-4/checkpoint-107/model.safetensors +3 -0
  37. run-4/checkpoint-107/optimizer.pt +3 -0
  38. run-4/checkpoint-107/rng_state.pth +3 -0
  39. run-4/checkpoint-107/scheduler.pt +3 -0
  40. run-4/checkpoint-107/special_tokens_map.json +7 -0
  41. run-4/checkpoint-107/tokenizer.json +0 -0
  42. run-4/checkpoint-107/tokenizer_config.json +55 -0
  43. run-4/checkpoint-107/trainer_state.json +35 -0
  44. run-4/checkpoint-107/training_args.bin +3 -0
  45. run-4/checkpoint-107/vocab.txt +0 -0
  46. runs/Feb28_18-10-00_5620ed9b2fff/events.out.tfevents.1709144834.5620ed9b2fff.209.6 +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:26970586a6d29d86ae8558c377e96d91e797d7627d02e12f52a440ec3455da9a
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fae675c40a5cac00ddc4760677764bd99ad76fd24aac6f4da31fb41884ee191e
3
  size 267832560
run-3/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-3/checkpoint-428/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a51901e8d0103658280b1d3e9b3db148d5af20b06b563b6bb3ce7021c440128c
3
+ size 267832560
run-3/checkpoint-428/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf07d672ae4f79146a3ea097c24b3f91e60f265fa87ceb9733e573260a543cc5
3
+ size 535727290
run-3/checkpoint-428/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:867e6927868191a86d6db7d56005075d31f36d251a9b673c6fbf57cd16a9a13b
3
+ size 14308
run-3/checkpoint-428/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b175f3d9a7bd3274157db5b05699ae2cf45587bf6b472310b9b60d09097283d5
3
+ size 1064
run-3/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-3/checkpoint-428/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-428/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-214",
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.6183657050132751,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7672,
16
+ "eval_samples_per_second": 1359.472,
17
+ "eval_steps_per_second": 86.026,
18
+ "step": 214
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6104968190193176,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.8397,
25
+ "eval_samples_per_second": 1242.081,
26
+ "eval_steps_per_second": 78.598,
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": 1.4139589618940448e-06,
40
+ "num_train_epochs": 4,
41
+ "per_device_train_batch_size": 4,
42
+ "seed": 29
43
+ }
44
+ }
run-3/checkpoint-428/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99c633136cab74654c7b4a0769dd1ba1b598d9e84725645951026a4c6f90d735
3
+ size 4984
run-3/checkpoint-428/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-642/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d90884a3c4cf8d72f04bd04e1859b16ccac6573a1977dc21bf3338fde6e91356
3
+ size 267832560
run-3/checkpoint-642/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4475417ff0a12a4ab81c53a39bc1a3befe0c943953c8165d37d4278455424b4
3
+ size 535727290
run-3/checkpoint-642/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:079e25fe98e876c438386c26fa1f3a80835a1958dcfdd62ee56654fb584489ea
3
+ size 14308
run-3/checkpoint-642/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2094e9461b54d331649950aacd3d8f55cb4265cf48d50d62a029b0a95ed860b8
3
+ size 1064
run-3/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-3/checkpoint-642/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-642/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-214",
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.6183657050132751,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7672,
16
+ "eval_samples_per_second": 1359.472,
17
+ "eval_steps_per_second": 86.026,
18
+ "step": 214
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6104968190193176,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.8397,
25
+ "eval_samples_per_second": 1242.081,
26
+ "eval_steps_per_second": 78.598,
27
+ "step": 428
28
+ },
29
+ {
30
+ "epoch": 2.34,
31
+ "grad_norm": 2.444178819656372,
32
+ "learning_rate": 5.880483533110747e-07,
33
+ "loss": 0.6204,
34
+ "step": 500
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.6093741059303284,
39
+ "eval_matthews_correlation": 0.0,
40
+ "eval_runtime": 0.8054,
41
+ "eval_samples_per_second": 1295.084,
42
+ "eval_steps_per_second": 81.952,
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": 8286715452252.0,
52
+ "train_batch_size": 4,
53
+ "trial_name": null,
54
+ "trial_params": {
55
+ "learning_rate": 1.4139589618940448e-06,
56
+ "num_train_epochs": 4,
57
+ "per_device_train_batch_size": 4,
58
+ "seed": 29
59
+ }
60
+ }
run-3/checkpoint-642/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99c633136cab74654c7b4a0769dd1ba1b598d9e84725645951026a4c6f90d735
3
+ size 4984
run-3/checkpoint-642/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-856/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83b6449d38360decf369e6f0d6442086bb9ae47ffb427fdc44349038bee58eb8
3
+ size 267832560
run-3/checkpoint-856/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1b34d3ac9d1c1c0ce8096ac0b0bf68154f41e7560a28a158cb3a50f6e85f5fc
3
+ size 535727290
run-3/checkpoint-856/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00ddd368e6d087cbf772fbc3fd4388b055dfe4a5b2e346a5bd364553068c4f6f
3
+ size 14308
run-3/checkpoint-856/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57211f0e717d49fb519c127c6bb6d32583605137a8bf49a5571bd6fbe94a2c2a
3
+ size 1064
run-3/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-3/checkpoint-856/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-856/trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-214",
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.6183657050132751,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7672,
16
+ "eval_samples_per_second": 1359.472,
17
+ "eval_steps_per_second": 86.026,
18
+ "step": 214
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6104968190193176,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.8397,
25
+ "eval_samples_per_second": 1242.081,
26
+ "eval_steps_per_second": 78.598,
27
+ "step": 428
28
+ },
29
+ {
30
+ "epoch": 2.34,
31
+ "grad_norm": 2.444178819656372,
32
+ "learning_rate": 5.880483533110747e-07,
33
+ "loss": 0.6204,
34
+ "step": 500
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.6093741059303284,
39
+ "eval_matthews_correlation": 0.0,
40
+ "eval_runtime": 0.8054,
41
+ "eval_samples_per_second": 1295.084,
42
+ "eval_steps_per_second": 81.952,
43
+ "step": 642
44
+ },
45
+ {
46
+ "epoch": 4.0,
47
+ "eval_loss": 0.6088370680809021,
48
+ "eval_matthews_correlation": 0.0,
49
+ "eval_runtime": 0.7913,
50
+ "eval_samples_per_second": 1318.045,
51
+ "eval_steps_per_second": 83.405,
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": 8286715452252.0,
61
+ "train_batch_size": 4,
62
+ "trial_name": null,
63
+ "trial_params": {
64
+ "learning_rate": 1.4139589618940448e-06,
65
+ "num_train_epochs": 4,
66
+ "per_device_train_batch_size": 4,
67
+ "seed": 29
68
+ }
69
+ }
run-3/checkpoint-856/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99c633136cab74654c7b4a0769dd1ba1b598d9e84725645951026a4c6f90d735
3
+ size 4984
run-3/checkpoint-856/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-107/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-4/checkpoint-107/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fae675c40a5cac00ddc4760677764bd99ad76fd24aac6f4da31fb41884ee191e
3
+ size 267832560
run-4/checkpoint-107/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a54957387f79253d4dfa8f385871d49b94658452c4a6b0849c34862aa158561
3
+ size 535727290
run-4/checkpoint-107/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae60ce2da9ba95e755793c0257c4f16dc182d10c2ea798817ac92d796dbfa806
3
+ size 14308
run-4/checkpoint-107/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0673b69e7d12b4c4c78cdc1b199368c87424cb82d5ccb7066a397fc43298a80e
3
+ size 1064
run-4/checkpoint-107/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-107/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-107/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-4/checkpoint-107/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/checkpoint-107",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 107,
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.6123555898666382,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7432,
16
+ "eval_samples_per_second": 1403.447,
17
+ "eval_steps_per_second": 88.809,
18
+ "step": 107
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 321,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 8,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 4.864430284058309e-06,
31
+ "num_train_epochs": 3,
32
+ "per_device_train_batch_size": 8,
33
+ "seed": 31
34
+ }
35
+ }
run-4/checkpoint-107/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687d5d656d1a50b89cb9d2231873778970502a86c825ae843755e204272cbc58
3
+ size 4984
run-4/checkpoint-107/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Feb28_18-10-00_5620ed9b2fff/events.out.tfevents.1709144834.5620ed9b2fff.209.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abdc93d498499f1aced266c0c0bd48e49da1afe28cc8bc2aafd4baddaa94b78c
3
+ size 5894
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99c633136cab74654c7b4a0769dd1ba1b598d9e84725645951026a4c6f90d735
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687d5d656d1a50b89cb9d2231873778970502a86c825ae843755e204272cbc58
3
  size 4984