Tech-oriented commited on
Commit
1499533
1 Parent(s): 8e3add3

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:783161ee1ee1daad24c4949d0fe9f7e7ae5902eb60425e91c09243943879a80d
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35741f9e902b5be55147f3057ff5f19dc876a8ee71e37a455fbfaf2902dc5d35
3
  size 437958648
run-3/checkpoint-5052/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-5052/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35741f9e902b5be55147f3057ff5f19dc876a8ee71e37a455fbfaf2902dc5d35
3
+ size 437958648
run-3/checkpoint-5052/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4a892a174c2e2b3f7b875d41b3923a0329146d638bef1963221dc5245cc6f5c
3
+ size 876038394
run-3/checkpoint-5052/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:704c2ed4f121b8f2b6c25ecc1806b8fba6c0b4f83acc5da0d151546087ab7ccf
3
+ size 14244
run-3/checkpoint-5052/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d7d5e9371bd7b4bf87545b0fdddf9e76918e1ac74f259fccdb96de0be7f11a
3
+ size 1064
run-3/checkpoint-5052/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-5052/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-5052/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-5052/trainer_state.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9048165137614679,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-3/checkpoint-5052",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 5052,
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.3,
13
+ "grad_norm": 7.637521743774414,
14
+ "learning_rate": 3.0568943955117345e-06,
15
+ "loss": 0.5094,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.59,
20
+ "grad_norm": 104.65070343017578,
21
+ "learning_rate": 2.721119527814927e-06,
22
+ "loss": 0.4332,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.89,
27
+ "grad_norm": 0.10155901312828064,
28
+ "learning_rate": 2.3853446601181197e-06,
29
+ "loss": 0.4318,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 1.0,
34
+ "eval_accuracy": 0.8899082568807339,
35
+ "eval_loss": 0.4135288596153259,
36
+ "eval_runtime": 2.3891,
37
+ "eval_samples_per_second": 364.998,
38
+ "eval_steps_per_second": 23.022,
39
+ "step": 1684
40
+ },
41
+ {
42
+ "epoch": 1.19,
43
+ "grad_norm": 0.4222470819950104,
44
+ "learning_rate": 2.0495697924213124e-06,
45
+ "loss": 0.4108,
46
+ "step": 2000
47
+ },
48
+ {
49
+ "epoch": 1.48,
50
+ "grad_norm": 0.46430423855781555,
51
+ "learning_rate": 1.7137949247245048e-06,
52
+ "loss": 0.3485,
53
+ "step": 2500
54
+ },
55
+ {
56
+ "epoch": 1.78,
57
+ "grad_norm": 0.1579820215702057,
58
+ "learning_rate": 1.3780200570276975e-06,
59
+ "loss": 0.3125,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 2.0,
64
+ "eval_accuracy": 0.8967889908256881,
65
+ "eval_loss": 0.4881651997566223,
66
+ "eval_runtime": 2.45,
67
+ "eval_samples_per_second": 355.915,
68
+ "eval_steps_per_second": 22.449,
69
+ "step": 3368
70
+ },
71
+ {
72
+ "epoch": 2.08,
73
+ "grad_norm": 0.662672221660614,
74
+ "learning_rate": 1.0422451893308901e-06,
75
+ "loss": 0.3239,
76
+ "step": 3500
77
+ },
78
+ {
79
+ "epoch": 2.38,
80
+ "grad_norm": 10.589339256286621,
81
+ "learning_rate": 7.064703216340827e-07,
82
+ "loss": 0.2529,
83
+ "step": 4000
84
+ },
85
+ {
86
+ "epoch": 2.67,
87
+ "grad_norm": 0.06143077090382576,
88
+ "learning_rate": 3.7069545393727534e-07,
89
+ "loss": 0.2671,
90
+ "step": 4500
91
+ },
92
+ {
93
+ "epoch": 2.97,
94
+ "grad_norm": 0.06450512260198593,
95
+ "learning_rate": 3.492058624046797e-08,
96
+ "loss": 0.2994,
97
+ "step": 5000
98
+ },
99
+ {
100
+ "epoch": 3.0,
101
+ "eval_accuracy": 0.9048165137614679,
102
+ "eval_loss": 0.4830039441585541,
103
+ "eval_runtime": 2.4197,
104
+ "eval_samples_per_second": 360.376,
105
+ "eval_steps_per_second": 22.73,
106
+ "step": 5052
107
+ }
108
+ ],
109
+ "logging_steps": 500,
110
+ "max_steps": 5052,
111
+ "num_input_tokens_seen": 0,
112
+ "num_train_epochs": 3,
113
+ "save_steps": 500,
114
+ "total_flos": 246789433818420.0,
115
+ "train_batch_size": 4,
116
+ "trial_name": null,
117
+ "trial_params": {
118
+ "learning_rate": 3.3926692632085418e-06,
119
+ "num_train_epochs": 3,
120
+ "per_device_train_batch_size": 4,
121
+ "seed": 6
122
+ }
123
+ }
run-3/checkpoint-5052/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cce3c6e72492bb7c1a4c484b82ee3bdab0e12eac30e90df01d84b713c962136
3
+ size 4920
run-3/checkpoint-5052/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.1709492526.90708aaa767a.21824.10 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c03847e9f6fca420a792f501be92a289ee0f2fb4d94804fe033809757d51d563
3
- size 6746
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5041c93d3f05a7c50a853e39a6f6bb2007358b1b391ce6085e75cb2f91441863
3
+ size 8056