Tech-oriented commited on
Commit
866bb22
1 Parent(s): f451498

Training in progress, epoch 1

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-2/checkpoint-2105/config.json +27 -0
  3. run-2/checkpoint-2105/model.safetensors +3 -0
  4. run-2/checkpoint-2105/optimizer.pt +3 -0
  5. run-2/checkpoint-2105/rng_state.pth +3 -0
  6. run-2/checkpoint-2105/scheduler.pt +3 -0
  7. run-2/checkpoint-2105/special_tokens_map.json +7 -0
  8. run-2/checkpoint-2105/tokenizer.json +0 -0
  9. run-2/checkpoint-2105/tokenizer_config.json +55 -0
  10. run-2/checkpoint-2105/trainer_state.json +99 -0
  11. run-2/checkpoint-2105/training_args.bin +3 -0
  12. run-2/checkpoint-2105/vocab.txt +0 -0
  13. run-3/checkpoint-1263/config.json +27 -0
  14. run-3/checkpoint-1263/model.safetensors +3 -0
  15. run-3/checkpoint-1263/optimizer.pt +3 -0
  16. run-3/checkpoint-1263/rng_state.pth +3 -0
  17. run-3/checkpoint-1263/scheduler.pt +3 -0
  18. run-3/checkpoint-1263/special_tokens_map.json +7 -0
  19. run-3/checkpoint-1263/tokenizer.json +0 -0
  20. run-3/checkpoint-1263/tokenizer_config.json +55 -0
  21. run-3/checkpoint-1263/trainer_state.json +67 -0
  22. run-3/checkpoint-1263/training_args.bin +3 -0
  23. run-3/checkpoint-1263/vocab.txt +0 -0
  24. run-3/checkpoint-421/config.json +27 -0
  25. run-3/checkpoint-421/model.safetensors +3 -0
  26. run-3/checkpoint-421/optimizer.pt +3 -0
  27. run-3/checkpoint-421/rng_state.pth +3 -0
  28. run-3/checkpoint-421/scheduler.pt +3 -0
  29. run-3/checkpoint-421/special_tokens_map.json +7 -0
  30. run-3/checkpoint-421/tokenizer.json +0 -0
  31. run-3/checkpoint-421/tokenizer_config.json +55 -0
  32. run-3/checkpoint-421/trainer_state.json +35 -0
  33. run-3/checkpoint-421/training_args.bin +3 -0
  34. run-3/checkpoint-421/vocab.txt +0 -0
  35. run-3/checkpoint-842/config.json +27 -0
  36. run-3/checkpoint-842/model.safetensors +3 -0
  37. run-3/checkpoint-842/optimizer.pt +3 -0
  38. run-3/checkpoint-842/rng_state.pth +3 -0
  39. run-3/checkpoint-842/scheduler.pt +3 -0
  40. run-3/checkpoint-842/special_tokens_map.json +7 -0
  41. run-3/checkpoint-842/tokenizer.json +0 -0
  42. run-3/checkpoint-842/tokenizer_config.json +55 -0
  43. run-3/checkpoint-842/trainer_state.json +51 -0
  44. run-3/checkpoint-842/training_args.bin +3 -0
  45. run-3/checkpoint-842/vocab.txt +0 -0
  46. run-4/checkpoint-211/config.json +27 -0
  47. run-4/checkpoint-211/model.safetensors +3 -0
  48. run-4/checkpoint-211/optimizer.pt +3 -0
  49. run-4/checkpoint-211/rng_state.pth +3 -0
  50. run-4/checkpoint-211/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:126b48a280b83e7ba34ae365e6bbd6bdace7fc8a57eb48fa151a7a9df101dd9c
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:118f4c78444f2940718c0d3597e86c36a7be25347afc99e94cb1ffc468b6595b
3
  size 437958648
run-2/checkpoint-2105/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-2/checkpoint-2105/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d87dca95eaefc8fd08848e1d31439f06fd06a9da3e2315ccc15b92bdc7c10f
3
+ size 437958648
run-2/checkpoint-2105/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d75eb09f76a91270b209159dcb548f3913f4b27695ad34b53e790a6ee8af2e1
3
+ size 876038394
run-2/checkpoint-2105/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:249f501c023b1798142d2d3055f1c6025a8984d04b57afcb367b7be7dca46033
3
+ size 14244
run-2/checkpoint-2105/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb4ba9eae7ccf1b8e8e6249df5b1fc5f769985b7de29ba4df8eaf3f39405ef54
3
+ size 1064
run-2/checkpoint-2105/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-2105/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-2105/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-2/checkpoint-2105/trainer_state.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9071100917431193,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-2/checkpoint-2105",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2105,
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.8761467889908257,
14
+ "eval_loss": 0.3037863075733185,
15
+ "eval_runtime": 2.2668,
16
+ "eval_samples_per_second": 384.685,
17
+ "eval_steps_per_second": 24.263,
18
+ "step": 421
19
+ },
20
+ {
21
+ "epoch": 1.19,
22
+ "grad_norm": 24.56251335144043,
23
+ "learning_rate": 5.135971766809031e-05,
24
+ "loss": 0.3191,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.8830275229357798,
30
+ "eval_loss": 0.4693216383457184,
31
+ "eval_runtime": 2.3381,
32
+ "eval_samples_per_second": 372.946,
33
+ "eval_steps_per_second": 23.523,
34
+ "step": 842
35
+ },
36
+ {
37
+ "epoch": 2.38,
38
+ "grad_norm": 3.9397337436676025,
39
+ "learning_rate": 3.5359805621956256e-05,
40
+ "loss": 0.1393,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.8887614678899083,
46
+ "eval_loss": 0.533748984336853,
47
+ "eval_runtime": 2.3644,
48
+ "eval_samples_per_second": 368.807,
49
+ "eval_steps_per_second": 23.262,
50
+ "step": 1263
51
+ },
52
+ {
53
+ "epoch": 3.56,
54
+ "grad_norm": 0.6269965767860413,
55
+ "learning_rate": 1.9359893575822205e-05,
56
+ "loss": 0.0624,
57
+ "step": 1500
58
+ },
59
+ {
60
+ "epoch": 4.0,
61
+ "eval_accuracy": 0.8899082568807339,
62
+ "eval_loss": 0.5773999691009521,
63
+ "eval_runtime": 2.4005,
64
+ "eval_samples_per_second": 363.26,
65
+ "eval_steps_per_second": 22.912,
66
+ "step": 1684
67
+ },
68
+ {
69
+ "epoch": 4.75,
70
+ "grad_norm": 0.017943860962986946,
71
+ "learning_rate": 3.359981529688151e-06,
72
+ "loss": 0.024,
73
+ "step": 2000
74
+ },
75
+ {
76
+ "epoch": 5.0,
77
+ "eval_accuracy": 0.9071100917431193,
78
+ "eval_loss": 0.5345309376716614,
79
+ "eval_runtime": 2.4021,
80
+ "eval_samples_per_second": 363.013,
81
+ "eval_steps_per_second": 22.896,
82
+ "step": 2105
83
+ }
84
+ ],
85
+ "logging_steps": 500,
86
+ "max_steps": 2105,
87
+ "num_input_tokens_seen": 0,
88
+ "num_train_epochs": 5,
89
+ "save_steps": 500,
90
+ "total_flos": 583099320890400.0,
91
+ "train_batch_size": 16,
92
+ "trial_name": null,
93
+ "trial_params": {
94
+ "learning_rate": 6.735962971422436e-05,
95
+ "num_train_epochs": 5,
96
+ "per_device_train_batch_size": 16,
97
+ "seed": 2
98
+ }
99
+ }
run-2/checkpoint-2105/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55dfbe476697181e66ebf5f3b6624f6c1c676b71c40c6125f531db2ed5ba1a72
3
+ size 4920
run-2/checkpoint-2105/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-1263/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8660de398cf26fa39a5a5e8d182d1dd90e83b80627664cce2ed2767f1bf438
3
+ size 437958648
run-3/checkpoint-1263/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcc637b532c6ad7eb13ae18ed2a07949d3007b3c028b59e0df36b6c4efde8232
3
+ size 876038394
run-3/checkpoint-1263/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30e6802eb209932c2ddd8e0c3146da058966cdb5f0ffd1c453b6b20728be8fa4
3
+ size 14308
run-3/checkpoint-1263/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3587442bdeaf29203820ce254ab496e0953655e2b8672ca52b43cdedfd1c9102
3
+ size 1064
run-3/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-3/checkpoint-1263/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-1263/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9174311926605505,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-3/checkpoint-842",
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.8784403669724771,
14
+ "eval_loss": 0.32404395937919617,
15
+ "eval_runtime": 2.2657,
16
+ "eval_samples_per_second": 384.875,
17
+ "eval_steps_per_second": 24.275,
18
+ "step": 421
19
+ },
20
+ {
21
+ "epoch": 1.19,
22
+ "grad_norm": 0.08605317771434784,
23
+ "learning_rate": 3.2162650675262254e-05,
24
+ "loss": 0.3042,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.9174311926605505,
30
+ "eval_loss": 0.2911108732223511,
31
+ "eval_runtime": 2.3208,
32
+ "eval_samples_per_second": 375.734,
33
+ "eval_steps_per_second": 23.699,
34
+ "step": 842
35
+ },
36
+ {
37
+ "epoch": 2.38,
38
+ "grad_norm": 0.08900273591279984,
39
+ "learning_rate": 1.1086208555169032e-05,
40
+ "loss": 0.1137,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.9105504587155964,
46
+ "eval_loss": 0.4073135554790497,
47
+ "eval_runtime": 2.4024,
48
+ "eval_samples_per_second": 362.976,
49
+ "eval_steps_per_second": 22.894,
50
+ "step": 1263
51
+ }
52
+ ],
53
+ "logging_steps": 500,
54
+ "max_steps": 1263,
55
+ "num_input_tokens_seen": 0,
56
+ "num_train_epochs": 3,
57
+ "save_steps": 500,
58
+ "total_flos": 292267049182080.0,
59
+ "train_batch_size": 16,
60
+ "trial_name": null,
61
+ "trial_params": {
62
+ "learning_rate": 5.323909279535547e-05,
63
+ "num_train_epochs": 3,
64
+ "per_device_train_batch_size": 16,
65
+ "seed": 8
66
+ }
67
+ }
run-3/checkpoint-1263/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:773ea48ccdc34dbc885a1c1c59ef1af31dfb6fcdf19d654b99737e5b9c0bc90c
3
+ size 4920
run-3/checkpoint-1263/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-421/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-3/checkpoint-421/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec192605057f86eec072085829ff2f228039d578aaa8573320073caaef7efc1a
3
+ size 437958648
run-3/checkpoint-421/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4594442c93b841ace1d705aeb46c21514941c0cbeb7f854b93e6300af4292e1
3
+ size 876038394
run-3/checkpoint-421/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5037bb8f67a214a40483b4c5d041aaf18e0528e8d62bacaff69dbe7ac8dcd40
3
+ size 14308
run-3/checkpoint-421/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e5928d7de48b122adece73e510a1dec03efacad0bd54dec88db6f78d166ba1
3
+ size 1064
run-3/checkpoint-421/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-3/checkpoint-421/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-421/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-3/checkpoint-421/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8784403669724771,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-3/checkpoint-421",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 421,
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.8784403669724771,
14
+ "eval_loss": 0.32404395937919617,
15
+ "eval_runtime": 2.2657,
16
+ "eval_samples_per_second": 384.875,
17
+ "eval_steps_per_second": 24.275,
18
+ "step": 421
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 1263,
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": 5.323909279535547e-05,
31
+ "num_train_epochs": 3,
32
+ "per_device_train_batch_size": 16,
33
+ "seed": 8
34
+ }
35
+ }
run-3/checkpoint-421/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:773ea48ccdc34dbc885a1c1c59ef1af31dfb6fcdf19d654b99737e5b9c0bc90c
3
+ size 4920
run-3/checkpoint-421/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-842/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9154e235a1e51d3d011f81cfe426f135b0884a3f57fe2d0daaea7697ae8ea36
3
+ size 437958648
run-3/checkpoint-842/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea6be9bf4de7a0557636c9777cc2e8fd9f8cae4c72eb1a55cbc1df6bf9405b66
3
+ size 876038394
run-3/checkpoint-842/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d88242c994828e13d69a4d1eae365619f1c03973ffca5d6a76ed154790bfc8e9
3
+ size 14308
run-3/checkpoint-842/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:154c113b7e938db86b9bd5b5b322ebda19766954aa339b9d0b620883086324fd
3
+ size 1064
run-3/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-3/checkpoint-842/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-842/trainer_state.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9174311926605505,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-3/checkpoint-842",
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.8784403669724771,
14
+ "eval_loss": 0.32404395937919617,
15
+ "eval_runtime": 2.2657,
16
+ "eval_samples_per_second": 384.875,
17
+ "eval_steps_per_second": 24.275,
18
+ "step": 421
19
+ },
20
+ {
21
+ "epoch": 1.19,
22
+ "grad_norm": 0.08605317771434784,
23
+ "learning_rate": 3.2162650675262254e-05,
24
+ "loss": 0.3042,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.9174311926605505,
30
+ "eval_loss": 0.2911108732223511,
31
+ "eval_runtime": 2.3208,
32
+ "eval_samples_per_second": 375.734,
33
+ "eval_steps_per_second": 23.699,
34
+ "step": 842
35
+ }
36
+ ],
37
+ "logging_steps": 500,
38
+ "max_steps": 1263,
39
+ "num_input_tokens_seen": 0,
40
+ "num_train_epochs": 3,
41
+ "save_steps": 500,
42
+ "total_flos": 146782052231400.0,
43
+ "train_batch_size": 16,
44
+ "trial_name": null,
45
+ "trial_params": {
46
+ "learning_rate": 5.323909279535547e-05,
47
+ "num_train_epochs": 3,
48
+ "per_device_train_batch_size": 16,
49
+ "seed": 8
50
+ }
51
+ }
run-3/checkpoint-842/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:773ea48ccdc34dbc885a1c1c59ef1af31dfb6fcdf19d654b99737e5b9c0bc90c
3
+ size 4920
run-3/checkpoint-842/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-211/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:118f4c78444f2940718c0d3597e86c36a7be25347afc99e94cb1ffc468b6595b
3
+ size 437958648
run-4/checkpoint-211/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5548c9519f328db746ac869f8edda19504420b6e5a157504e9111fd10804f1be
3
+ size 876038394
run-4/checkpoint-211/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ac7793d6e030e25e39e7926c3510b9e062720388a2dd81661d6ae9879cbc2ac
3
+ size 14244
run-4/checkpoint-211/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8b006d867255f6249ecb3dcf3d4a58b5987ba5e02f07c98a803148270d0b83a
3
+ size 1064