Tech-oriented commited on
Commit
fdcaaf9
1 Parent(s): 2454f41

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:4ffa66191c7997d3b86686b7ca7b22f03e0efaca9054f5f289afd54a52fe80c5
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31e8e66a6fdbe2714a08ba1683f1f2ddf589b760aa4848941d634763bfe8536c
3
  size 437958648
run-4/checkpoint-21050/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-4/checkpoint-21050/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31e8e66a6fdbe2714a08ba1683f1f2ddf589b760aa4848941d634763bfe8536c
3
+ size 437958648
run-4/checkpoint-21050/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56eae9ed4aa86bf4c83af7c55ba189cd92c9597457f746a4e5c9873152c97cca
3
+ size 876038394
run-4/checkpoint-21050/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e094541ff5efdafdc4b0f0948dbb524dde74692c560bafd45ec4677675110419
3
+ size 14244
run-4/checkpoint-21050/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc614c72fa401b7fbe980f7fb8cce3a3cfe7fe79e2ae5e7e4c8d3d71d8f4324c
3
+ size 1064
run-4/checkpoint-21050/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-21050/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-21050/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-21050/trainer_state.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9139908256880734,
3
+ "best_model_checkpoint": "Tech-oriented/best_model_bert_uncasedbert-base-uncased-finetuned-sst2/run-4/checkpoint-8420",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 21050,
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
+ "grad_norm": 20.266050338745117,
14
+ "learning_rate": 2.0417873766363758e-05,
15
+ "loss": 0.3739,
16
+ "step": 4209
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.9059633027522935,
21
+ "eval_loss": 0.28132590651512146,
22
+ "eval_runtime": 2.4226,
23
+ "eval_samples_per_second": 359.943,
24
+ "eval_steps_per_second": 22.703,
25
+ "step": 4210
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "grad_norm": 31.52709197998047,
30
+ "learning_rate": 1.531492081329535e-05,
31
+ "loss": 0.2461,
32
+ "step": 8418
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.9139908256880734,
37
+ "eval_loss": 0.35249146819114685,
38
+ "eval_runtime": 2.4264,
39
+ "eval_samples_per_second": 359.387,
40
+ "eval_steps_per_second": 22.668,
41
+ "step": 8420
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "grad_norm": 2.8592076301574707,
46
+ "learning_rate": 1.0211967860226942e-05,
47
+ "loss": 0.2063,
48
+ "step": 12627
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_accuracy": 0.908256880733945,
53
+ "eval_loss": 0.38172876834869385,
54
+ "eval_runtime": 2.4147,
55
+ "eval_samples_per_second": 361.12,
56
+ "eval_steps_per_second": 22.777,
57
+ "step": 12630
58
+ },
59
+ {
60
+ "epoch": 4.0,
61
+ "grad_norm": 19.267065048217773,
62
+ "learning_rate": 5.109014907158535e-06,
63
+ "loss": 0.1789,
64
+ "step": 16836
65
+ },
66
+ {
67
+ "epoch": 4.0,
68
+ "eval_accuracy": 0.9139908256880734,
69
+ "eval_loss": 0.4979610741138458,
70
+ "eval_runtime": 2.4158,
71
+ "eval_samples_per_second": 360.958,
72
+ "eval_steps_per_second": 22.767,
73
+ "step": 16840
74
+ },
75
+ {
76
+ "epoch": 5.0,
77
+ "grad_norm": 3.8149940967559814,
78
+ "learning_rate": 6.061954090126405e-09,
79
+ "loss": 0.1621,
80
+ "step": 21045
81
+ },
82
+ {
83
+ "epoch": 5.0,
84
+ "eval_accuracy": 0.9139908256880734,
85
+ "eval_loss": 0.46082746982574463,
86
+ "eval_runtime": 2.4166,
87
+ "eval_samples_per_second": 360.832,
88
+ "eval_steps_per_second": 22.759,
89
+ "step": 21050
90
+ }
91
+ ],
92
+ "logging_steps": 4209,
93
+ "max_steps": 21050,
94
+ "num_input_tokens_seen": 0,
95
+ "num_train_epochs": 5,
96
+ "save_steps": 500,
97
+ "total_flos": 6093988125399720.0,
98
+ "train_batch_size": 16,
99
+ "trial_name": null,
100
+ "trial_params": {
101
+ "learning_rate": 2.5520826719432166e-05,
102
+ "num_train_epochs": 5,
103
+ "per_device_train_batch_size": 16,
104
+ "seed": 27,
105
+ "weight_decay": 0.30671272708017133
106
+ }
107
+ }
run-4/checkpoint-21050/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79639f8dc59c3749bc4f8e0b04d77757fcb59a728c0f0abcf338eda4dfd20a1a
3
+ size 4984
run-4/checkpoint-21050/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.1709761277.e017d622c671.539.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e48d4cac9ed777eaff7ae095a7024abe71d524d1356f0d7caa52040c6b395fb2
3
- size 6898
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49f51cd2d077926e7b7d3f9858a1311506b98d5d2bdb1fd46a8f49f66bff52bf
3
+ size 7802