Tech-oriented commited on
Commit
62a7cf8
1 Parent(s): 5f513f5

Training in progress, epoch 3

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. model.safetensors +1 -1
  2. run-4/checkpoint-1263/config.json +27 -0
  3. run-4/checkpoint-1263/model.safetensors +3 -0
  4. run-4/checkpoint-1263/optimizer.pt +3 -0
  5. run-4/checkpoint-1263/rng_state.pth +3 -0
  6. run-4/checkpoint-1263/scheduler.pt +3 -0
  7. run-4/checkpoint-1263/special_tokens_map.json +7 -0
  8. run-4/checkpoint-1263/tokenizer.json +0 -0
  9. run-4/checkpoint-1263/tokenizer_config.json +55 -0
  10. run-4/checkpoint-1263/trainer_state.json +67 -0
  11. run-4/checkpoint-1263/training_args.bin +3 -0
  12. run-4/checkpoint-1263/vocab.txt +0 -0
  13. run-4/checkpoint-1684/config.json +27 -0
  14. run-4/checkpoint-1684/model.safetensors +3 -0
  15. run-4/checkpoint-1684/optimizer.pt +3 -0
  16. run-4/checkpoint-1684/rng_state.pth +3 -0
  17. run-4/checkpoint-1684/scheduler.pt +3 -0
  18. run-4/checkpoint-1684/special_tokens_map.json +7 -0
  19. run-4/checkpoint-1684/tokenizer.json +0 -0
  20. run-4/checkpoint-1684/tokenizer_config.json +55 -0
  21. run-4/checkpoint-1684/trainer_state.json +83 -0
  22. run-4/checkpoint-1684/training_args.bin +3 -0
  23. run-4/checkpoint-1684/vocab.txt +0 -0
  24. run-4/checkpoint-842/config.json +27 -0
  25. run-4/checkpoint-842/model.safetensors +3 -0
  26. run-4/checkpoint-842/optimizer.pt +3 -0
  27. run-4/checkpoint-842/rng_state.pth +3 -0
  28. run-4/checkpoint-842/scheduler.pt +3 -0
  29. run-4/checkpoint-842/special_tokens_map.json +7 -0
  30. run-4/checkpoint-842/tokenizer.json +0 -0
  31. run-4/checkpoint-842/tokenizer_config.json +55 -0
  32. run-4/checkpoint-842/trainer_state.json +51 -0
  33. run-4/checkpoint-842/training_args.bin +3 -0
  34. run-4/checkpoint-842/vocab.txt +0 -0
  35. run-5/checkpoint-211/config.json +27 -0
  36. run-5/checkpoint-211/model.safetensors +3 -0
  37. run-5/checkpoint-211/optimizer.pt +3 -0
  38. run-5/checkpoint-211/rng_state.pth +3 -0
  39. run-5/checkpoint-211/scheduler.pt +3 -0
  40. run-5/checkpoint-211/special_tokens_map.json +7 -0
  41. run-5/checkpoint-211/tokenizer.json +0 -0
  42. run-5/checkpoint-211/tokenizer_config.json +55 -0
  43. run-5/checkpoint-211/trainer_state.json +35 -0
  44. run-5/checkpoint-211/training_args.bin +3 -0
  45. run-5/checkpoint-211/vocab.txt +0 -0
  46. run-5/checkpoint-422/config.json +27 -0
  47. run-5/checkpoint-422/model.safetensors +3 -0
  48. run-5/checkpoint-422/optimizer.pt +3 -0
  49. run-5/checkpoint-422/rng_state.pth +3 -0
  50. run-5/checkpoint-422/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:904fdbaae30c130b440bd0202b33546417b7ecd72fd7f4e5a5545a7ffe8811a7
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bab364cbac0a1539fe33803469d620a932c42a7d2c2975c32cc5a98832170a08
3
  size 437958648
run-4/checkpoint-1263/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-4/checkpoint-1263/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca5bf6d05c67c92d078cea46c1fc2ac40673315153d53c325c0dece20d4a951
3
+ size 437958648
run-4/checkpoint-1263/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2407fd2d78f3ee00fc29247421e4dd062319bd9bdd5eb1af70503af1c279c958
3
+ size 876038394
run-4/checkpoint-1263/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae456fe0d9968a5f662bec0ac8d34635027fcfb4552becc0dd1b442fa0bf71f3
3
+ size 14244
run-4/checkpoint-1263/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e08780a3c1cdc95e9ae27b487d0d73e527da6822450de85a1d7374facf7d457a
3
+ size 1064
run-4/checkpoint-1263/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-1263/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-1263/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-4/checkpoint-1263/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.911697247706422,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-4/checkpoint-421",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1263,
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.911697247706422,
14
+ "eval_loss": 0.22564278542995453,
15
+ "eval_runtime": 2.3507,
16
+ "eval_samples_per_second": 370.952,
17
+ "eval_steps_per_second": 23.397,
18
+ "step": 421
19
+ },
20
+ {
21
+ "epoch": 1.19,
22
+ "grad_norm": 22.03980827331543,
23
+ "learning_rate": 1.3592312257395198e-05,
24
+ "loss": 0.3224,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.908256880733945,
30
+ "eval_loss": 0.28558045625686646,
31
+ "eval_runtime": 2.3703,
32
+ "eval_samples_per_second": 367.886,
33
+ "eval_steps_per_second": 23.204,
34
+ "step": 842
35
+ },
36
+ {
37
+ "epoch": 2.38,
38
+ "grad_norm": 6.299999713897705,
39
+ "learning_rate": 7.85231552707628e-06,
40
+ "loss": 0.1554,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.9071100917431193,
46
+ "eval_loss": 0.4138067066669464,
47
+ "eval_runtime": 2.3765,
48
+ "eval_samples_per_second": 366.925,
49
+ "eval_steps_per_second": 23.143,
50
+ "step": 1263
51
+ }
52
+ ],
53
+ "logging_steps": 500,
54
+ "max_steps": 1684,
55
+ "num_input_tokens_seen": 0,
56
+ "num_train_epochs": 4,
57
+ "save_steps": 500,
58
+ "total_flos": 290833299485880.0,
59
+ "train_batch_size": 16,
60
+ "trial_name": null,
61
+ "trial_params": {
62
+ "learning_rate": 1.9332308987714115e-05,
63
+ "num_train_epochs": 4,
64
+ "per_device_train_batch_size": 16,
65
+ "seed": 7
66
+ }
67
+ }
run-4/checkpoint-1263/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ddfa9214cc4a8744b1acb7c736584356b64328d1bba7daa8c13355771e08a2
3
+ size 4920
run-4/checkpoint-1263/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-1684/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-4/checkpoint-1684/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f10c17dc5490af1664967c90cb1a898d66a933416d302fd14134871fb0459a
3
+ size 437958648
run-4/checkpoint-1684/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2065ab8edfc9ea4cc6b009ce49dbfd1f759265ef14462bc84d0b28e72f2772b
3
+ size 876038394
run-4/checkpoint-1684/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c9e729eb66348c2f068ec40fa879102e2d7e630532918da21836a0b85233978
3
+ size 14244
run-4/checkpoint-1684/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8abd0bceacecd05ed24ef71c0457e0e19e7a020890b3d566246b707cf4373ca
3
+ size 1064
run-4/checkpoint-1684/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-1684/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-1684/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-4/checkpoint-1684/trainer_state.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9128440366972477,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-4/checkpoint-1684",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1684,
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.911697247706422,
14
+ "eval_loss": 0.22564278542995453,
15
+ "eval_runtime": 2.3507,
16
+ "eval_samples_per_second": 370.952,
17
+ "eval_steps_per_second": 23.397,
18
+ "step": 421
19
+ },
20
+ {
21
+ "epoch": 1.19,
22
+ "grad_norm": 22.03980827331543,
23
+ "learning_rate": 1.3592312257395198e-05,
24
+ "loss": 0.3224,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.908256880733945,
30
+ "eval_loss": 0.28558045625686646,
31
+ "eval_runtime": 2.3703,
32
+ "eval_samples_per_second": 367.886,
33
+ "eval_steps_per_second": 23.204,
34
+ "step": 842
35
+ },
36
+ {
37
+ "epoch": 2.38,
38
+ "grad_norm": 6.299999713897705,
39
+ "learning_rate": 7.85231552707628e-06,
40
+ "loss": 0.1554,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.9071100917431193,
46
+ "eval_loss": 0.4138067066669464,
47
+ "eval_runtime": 2.3765,
48
+ "eval_samples_per_second": 366.925,
49
+ "eval_steps_per_second": 23.143,
50
+ "step": 1263
51
+ },
52
+ {
53
+ "epoch": 3.56,
54
+ "grad_norm": 0.3025916516780853,
55
+ "learning_rate": 2.112318796757362e-06,
56
+ "loss": 0.0672,
57
+ "step": 1500
58
+ },
59
+ {
60
+ "epoch": 4.0,
61
+ "eval_accuracy": 0.9128440366972477,
62
+ "eval_loss": 0.4202166199684143,
63
+ "eval_runtime": 2.4066,
64
+ "eval_samples_per_second": 362.344,
65
+ "eval_steps_per_second": 22.854,
66
+ "step": 1684
67
+ }
68
+ ],
69
+ "logging_steps": 500,
70
+ "max_steps": 1684,
71
+ "num_input_tokens_seen": 0,
72
+ "num_train_epochs": 4,
73
+ "save_steps": 500,
74
+ "total_flos": 436318296436560.0,
75
+ "train_batch_size": 16,
76
+ "trial_name": null,
77
+ "trial_params": {
78
+ "learning_rate": 1.9332308987714115e-05,
79
+ "num_train_epochs": 4,
80
+ "per_device_train_batch_size": 16,
81
+ "seed": 7
82
+ }
83
+ }
run-4/checkpoint-1684/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ddfa9214cc4a8744b1acb7c736584356b64328d1bba7daa8c13355771e08a2
3
+ size 4920
run-4/checkpoint-1684/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-842/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-4/checkpoint-842/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db48d38149dcd09ef50b4792d3354e550988ffb7a40733cf8711446920da591f
3
+ size 437958648
run-4/checkpoint-842/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0546146f912698d86fdb95de4de2edfc82532b8e5a5e5f6f564339302482dd0d
3
+ size 876038394
run-4/checkpoint-842/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b53c59b69bf861c31e06bdd659f8f30785179c11310ebe666f02edc98e27fb
3
+ size 14244
run-4/checkpoint-842/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53acd540e98797c2dc899c7aafb1ad893ee58a07723bf646bbeff386c171ba00
3
+ size 1064
run-4/checkpoint-842/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-842/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-842/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-4/checkpoint-842/trainer_state.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.911697247706422,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-4/checkpoint-421",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 842,
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.911697247706422,
14
+ "eval_loss": 0.22564278542995453,
15
+ "eval_runtime": 2.3507,
16
+ "eval_samples_per_second": 370.952,
17
+ "eval_steps_per_second": 23.397,
18
+ "step": 421
19
+ },
20
+ {
21
+ "epoch": 1.19,
22
+ "grad_norm": 22.03980827331543,
23
+ "learning_rate": 1.3592312257395198e-05,
24
+ "loss": 0.3224,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.908256880733945,
30
+ "eval_loss": 0.28558045625686646,
31
+ "eval_runtime": 2.3703,
32
+ "eval_samples_per_second": 367.886,
33
+ "eval_steps_per_second": 23.204,
34
+ "step": 842
35
+ }
36
+ ],
37
+ "logging_steps": 500,
38
+ "max_steps": 1684,
39
+ "num_input_tokens_seen": 0,
40
+ "num_train_epochs": 4,
41
+ "save_steps": 500,
42
+ "total_flos": 144840580420560.0,
43
+ "train_batch_size": 16,
44
+ "trial_name": null,
45
+ "trial_params": {
46
+ "learning_rate": 1.9332308987714115e-05,
47
+ "num_train_epochs": 4,
48
+ "per_device_train_batch_size": 16,
49
+ "seed": 7
50
+ }
51
+ }
run-4/checkpoint-842/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ddfa9214cc4a8744b1acb7c736584356b64328d1bba7daa8c13355771e08a2
3
+ size 4920
run-4/checkpoint-842/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/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-5/checkpoint-211/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43bda8baa353fbc95f0b54e966727687c1ee8db8c980381c5c8c8b06b72be167
3
+ size 437958648
run-5/checkpoint-211/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9638d1ccba78654e36a1d51304662abff70e5b2a025c487e0bced6a2330750a1
3
+ size 876038394
run-5/checkpoint-211/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efab02b5d3da3a4dbb5487f7488f3d786a6461e5283dd06b6cae918f73bf2637
3
+ size 14244
run-5/checkpoint-211/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec5ad38cac26ca3191ab82775462a8626a4d2f4ee42edd9c674f243dad9aa8a
3
+ size 1064
run-5/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-5/checkpoint-211/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/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-5/checkpoint-211/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9002293577981652,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-5/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.9002293577981652,
14
+ "eval_loss": 0.24879497289657593,
15
+ "eval_runtime": 2.3485,
16
+ "eval_samples_per_second": 371.303,
17
+ "eval_steps_per_second": 23.419,
18
+ "step": 211
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 844,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 4,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 32,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 6.50537267718272e-05,
31
+ "num_train_epochs": 4,
32
+ "per_device_train_batch_size": 32,
33
+ "seed": 2
34
+ }
35
+ }
run-5/checkpoint-211/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ade228fc6bd95046697574a73a36f3413a1273363ebbb392ad60a58f2443b9d
3
+ size 4920
run-5/checkpoint-211/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/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-5/checkpoint-422/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c9550c41350263e7b24126ab147730e7b461d8a5cd85da832afc8b487caa581
3
+ size 437958648
run-5/checkpoint-422/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03b91fc69ebfe9c1e06b7f4ce9252dc3f07b773f3f3be0f16846f4386049ff8
3
+ size 876038394
run-5/checkpoint-422/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fcc397c1accf6ac3cd5780d753849a2d25d34651120da70fb88efc8fa19dac6
3
+ size 14244
run-5/checkpoint-422/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4834704ba5086eb8304c4d94a7f1f921a85c582874b9714e24ab46881bf3caec
3
+ size 1064