Tech-oriented commited on
Commit
704f454
1 Parent(s): ef64ada

Training in progress, epoch 3

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-0/checkpoint-211/config.json +27 -0
  3. run-0/checkpoint-211/model.safetensors +3 -0
  4. run-0/checkpoint-211/optimizer.pt +3 -0
  5. run-0/checkpoint-211/rng_state.pth +3 -0
  6. run-0/checkpoint-211/scheduler.pt +3 -0
  7. run-0/checkpoint-211/special_tokens_map.json +7 -0
  8. run-0/checkpoint-211/tokenizer.json +0 -0
  9. run-0/checkpoint-211/tokenizer_config.json +55 -0
  10. run-0/checkpoint-211/trainer_state.json +35 -0
  11. run-0/checkpoint-211/training_args.bin +3 -0
  12. run-0/checkpoint-211/vocab.txt +0 -0
  13. run-0/checkpoint-422/config.json +27 -0
  14. run-0/checkpoint-422/model.safetensors +3 -0
  15. run-0/checkpoint-422/optimizer.pt +3 -0
  16. run-0/checkpoint-422/rng_state.pth +3 -0
  17. run-0/checkpoint-422/scheduler.pt +3 -0
  18. run-0/checkpoint-422/special_tokens_map.json +7 -0
  19. run-0/checkpoint-422/tokenizer.json +0 -0
  20. run-0/checkpoint-422/tokenizer_config.json +55 -0
  21. run-0/checkpoint-422/trainer_state.json +44 -0
  22. run-0/checkpoint-422/training_args.bin +3 -0
  23. run-0/checkpoint-422/vocab.txt +0 -0
  24. run-0/checkpoint-633/config.json +27 -0
  25. run-0/checkpoint-633/model.safetensors +3 -0
  26. run-0/checkpoint-633/optimizer.pt +3 -0
  27. run-0/checkpoint-633/rng_state.pth +3 -0
  28. run-0/checkpoint-633/scheduler.pt +3 -0
  29. run-0/checkpoint-633/special_tokens_map.json +7 -0
  30. run-0/checkpoint-633/tokenizer.json +0 -0
  31. run-0/checkpoint-633/tokenizer_config.json +55 -0
  32. run-0/checkpoint-633/trainer_state.json +60 -0
  33. run-0/checkpoint-633/training_args.bin +3 -0
  34. run-0/checkpoint-633/vocab.txt +0 -0
  35. runs/Mar03_17-42-01_90708aaa767a/events.out.tfevents.1709497243.90708aaa767a.21824.18 +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:bab364cbac0a1539fe33803469d620a932c42a7d2c2975c32cc5a98832170a08
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adbcc302472d25aee76016eb179994f445fcdbd94a26ae33ee417737b2f5dc9b
3
  size 437958648
run-0/checkpoint-211/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-0/checkpoint-211/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f10d889ef90da40a4463fccdc587a0c6f79b63c3043b981495c2ea2d8f71bb
3
+ size 437958648
run-0/checkpoint-211/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaa862c841a7df91716ee85fd295a1e2f956d7f9076f0320b020ec6d301c9cbc
3
+ size 876038394
run-0/checkpoint-211/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a314ae894ddcb4d0cea1aa65198ad385a976466f4a5187cda99b66039caaad20
3
+ size 14180
run-0/checkpoint-211/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b8214ece541ba3c5d50b144e25e7060386724b1fc63fe88b7f0db85fbd8158
3
+ size 1064
run-0/checkpoint-211/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-0/checkpoint-211/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-211/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0/checkpoint-211/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9071100917431193,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-0/checkpoint-211",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 211,
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.9071100917431193,
14
+ "eval_loss": 0.2743072807788849,
15
+ "eval_runtime": 2.2589,
16
+ "eval_samples_per_second": 386.028,
17
+ "eval_steps_per_second": 24.348,
18
+ "step": 211
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 633,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 32,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 6.665224131389019e-05,
31
+ "num_train_epochs": 3,
32
+ "per_device_train_batch_size": 32,
33
+ "seed": 10
34
+ }
35
+ }
run-0/checkpoint-211/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680d0afe4db5f1404c33bdba3d7f7d0610baba4265733865b13f9ea27d8c6125
3
+ size 4920
run-0/checkpoint-211/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-422/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-0/checkpoint-422/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94ecceae6658a1a4641475b655f745173a7c08d19e9608929be006e5ce6b53ff
3
+ size 437958648
run-0/checkpoint-422/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e1cd4b3c58f388cc0cb03d2cf34f05ae9ad805cdab61379c556657c57024a7
3
+ size 876038394
run-0/checkpoint-422/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cf52b768d0a203ee46aaea643f3d63097fe317b40796319811627de017c5073
3
+ size 14180
run-0/checkpoint-422/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b4f0569f59f9764ea647f346f4672b98fd2208bca9f7011197e469824c5d020
3
+ size 1064
run-0/checkpoint-422/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-0/checkpoint-422/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-422/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0/checkpoint-422/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9094036697247706,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-0/checkpoint-422",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 422,
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.9071100917431193,
14
+ "eval_loss": 0.2743072807788849,
15
+ "eval_runtime": 2.2589,
16
+ "eval_samples_per_second": 386.028,
17
+ "eval_steps_per_second": 24.348,
18
+ "step": 211
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.9094036697247706,
23
+ "eval_loss": 0.2763120234012604,
24
+ "eval_runtime": 2.3197,
25
+ "eval_samples_per_second": 375.903,
26
+ "eval_steps_per_second": 23.709,
27
+ "step": 422
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 633,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 3,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 32,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 6.665224131389019e-05,
40
+ "num_train_epochs": 3,
41
+ "per_device_train_batch_size": 32,
42
+ "seed": 10
43
+ }
44
+ }
run-0/checkpoint-422/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680d0afe4db5f1404c33bdba3d7f7d0610baba4265733865b13f9ea27d8c6125
3
+ size 4920
run-0/checkpoint-422/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-633/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-0/checkpoint-633/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adbcc302472d25aee76016eb179994f445fcdbd94a26ae33ee417737b2f5dc9b
3
+ size 437958648
run-0/checkpoint-633/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa419d3e2cf49798269dc18b08ca0f492d09580853ffba9b473fecf41de341c7
3
+ size 876038394
run-0/checkpoint-633/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3877bc20881a028fb8f0f3c4014095e41b9ae91f5f5656d3162e66e6f23c0c7
3
+ size 14180
run-0/checkpoint-633/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f4469f8244b171b3822666a91cc34d1dc6eb7f612e61ea627b06b4baa6d2b9f
3
+ size 1064
run-0/checkpoint-633/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-0/checkpoint-633/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-633/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0/checkpoint-633/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9094036697247706,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-0/checkpoint-422",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 633,
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.9071100917431193,
14
+ "eval_loss": 0.2743072807788849,
15
+ "eval_runtime": 2.2589,
16
+ "eval_samples_per_second": 386.028,
17
+ "eval_steps_per_second": 24.348,
18
+ "step": 211
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.9094036697247706,
23
+ "eval_loss": 0.2763120234012604,
24
+ "eval_runtime": 2.3197,
25
+ "eval_samples_per_second": 375.903,
26
+ "eval_steps_per_second": 23.709,
27
+ "step": 422
28
+ },
29
+ {
30
+ "epoch": 2.37,
31
+ "grad_norm": 7.35267448425293,
32
+ "learning_rate": 1.4004341381907418e-05,
33
+ "loss": 0.2085,
34
+ "step": 500
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_accuracy": 0.9071100917431193,
39
+ "eval_loss": 0.39031100273132324,
40
+ "eval_runtime": 2.3726,
41
+ "eval_samples_per_second": 367.532,
42
+ "eval_steps_per_second": 23.181,
43
+ "step": 633
44
+ }
45
+ ],
46
+ "logging_steps": 500,
47
+ "max_steps": 633,
48
+ "num_input_tokens_seen": 0,
49
+ "num_train_epochs": 3,
50
+ "save_steps": 500,
51
+ "total_flos": 519273306636840.0,
52
+ "train_batch_size": 32,
53
+ "trial_name": null,
54
+ "trial_params": {
55
+ "learning_rate": 6.665224131389019e-05,
56
+ "num_train_epochs": 3,
57
+ "per_device_train_batch_size": 32,
58
+ "seed": 10
59
+ }
60
+ }
run-0/checkpoint-633/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680d0afe4db5f1404c33bdba3d7f7d0610baba4265733865b13f9ea27d8c6125
3
+ size 4920
run-0/checkpoint-633/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar03_17-42-01_90708aaa767a/events.out.tfevents.1709497243.90708aaa767a.21824.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c93d2055202f0bee200388bb3437595708e32c4cc565b30e72de7745355f7425
3
+ size 11016
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ade228fc6bd95046697574a73a36f3413a1273363ebbb392ad60a58f2443b9d
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680d0afe4db5f1404c33bdba3d7f7d0610baba4265733865b13f9ea27d8c6125
3
  size 4920