Zeid-Hazboun commited on
Commit
559cb1f
1 Parent(s): 7d53597

Training in progress, epoch 1

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-4/checkpoint-28/config.json +25 -0
  3. run-4/checkpoint-28/model.safetensors +3 -0
  4. run-4/checkpoint-28/optimizer.pt +3 -0
  5. run-4/checkpoint-28/rng_state.pth +3 -0
  6. run-4/checkpoint-28/scheduler.pt +3 -0
  7. run-4/checkpoint-28/special_tokens_map.json +7 -0
  8. run-4/checkpoint-28/tokenizer.json +0 -0
  9. run-4/checkpoint-28/tokenizer_config.json +55 -0
  10. run-4/checkpoint-28/trainer_state.json +44 -0
  11. run-4/checkpoint-28/training_args.bin +3 -0
  12. run-4/checkpoint-28/vocab.txt +0 -0
  13. run-4/checkpoint-42/config.json +25 -0
  14. run-4/checkpoint-42/model.safetensors +3 -0
  15. run-4/checkpoint-42/optimizer.pt +3 -0
  16. run-4/checkpoint-42/rng_state.pth +3 -0
  17. run-4/checkpoint-42/scheduler.pt +3 -0
  18. run-4/checkpoint-42/special_tokens_map.json +7 -0
  19. run-4/checkpoint-42/tokenizer.json +0 -0
  20. run-4/checkpoint-42/tokenizer_config.json +55 -0
  21. run-4/checkpoint-42/trainer_state.json +53 -0
  22. run-4/checkpoint-42/training_args.bin +3 -0
  23. run-4/checkpoint-42/vocab.txt +0 -0
  24. run-4/checkpoint-56/config.json +25 -0
  25. run-4/checkpoint-56/model.safetensors +3 -0
  26. run-4/checkpoint-56/optimizer.pt +3 -0
  27. run-4/checkpoint-56/rng_state.pth +3 -0
  28. run-4/checkpoint-56/scheduler.pt +3 -0
  29. run-4/checkpoint-56/special_tokens_map.json +7 -0
  30. run-4/checkpoint-56/tokenizer.json +0 -0
  31. run-4/checkpoint-56/tokenizer_config.json +55 -0
  32. run-4/checkpoint-56/trainer_state.json +62 -0
  33. run-4/checkpoint-56/training_args.bin +3 -0
  34. run-4/checkpoint-56/vocab.txt +0 -0
  35. runs/Feb27_13-00-12_87e3b7a5c20d/events.out.tfevents.1709039760.87e3b7a5c20d.10887.7 +3 -0
  36. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47c17417d672bd20caf8ed0e96486192dfd2053ee1fbde3c4c0ac0aefaf32be0
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2dc504a4b8aabed0a2217abdba01d9f5714613ea86900135140841f0a042db9
3
  size 267832560
run-4/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-4/checkpoint-28/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e05390fb11dbd71524d32e4d8c81959d99b8ff45e1d9a3f38342a9f1aee95c
3
+ size 267832560
run-4/checkpoint-28/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe20af94a10a135c2fd4e52f77cf48dc77554e5c134e3d2073a948bd4cc783a
3
+ size 535727290
run-4/checkpoint-28/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e912e7ecef29078a6c48456d4f7e532d6b36e345f1cb41383933e6de884412c5
3
+ size 14244
run-4/checkpoint-28/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e86da2637391d7b919c3e5a9c59e50e46628de26c9f37056fcc9a825b752e1
3
+ size 1064
run-4/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-4/checkpoint-28/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/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-4/checkpoint-28",
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.6642347574234009,
14
+ "eval_matthews_correlation": -0.02929206145132745,
15
+ "eval_runtime": 0.7449,
16
+ "eval_samples_per_second": 1400.248,
17
+ "eval_steps_per_second": 88.606,
18
+ "step": 14
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6394474506378174,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.8136,
25
+ "eval_samples_per_second": 1281.968,
26
+ "eval_steps_per_second": 81.122,
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": 3.972386455212293e-06,
40
+ "num_train_epochs": 4,
41
+ "per_device_train_batch_size": 64,
42
+ "seed": 30
43
+ }
44
+ }
run-4/checkpoint-28/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52a85e5fede16923648ee8411e447df94a81e0233ecd072a487e540b641f6ae
3
+ size 4984
run-4/checkpoint-28/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-42/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66fabfa48cf31ceb73a7387cd6e6bc32529d7248952373ddbce9270a7b8f9b77
3
+ size 267832560
run-4/checkpoint-42/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdd2c4f433dfa8af6168a5b35c3e67171f49a3fc4f459d51fb570c5ff9c0bce2
3
+ size 535727290
run-4/checkpoint-42/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe09c6753fc1c749b648fb10309be621bc674a72204b8def36fb1c936c0810ae
3
+ size 14244
run-4/checkpoint-42/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff52927e50a5a27401e5752ac014203e8d2d9caec3a4159ecfad2dd7288435bb
3
+ size 1064
run-4/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-4/checkpoint-42/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-42/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/checkpoint-28",
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.6642347574234009,
14
+ "eval_matthews_correlation": -0.02929206145132745,
15
+ "eval_runtime": 0.7449,
16
+ "eval_samples_per_second": 1400.248,
17
+ "eval_steps_per_second": 88.606,
18
+ "step": 14
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6394474506378174,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.8136,
25
+ "eval_samples_per_second": 1281.968,
26
+ "eval_steps_per_second": 81.122,
27
+ "step": 28
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.6284896731376648,
32
+ "eval_matthews_correlation": 0.0,
33
+ "eval_runtime": 0.8497,
34
+ "eval_samples_per_second": 1227.448,
35
+ "eval_steps_per_second": 77.672,
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": 3.972386455212293e-06,
49
+ "num_train_epochs": 4,
50
+ "per_device_train_batch_size": 64,
51
+ "seed": 30
52
+ }
53
+ }
run-4/checkpoint-42/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52a85e5fede16923648ee8411e447df94a81e0233ecd072a487e540b641f6ae
3
+ size 4984
run-4/checkpoint-42/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-56/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:877b9a4ced6b1da6bdfe179ac84daf285541ceeecd3a262d81b827c936f6406f
3
+ size 267832560
run-4/checkpoint-56/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ac44820e5206ddfbd00c16fd623e147af9caf182fc74dd8fe4474ba0c846e7
3
+ size 535727290
run-4/checkpoint-56/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ed9ae1f8ecaff0f5baf02ae6b3028950f6d0d82bd1b00c374816e9b7b1f6b8b
3
+ size 14244
run-4/checkpoint-56/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5226bd258c77ca31150cbc13539e211f4f51be94781c0e310ae2d1f10019d18
3
+ size 1064
run-4/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-4/checkpoint-56/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-56/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/checkpoint-28",
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.6642347574234009,
14
+ "eval_matthews_correlation": -0.02929206145132745,
15
+ "eval_runtime": 0.7449,
16
+ "eval_samples_per_second": 1400.248,
17
+ "eval_steps_per_second": 88.606,
18
+ "step": 14
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6394474506378174,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.8136,
25
+ "eval_samples_per_second": 1281.968,
26
+ "eval_steps_per_second": 81.122,
27
+ "step": 28
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.6284896731376648,
32
+ "eval_matthews_correlation": 0.0,
33
+ "eval_runtime": 0.8497,
34
+ "eval_samples_per_second": 1227.448,
35
+ "eval_steps_per_second": 77.672,
36
+ "step": 42
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_loss": 0.625380277633667,
41
+ "eval_matthews_correlation": 0.0,
42
+ "eval_runtime": 0.8483,
43
+ "eval_samples_per_second": 1229.572,
44
+ "eval_steps_per_second": 77.806,
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": 3.972386455212293e-06,
58
+ "num_train_epochs": 4,
59
+ "per_device_train_batch_size": 64,
60
+ "seed": 30
61
+ }
62
+ }
run-4/checkpoint-56/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52a85e5fede16923648ee8411e447df94a81e0233ecd072a487e540b641f6ae
3
+ size 4984
run-4/checkpoint-56/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Feb27_13-00-12_87e3b7a5c20d/events.out.tfevents.1709039760.87e3b7a5c20d.10887.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dce64e8c714cabbdaf4d464049dac47c229fe346709b7eb9336810793853515
3
+ size 5859
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a52a85e5fede16923648ee8411e447df94a81e0233ecd072a487e540b641f6ae
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8486417c5d1f918e41cbd6e1e94759219245b1d65af9add0edeecf915dbf090
3
  size 4984