datht commited on
Commit
63d8a81
·
verified ·
1 Parent(s): 19c1d68

Training in progress, epoch 3

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-1/checkpoint-293/config.json +35 -0
  3. run-1/checkpoint-293/model.safetensors +3 -0
  4. run-1/checkpoint-293/optimizer.pt +3 -0
  5. run-1/checkpoint-293/rng_state.pth +3 -0
  6. run-1/checkpoint-293/scheduler.pt +3 -0
  7. run-1/checkpoint-293/special_tokens_map.json +7 -0
  8. run-1/checkpoint-293/tokenizer.json +0 -0
  9. run-1/checkpoint-293/tokenizer_config.json +55 -0
  10. run-1/checkpoint-293/trainer_state.json +35 -0
  11. run-1/checkpoint-293/training_args.bin +3 -0
  12. run-1/checkpoint-293/vocab.txt +0 -0
  13. run-1/checkpoint-586/config.json +35 -0
  14. run-1/checkpoint-586/model.safetensors +3 -0
  15. run-1/checkpoint-586/optimizer.pt +3 -0
  16. run-1/checkpoint-586/rng_state.pth +3 -0
  17. run-1/checkpoint-586/scheduler.pt +3 -0
  18. run-1/checkpoint-586/special_tokens_map.json +7 -0
  19. run-1/checkpoint-586/tokenizer.json +0 -0
  20. run-1/checkpoint-586/tokenizer_config.json +55 -0
  21. run-1/checkpoint-586/trainer_state.json +51 -0
  22. run-1/checkpoint-586/training_args.bin +3 -0
  23. run-1/checkpoint-586/vocab.txt +0 -0
  24. run-1/checkpoint-879/config.json +35 -0
  25. run-1/checkpoint-879/model.safetensors +3 -0
  26. run-1/checkpoint-879/optimizer.pt +3 -0
  27. run-1/checkpoint-879/rng_state.pth +3 -0
  28. run-1/checkpoint-879/scheduler.pt +3 -0
  29. run-1/checkpoint-879/special_tokens_map.json +7 -0
  30. run-1/checkpoint-879/tokenizer.json +0 -0
  31. run-1/checkpoint-879/tokenizer_config.json +55 -0
  32. run-1/checkpoint-879/trainer_state.json +60 -0
  33. run-1/checkpoint-879/training_args.bin +3 -0
  34. run-1/checkpoint-879/vocab.txt +0 -0
  35. runs/Apr02_02-49-58_ef019a3ab26d/events.out.tfevents.1712026805.ef019a3ab26d.26.3 +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:40ace6b7f68e491503f3f0453773bb707b735093040bcbc0a9ee9ea5f06153ff
3
  size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94b59fc398e3d88713bc831c3d322eb6c6838032e33415b193eac195beaf4cba
3
  size 267835644
run-1/checkpoint-293/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.38.1",
34
+ "vocab_size": 30522
35
+ }
run-1/checkpoint-293/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e089bbc9cd78c347a78cca9b7cad7daff21b23bc49f4c5ab4fb2b9508e40dcc9
3
+ size 267835644
run-1/checkpoint-293/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30c3e2e45d57f41e2a5b2eab0acb03913d34e2bd46c2cd9f22d625b2194c9e0b
3
+ size 535733434
run-1/checkpoint-293/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daaaa89b7b1bab2fa04933ded1a6c818cc3571da63e407309c74707679303d33
3
+ size 14244
run-1/checkpoint-293/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:980b6ab963933f55655dc372963796f58a1f92aafa769f3181edf6522946ac93
3
+ size 1064
run-1/checkpoint-293/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-293/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-293/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-293/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.714041095890411,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-SA/run-1/checkpoint-293",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 293,
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_accuracy": 0.714041095890411,
14
+ "eval_loss": 0.71292644739151,
15
+ "eval_runtime": 3.3595,
16
+ "eval_samples_per_second": 173.834,
17
+ "eval_steps_per_second": 11.013,
18
+ "step": 293
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 879,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 16,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 4.116164785678467e-06,
31
+ "num_train_epochs": 3,
32
+ "per_device_train_batch_size": 16,
33
+ "seed": 11
34
+ }
35
+ }
run-1/checkpoint-293/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c951fa1da432f037e0328021a81b295c930330a0d41058792b4862874cfb94
3
+ size 4984
run-1/checkpoint-293/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-586/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.38.1",
34
+ "vocab_size": 30522
35
+ }
run-1/checkpoint-586/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:199dc9cae219623137e90af9e0134b8ca72c7d66c6d0abd02baaf0042fecbbf4
3
+ size 267835644
run-1/checkpoint-586/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82410354dffa88b880a48f305a93c193b3e36f247dbcf8127f61428fe6b92e53
3
+ size 535733434
run-1/checkpoint-586/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b6628e791854755f9f2b46d6247d9d5042fafd6d42e4755272e8a30cdfff0a2
3
+ size 14244
run-1/checkpoint-586/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c21792ef7165e7d4fa6a70ef1128896bdab716c6454d666c5135746cd0c4ae9
3
+ size 1064
run-1/checkpoint-586/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-586/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-586/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-586/trainer_state.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.75,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-SA/run-1/checkpoint-586",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 586,
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_accuracy": 0.714041095890411,
14
+ "eval_loss": 0.71292644739151,
15
+ "eval_runtime": 3.3595,
16
+ "eval_samples_per_second": 173.834,
17
+ "eval_steps_per_second": 11.013,
18
+ "step": 293
19
+ },
20
+ {
21
+ "epoch": 1.71,
22
+ "grad_norm": 8.596644401550293,
23
+ "learning_rate": 1.7747741226076666e-06,
24
+ "loss": 0.7782,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.75,
30
+ "eval_loss": 0.5617372989654541,
31
+ "eval_runtime": 3.3611,
32
+ "eval_samples_per_second": 173.75,
33
+ "eval_steps_per_second": 11.008,
34
+ "step": 586
35
+ }
36
+ ],
37
+ "logging_steps": 500,
38
+ "max_steps": 879,
39
+ "num_input_tokens_seen": 0,
40
+ "num_train_epochs": 3,
41
+ "save_steps": 500,
42
+ "total_flos": 632183474186820.0,
43
+ "train_batch_size": 16,
44
+ "trial_name": null,
45
+ "trial_params": {
46
+ "learning_rate": 4.116164785678467e-06,
47
+ "num_train_epochs": 3,
48
+ "per_device_train_batch_size": 16,
49
+ "seed": 11
50
+ }
51
+ }
run-1/checkpoint-586/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c951fa1da432f037e0328021a81b295c930330a0d41058792b4862874cfb94
3
+ size 4984
run-1/checkpoint-586/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-879/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.38.1",
34
+ "vocab_size": 30522
35
+ }
run-1/checkpoint-879/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94b59fc398e3d88713bc831c3d322eb6c6838032e33415b193eac195beaf4cba
3
+ size 267835644
run-1/checkpoint-879/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e09203973554802fd5663fb46c9b32c1402d6bb832a85a9cc95560b8f05e798
3
+ size 535733434
run-1/checkpoint-879/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37466f5d0f5e1ddd6f1c1ea4fe863461db3862cf0a56198d957c7514ea828769
3
+ size 14244
run-1/checkpoint-879/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eff53e78e4c5d0b0a3a5df45af77f298cf98e1db52ef5bd0e487fd519be0a99
3
+ size 1064
run-1/checkpoint-879/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-879/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-879/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-879/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7585616438356164,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-SA/run-1/checkpoint-879",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 879,
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_accuracy": 0.714041095890411,
14
+ "eval_loss": 0.71292644739151,
15
+ "eval_runtime": 3.3595,
16
+ "eval_samples_per_second": 173.834,
17
+ "eval_steps_per_second": 11.013,
18
+ "step": 293
19
+ },
20
+ {
21
+ "epoch": 1.71,
22
+ "grad_norm": 8.596644401550293,
23
+ "learning_rate": 1.7747741226076666e-06,
24
+ "loss": 0.7782,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.75,
30
+ "eval_loss": 0.5617372989654541,
31
+ "eval_runtime": 3.3611,
32
+ "eval_samples_per_second": 173.75,
33
+ "eval_steps_per_second": 11.008,
34
+ "step": 586
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_accuracy": 0.7585616438356164,
39
+ "eval_loss": 0.5336253643035889,
40
+ "eval_runtime": 3.3416,
41
+ "eval_samples_per_second": 174.767,
42
+ "eval_steps_per_second": 11.073,
43
+ "step": 879
44
+ }
45
+ ],
46
+ "logging_steps": 500,
47
+ "max_steps": 879,
48
+ "num_input_tokens_seen": 0,
49
+ "num_train_epochs": 3,
50
+ "save_steps": 500,
51
+ "total_flos": 632183474186820.0,
52
+ "train_batch_size": 16,
53
+ "trial_name": null,
54
+ "trial_params": {
55
+ "learning_rate": 4.116164785678467e-06,
56
+ "num_train_epochs": 3,
57
+ "per_device_train_batch_size": 16,
58
+ "seed": 11
59
+ }
60
+ }
run-1/checkpoint-879/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c951fa1da432f037e0328021a81b295c930330a0d41058792b4862874cfb94
3
+ size 4984
run-1/checkpoint-879/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr02_02-49-58_ef019a3ab26d/events.out.tfevents.1712026805.ef019a3ab26d.26.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec652e58d96532eb529b9b5da262d87b63ae7fc73fb84894d0db146033e977f
3
+ size 6191
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bdece1721090c1972a91e9dd9fe47f1498680c26311f0caf5e2ae7f7706cee28
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c951fa1da432f037e0328021a81b295c930330a0d41058792b4862874cfb94
3
  size 4984