Tech-oriented commited on
Commit
f666ee5
1 Parent(s): ccc09fb

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:c7f3b30207cb33bfbca6b89499a12df75b8f84f2ac5d99587ca172ccea837344
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:894d1b0c0da326d4f8cda11cc4ca29592366fce3736ec56ffbc39c1397e63d03
3
  size 437958648
run-4/checkpoint-12630/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-12630/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:894d1b0c0da326d4f8cda11cc4ca29592366fce3736ec56ffbc39c1397e63d03
3
+ size 437958648
run-4/checkpoint-12630/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d9a03a11d17a5d0fd9e0998237a75a7e8157d0c76486d44aa53a5201cbca54e
3
+ size 876038394
run-4/checkpoint-12630/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e27ae77c7c17d1e01a615dbcaf5f0b2bfd6b743d2f3ea2e92189e56abcbd301
3
+ size 14244
run-4/checkpoint-12630/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34cb0a7bbf1704ae8a6f3f996baa7ce7a8b068f9a26c7e5249faf0ac49d4fc0c
3
+ size 1064
run-4/checkpoint-12630/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-12630/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-12630/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-12630/trainer_state.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 12630,
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
+ "logging_steps": 4209,
61
+ "max_steps": 21050,
62
+ "num_input_tokens_seen": 0,
63
+ "num_train_epochs": 5,
64
+ "save_steps": 500,
65
+ "total_flos": 3654833531125800.0,
66
+ "train_batch_size": 16,
67
+ "trial_name": null,
68
+ "trial_params": {
69
+ "learning_rate": 2.5520826719432166e-05,
70
+ "num_train_epochs": 5,
71
+ "per_device_train_batch_size": 16,
72
+ "seed": 27,
73
+ "weight_decay": 0.30671272708017133
74
+ }
75
+ }
run-4/checkpoint-12630/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-12630/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:a96d0f45fd70dafb15445b35f495627a1ff0c5bfce771ca1323c2a10cd413897
3
- size 5820
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7bdd43f5597661bab4955e74967f69027b679995c07a6c7754de068a95e77b0
3
+ size 6354