anamelchor commited on
Commit
1640351
·
verified ·
1 Parent(s): d23e3b5

Training in progress, epoch 1

Browse files
Files changed (42) hide show
  1. model.safetensors +1 -1
  2. run-2/checkpoint-28/config.json +25 -0
  3. run-2/checkpoint-28/model.safetensors +3 -0
  4. run-2/checkpoint-28/optimizer.pt +3 -0
  5. run-2/checkpoint-28/rng_state.pth +3 -0
  6. run-2/checkpoint-28/scheduler.pt +3 -0
  7. run-2/checkpoint-28/special_tokens_map.json +7 -0
  8. run-2/checkpoint-28/tokenizer.json +0 -0
  9. run-2/checkpoint-28/tokenizer_config.json +55 -0
  10. run-2/checkpoint-28/trainer_state.json +44 -0
  11. run-2/checkpoint-28/training_args.bin +3 -0
  12. run-2/checkpoint-28/vocab.txt +0 -0
  13. run-2/checkpoint-42/config.json +25 -0
  14. run-2/checkpoint-42/model.safetensors +3 -0
  15. run-2/checkpoint-42/optimizer.pt +3 -0
  16. run-2/checkpoint-42/rng_state.pth +3 -0
  17. run-2/checkpoint-42/scheduler.pt +3 -0
  18. run-2/checkpoint-42/special_tokens_map.json +7 -0
  19. run-2/checkpoint-42/tokenizer.json +0 -0
  20. run-2/checkpoint-42/tokenizer_config.json +55 -0
  21. run-2/checkpoint-42/trainer_state.json +53 -0
  22. run-2/checkpoint-42/training_args.bin +3 -0
  23. run-2/checkpoint-42/vocab.txt +0 -0
  24. run-2/checkpoint-56/config.json +25 -0
  25. run-2/checkpoint-56/model.safetensors +3 -0
  26. run-2/checkpoint-56/optimizer.pt +3 -0
  27. run-2/checkpoint-56/rng_state.pth +3 -0
  28. run-2/checkpoint-56/scheduler.pt +3 -0
  29. run-2/checkpoint-56/special_tokens_map.json +7 -0
  30. run-2/checkpoint-56/tokenizer.json +0 -0
  31. run-2/checkpoint-56/tokenizer_config.json +55 -0
  32. run-2/checkpoint-56/trainer_state.json +62 -0
  33. run-2/checkpoint-56/training_args.bin +3 -0
  34. run-2/checkpoint-56/vocab.txt +0 -0
  35. run-3/checkpoint-54/model.safetensors +1 -1
  36. run-3/checkpoint-54/optimizer.pt +1 -1
  37. run-3/checkpoint-54/rng_state.pth +1 -1
  38. run-3/checkpoint-54/scheduler.pt +1 -1
  39. run-3/checkpoint-54/trainer_state.json +9 -9
  40. run-3/checkpoint-54/training_args.bin +1 -1
  41. runs/Feb28_19-52-39_5620ed9b2fff/events.out.tfevents.1709151080.5620ed9b2fff.209.22 +3 -0
  42. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a02434c65736d0a8fcec4a8cb7e73842f4f322531971a14d1bd7374a916d5716
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aca276b3a4b8c7e7cef998620d0f17620ec3d47601c1f8af36947609f269c625
3
  size 267832560
run-2/checkpoint-28/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-2/checkpoint-28/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ef86be4b5b724d481c59930823cfdbed5a969f442d5b9d1e2b2296110c5ea35
3
+ size 267832560
run-2/checkpoint-28/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bfba6f33bad60f824c0de9d5a7528aaf2e41cb4b70f6e13637aff215c07cf02
3
+ size 535727290
run-2/checkpoint-28/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1482ff7d867e95230bcf08276f0feafcfcd22bd2d57489974af2ee40af69273d
3
+ size 14244
run-2/checkpoint-28/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2291ed785eae639dfbb8366b7a4a295b6713b746f4041579d4d817a2f6aafdae
3
+ size 1064
run-2/checkpoint-28/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-28/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-28/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-28/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-14",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 28,
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.6130949854850769,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.8143,
16
+ "eval_samples_per_second": 1280.789,
17
+ "eval_steps_per_second": 81.047,
18
+ "step": 14
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5834124088287354,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.7766,
25
+ "eval_samples_per_second": 1343.102,
26
+ "eval_steps_per_second": 84.99,
27
+ "step": 28
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 56,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 4,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 64,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 4.734214749417639e-05,
40
+ "num_train_epochs": 4,
41
+ "per_device_train_batch_size": 64,
42
+ "seed": 19
43
+ }
44
+ }
run-2/checkpoint-28/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29cb90bd1c8e46e5757d6712e23ef509a5498348487b496f7195b93b5b09254f
3
+ size 4984
run-2/checkpoint-28/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-42/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-2/checkpoint-42/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6bb49e37d3645160e304dd9ed40efc26383947acc9a8a00b3677328594be8a
3
+ size 267832560
run-2/checkpoint-42/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2124724d256f9d19ec99b7c99f98babe70abcd4db9061f4b576fc5e5dcfd8545
3
+ size 535727290
run-2/checkpoint-42/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5abc52a4130c42e33a96c83eaee571adb8101f155c351a3716656999d5d3c06a
3
+ size 14244
run-2/checkpoint-42/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f69e76f576214ab76eba53dfba3602b3b6710c9f34df7c742742ce1bf5476535
3
+ size 1064
run-2/checkpoint-42/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-42/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-42/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-42/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.1077683109552469,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-42",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 42,
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.6130949854850769,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.8143,
16
+ "eval_samples_per_second": 1280.789,
17
+ "eval_steps_per_second": 81.047,
18
+ "step": 14
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5834124088287354,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.7766,
25
+ "eval_samples_per_second": 1343.102,
26
+ "eval_steps_per_second": 84.99,
27
+ "step": 28
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.5700901746749878,
32
+ "eval_matthews_correlation": 0.1077683109552469,
33
+ "eval_runtime": 0.757,
34
+ "eval_samples_per_second": 1377.871,
35
+ "eval_steps_per_second": 87.19,
36
+ "step": 42
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 56,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 4,
43
+ "save_steps": 500,
44
+ "total_flos": 0,
45
+ "train_batch_size": 64,
46
+ "trial_name": null,
47
+ "trial_params": {
48
+ "learning_rate": 4.734214749417639e-05,
49
+ "num_train_epochs": 4,
50
+ "per_device_train_batch_size": 64,
51
+ "seed": 19
52
+ }
53
+ }
run-2/checkpoint-42/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29cb90bd1c8e46e5757d6712e23ef509a5498348487b496f7195b93b5b09254f
3
+ size 4984
run-2/checkpoint-42/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-56/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-2/checkpoint-56/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:300dfd172836da805b4b4419e24287ae095aac3e0ce6d2b55ed586ac2a9c9567
3
+ size 267832560
run-2/checkpoint-56/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a6a07fc94af83e7d70cffdb6890ad00f414d262031b71540b897f9e7ea952d
3
+ size 535727290
run-2/checkpoint-56/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9373b63c15530f5ce87b21b804bf3fe2f3a8ce3aa9e4e84dc90de015499222cd
3
+ size 14244
run-2/checkpoint-56/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5515a2243b266a87393cb8d7e211d1a288de2412729cf8017416db2098a2010f
3
+ size 1064
run-2/checkpoint-56/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-56/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-56/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-56/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2047253529986547,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-56",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 56,
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.6130949854850769,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.8143,
16
+ "eval_samples_per_second": 1280.789,
17
+ "eval_steps_per_second": 81.047,
18
+ "step": 14
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5834124088287354,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.7766,
25
+ "eval_samples_per_second": 1343.102,
26
+ "eval_steps_per_second": 84.99,
27
+ "step": 28
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.5700901746749878,
32
+ "eval_matthews_correlation": 0.1077683109552469,
33
+ "eval_runtime": 0.757,
34
+ "eval_samples_per_second": 1377.871,
35
+ "eval_steps_per_second": 87.19,
36
+ "step": 42
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_loss": 0.5696095824241638,
41
+ "eval_matthews_correlation": 0.2047253529986547,
42
+ "eval_runtime": 0.7553,
43
+ "eval_samples_per_second": 1380.933,
44
+ "eval_steps_per_second": 87.384,
45
+ "step": 56
46
+ }
47
+ ],
48
+ "logging_steps": 500,
49
+ "max_steps": 56,
50
+ "num_input_tokens_seen": 0,
51
+ "num_train_epochs": 4,
52
+ "save_steps": 500,
53
+ "total_flos": 0,
54
+ "train_batch_size": 64,
55
+ "trial_name": null,
56
+ "trial_params": {
57
+ "learning_rate": 4.734214749417639e-05,
58
+ "num_train_epochs": 4,
59
+ "per_device_train_batch_size": 64,
60
+ "seed": 19
61
+ }
62
+ }
run-2/checkpoint-56/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29cb90bd1c8e46e5757d6712e23ef509a5498348487b496f7195b93b5b09254f
3
+ size 4984
run-2/checkpoint-56/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-54/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53b33baef0bea3902415cbe62ff3428010bfd76b7efaf578366db2e39d4c63fe
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aca276b3a4b8c7e7cef998620d0f17620ec3d47601c1f8af36947609f269c625
3
  size 267832560
run-3/checkpoint-54/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ba4ee5be72cb4143caa2897f77410566fac806e168f6570dc7c4d66e9714a49
3
  size 535727290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6401775af83abf126a160d2cfc9e0e2303a11944ad92d959d8004d1fa618c33d
3
  size 535727290
run-3/checkpoint-54/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:369d7b80e9e7cb856d382ef6a50ec190c9ca9a8950f95fb694f8f1fdbb7c9fee
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:156dca70f156dd4e17a1e78e5ba6c0e3ab4d562ab9db28a63fdbcdc968ddbcf4
3
  size 14244
run-3/checkpoint-54/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a4d5fbaa446412f6bcebdfe4c617fc227241fb97546e88f3710b5383a973030
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09742c40c0b0fc632f552b168c574d3599cb4037e9a7ec27c91a0871f9cd5d45
3
  size 1064
run-3/checkpoint-54/trainer_state.json CHANGED
@@ -10,26 +10,26 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6117144227027893,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.7419,
16
- "eval_samples_per_second": 1405.842,
17
- "eval_steps_per_second": 88.96,
18
  "step": 54
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 108,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 2,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 16,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 5.958113215910997e-06,
31
- "num_train_epochs": 2,
32
  "per_device_train_batch_size": 16,
33
- "seed": 27
34
  }
35
  }
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.5995345115661621,
14
  "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.783,
16
+ "eval_samples_per_second": 1331.991,
17
+ "eval_steps_per_second": 84.287,
18
  "step": 54
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 54,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 16,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 4.7309844765404436e-05,
31
+ "num_train_epochs": 1,
32
  "per_device_train_batch_size": 16,
33
+ "seed": 34
34
  }
35
  }
run-3/checkpoint-54/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3eea09312c033855fe12d8be695636b10f5eef7899140e17c043550da69ed873
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d804e24fd3fc8f787c7ef6343fa1d0a212d37f7b1d74ed48cff69d4655e8f4d
3
  size 4984
runs/Feb28_19-52-39_5620ed9b2fff/events.out.tfevents.1709151080.5620ed9b2fff.209.22 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12310dbe68123a3b4be1c11605d7aac756c468d2fe6975721b6426b04d3dcf80
3
+ size 5220
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29cb90bd1c8e46e5757d6712e23ef509a5498348487b496f7195b93b5b09254f
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d804e24fd3fc8f787c7ef6343fa1d0a212d37f7b1d74ed48cff69d4655e8f4d
3
  size 4984