Tech-oriented commited on
Commit
884e036
1 Parent(s): 500bcc1

Training in progress, epoch 3

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:021e86c88dc67430e1e5c6d76dd0fc0c913c6aa802914511cccb0803a00af50c
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd57296733da75721fe718a7dddbd6737599ab42a13403b449b9e16ea541eea4
3
  size 437958648
run-3/checkpoint-50514/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.4,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.4,
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-50514/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd57296733da75721fe718a7dddbd6737599ab42a13403b449b9e16ea541eea4
3
+ size 437958648
run-3/checkpoint-50514/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d4a38a155d3fe710e0d343f05ec7cf43347a211c1366e1c1b580e3a20b00bc
3
+ size 876038394
run-3/checkpoint-50514/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e02f251f1d76886b861c110af5f7305ac9e4335c38c052d85a2ed743810a884
3
+ size 14244
run-3/checkpoint-50514/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a89317c6e09ae3241a028ca7bfeac5b7cb7df1496b8339fab1063f7b4501ea14
3
+ size 1064
run-3/checkpoint-50514/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-50514/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-50514/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-50514/trainer_state.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9220183486238532,
3
+ "best_model_checkpoint": "Tech-oriented/best_model_bert_uncasedbert-base-uncased-finetuned-sst2/run-3/checkpoint-33676",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 50514,
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.25,
13
+ "grad_norm": 295.93414306640625,
14
+ "learning_rate": 9.536827410046812e-06,
15
+ "loss": 0.6121,
16
+ "step": 4209
17
+ },
18
+ {
19
+ "epoch": 0.5,
20
+ "grad_norm": 0.9155740141868591,
21
+ "learning_rate": 8.669955440089204e-06,
22
+ "loss": 0.573,
23
+ "step": 8418
24
+ },
25
+ {
26
+ "epoch": 0.75,
27
+ "grad_norm": 162.3487091064453,
28
+ "learning_rate": 7.803083470131597e-06,
29
+ "loss": 0.5403,
30
+ "step": 12627
31
+ },
32
+ {
33
+ "epoch": 1.0,
34
+ "grad_norm": 0.1670043170452118,
35
+ "learning_rate": 6.936211500173989e-06,
36
+ "loss": 0.4884,
37
+ "step": 16836
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_accuracy": 0.9013761467889908,
42
+ "eval_loss": 0.4918152391910553,
43
+ "eval_runtime": 2.4623,
44
+ "eval_samples_per_second": 354.144,
45
+ "eval_steps_per_second": 22.337,
46
+ "step": 16838
47
+ },
48
+ {
49
+ "epoch": 1.25,
50
+ "grad_norm": 33.91927719116211,
51
+ "learning_rate": 6.069339530216381e-06,
52
+ "loss": 0.4458,
53
+ "step": 21045
54
+ },
55
+ {
56
+ "epoch": 1.5,
57
+ "grad_norm": 2.4961254596710205,
58
+ "learning_rate": 5.202467560258773e-06,
59
+ "loss": 0.4301,
60
+ "step": 25254
61
+ },
62
+ {
63
+ "epoch": 1.75,
64
+ "grad_norm": 0.07560272514820099,
65
+ "learning_rate": 4.335595590301165e-06,
66
+ "loss": 0.4057,
67
+ "step": 29463
68
+ },
69
+ {
70
+ "epoch": 2.0,
71
+ "grad_norm": 0.6363665461540222,
72
+ "learning_rate": 3.4687236203435575e-06,
73
+ "loss": 0.3992,
74
+ "step": 33672
75
+ },
76
+ {
77
+ "epoch": 2.0,
78
+ "eval_accuracy": 0.9220183486238532,
79
+ "eval_loss": 0.4500230848789215,
80
+ "eval_runtime": 2.4396,
81
+ "eval_samples_per_second": 357.431,
82
+ "eval_steps_per_second": 22.544,
83
+ "step": 33676
84
+ },
85
+ {
86
+ "epoch": 2.25,
87
+ "grad_norm": 41.03260040283203,
88
+ "learning_rate": 2.6018516503859495e-06,
89
+ "loss": 0.3631,
90
+ "step": 37881
91
+ },
92
+ {
93
+ "epoch": 2.5,
94
+ "grad_norm": 62.73563766479492,
95
+ "learning_rate": 1.7349796804283415e-06,
96
+ "loss": 0.3686,
97
+ "step": 42090
98
+ },
99
+ {
100
+ "epoch": 2.75,
101
+ "grad_norm": 0.011593305505812168,
102
+ "learning_rate": 8.681077104707335e-07,
103
+ "loss": 0.3506,
104
+ "step": 46299
105
+ },
106
+ {
107
+ "epoch": 3.0,
108
+ "grad_norm": 0.15126778185367584,
109
+ "learning_rate": 1.2357405131255993e-09,
110
+ "loss": 0.3503,
111
+ "step": 50508
112
+ },
113
+ {
114
+ "epoch": 3.0,
115
+ "eval_accuracy": 0.9197247706422018,
116
+ "eval_loss": 0.5046377182006836,
117
+ "eval_runtime": 2.4337,
118
+ "eval_samples_per_second": 358.307,
119
+ "eval_steps_per_second": 22.6,
120
+ "step": 50514
121
+ }
122
+ ],
123
+ "logging_steps": 4209,
124
+ "max_steps": 50514,
125
+ "num_input_tokens_seen": 0,
126
+ "num_train_epochs": 3,
127
+ "save_steps": 500,
128
+ "total_flos": 2484012973657680.0,
129
+ "train_batch_size": 4,
130
+ "trial_name": null,
131
+ "trial_params": {
132
+ "learning_rate": 1.040369938000442e-05,
133
+ "num_train_epochs": 3,
134
+ "per_device_train_batch_size": 4,
135
+ "seed": 7,
136
+ "weight_decay": 0.2933024618852218
137
+ }
138
+ }
run-3/checkpoint-50514/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9482bfd78493d3a93f61bdac0b3e0c266bc6feb1b9eeb8b0e705574041a082e
3
+ size 4984
run-3/checkpoint-50514/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar06_18-14-36_e017d622c671/events.out.tfevents.1709757360.e017d622c671.539.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45912ed147d899c4835d233c4595ca5865535280d2acf6623a5c8f35e5e21875
3
- size 7114
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb627ec8782821ec389725a41a6b3f0ce349d86336cc731ecee749db44cb7b29
3
+ size 8663