Tech-oriented commited on
Commit
7e97ece
1 Parent(s): 4cdb0f6

Training in progress, epoch 5

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30e44500db62347e2c36c7ce5602fcfb87b44cf322d4b6e425dbb06c9a002901
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:863c33a1cb468f2008ffdde686b883d199a5fee31fc90514c4067bbcf6840f8b
3
  size 437958648
run-0/checkpoint-4210/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-4210/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:863c33a1cb468f2008ffdde686b883d199a5fee31fc90514c4067bbcf6840f8b
3
+ size 437958648
run-0/checkpoint-4210/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3bff0101c093f8a3bf391fbfa083b896c3e2fcd6cffc59e5d4a27e0074b4f84
3
+ size 876038394
run-0/checkpoint-4210/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6a54526ad07f53f1243758b2e15721f8f6a7963324a419c1ae593c555df7f04
3
+ size 14308
run-0/checkpoint-4210/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9b170ccc3d057539a04ffbde738b698d9d371208b4dc506fff8cecf999c5005
3
+ size 1064
run-0/checkpoint-4210/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-4210/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-4210/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-4210/trainer_state.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9071100917431193,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-0/checkpoint-4210",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4210,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.59,
13
+ "grad_norm": 14.076563835144043,
14
+ "learning_rate": 2.1488708627178514e-06,
15
+ "loss": 0.4976,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.8646788990825688,
21
+ "eval_loss": 0.33198288083076477,
22
+ "eval_runtime": 2.248,
23
+ "eval_samples_per_second": 387.892,
24
+ "eval_steps_per_second": 24.466,
25
+ "step": 842
26
+ },
27
+ {
28
+ "epoch": 1.19,
29
+ "grad_norm": 16.497121810913086,
30
+ "learning_rate": 1.8592656251547983e-06,
31
+ "loss": 0.3072,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 1.78,
36
+ "grad_norm": 50.02860641479492,
37
+ "learning_rate": 1.5696603875917459e-06,
38
+ "loss": 0.3036,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 2.0,
43
+ "eval_accuracy": 0.8876146788990825,
44
+ "eval_loss": 0.3288116455078125,
45
+ "eval_runtime": 2.3363,
46
+ "eval_samples_per_second": 373.233,
47
+ "eval_steps_per_second": 23.541,
48
+ "step": 1684
49
+ },
50
+ {
51
+ "epoch": 2.38,
52
+ "grad_norm": 0.35839420557022095,
53
+ "learning_rate": 1.280055150028693e-06,
54
+ "loss": 0.2703,
55
+ "step": 2000
56
+ },
57
+ {
58
+ "epoch": 2.97,
59
+ "grad_norm": 65.75403594970703,
60
+ "learning_rate": 9.904499124656404e-07,
61
+ "loss": 0.2546,
62
+ "step": 2500
63
+ },
64
+ {
65
+ "epoch": 3.0,
66
+ "eval_accuracy": 0.8990825688073395,
67
+ "eval_loss": 0.3764495253562927,
68
+ "eval_runtime": 2.384,
69
+ "eval_samples_per_second": 365.774,
70
+ "eval_steps_per_second": 23.071,
71
+ "step": 2526
72
+ },
73
+ {
74
+ "epoch": 3.56,
75
+ "grad_norm": 1.3372397422790527,
76
+ "learning_rate": 7.008446749025876e-07,
77
+ "loss": 0.2424,
78
+ "step": 3000
79
+ },
80
+ {
81
+ "epoch": 4.0,
82
+ "eval_accuracy": 0.9025229357798165,
83
+ "eval_loss": 0.38221538066864014,
84
+ "eval_runtime": 2.405,
85
+ "eval_samples_per_second": 362.58,
86
+ "eval_steps_per_second": 22.869,
87
+ "step": 3368
88
+ },
89
+ {
90
+ "epoch": 4.16,
91
+ "grad_norm": 0.42396441102027893,
92
+ "learning_rate": 4.1123943733953484e-07,
93
+ "loss": 0.2215,
94
+ "step": 3500
95
+ },
96
+ {
97
+ "epoch": 4.75,
98
+ "grad_norm": 40.10260772705078,
99
+ "learning_rate": 1.2163419977648214e-07,
100
+ "loss": 0.2049,
101
+ "step": 4000
102
+ },
103
+ {
104
+ "epoch": 5.0,
105
+ "eval_accuracy": 0.9071100917431193,
106
+ "eval_loss": 0.3858252763748169,
107
+ "eval_runtime": 2.444,
108
+ "eval_samples_per_second": 356.791,
109
+ "eval_steps_per_second": 22.504,
110
+ "step": 4210
111
+ }
112
+ ],
113
+ "logging_steps": 500,
114
+ "max_steps": 4210,
115
+ "num_input_tokens_seen": 0,
116
+ "num_train_epochs": 5,
117
+ "save_steps": 500,
118
+ "total_flos": 490559257165560.0,
119
+ "train_batch_size": 8,
120
+ "trial_name": null,
121
+ "trial_params": {
122
+ "learning_rate": 2.438476100280904e-06,
123
+ "num_train_epochs": 5,
124
+ "per_device_train_batch_size": 8,
125
+ "seed": 29
126
+ }
127
+ }
run-0/checkpoint-4210/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97abbdcb1d4ff26ff452c134035ac092df99b9eac097f1e25dcf4b4c26f6558b
3
+ size 4920
run-0/checkpoint-4210/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.1709491671.90708aaa767a.21824.7 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d1c845b52197edc3651e90905ca6c428f1b8ae0e54094bc1441883cc620fb53
3
- size 7392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:848e2cbdeb5990036414559f0415ffb0e61af04800ee4319db41a968fd192a90
3
+ size 8280