berkayaltntas commited on
Commit
6db01ef
·
verified ·
1 Parent(s): 2281c91

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
7
  "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1891988684237177,
9
  "hidden_size": 512,
10
  "initializer_range": 0.02,
11
  "intermediate_size": 2048,
 
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
7
  "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.10807485811873185,
9
  "hidden_size": 512,
10
  "initializer_range": 0.02,
11
  "intermediate_size": 2048,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:078050c05a159c17f622e1056af2571347b2bbe2ab5c3ccc32a831d6d2868e33
3
  size 165512728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e263c139f8de8f1e8341a963f5dc15c8b21e164f56f144f9138bf69b438ae70
3
  size 165512728
run-0/checkpoint-624/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1891988684237177,
9
+ "hidden_size": 512,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 2048,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 8,
16
+ "num_hidden_layers": 8,
17
+ "pad_token_id": 0,
18
+ "position_embedding_type": "absolute",
19
+ "problem_type": "single_label_classification",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.50.2",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-624/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b59ee5daf4e83f3709b397fa10f93d3864c9448118b16f869f3397c27bc44f1b
3
+ size 165512728
run-0/checkpoint-624/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc62d10ba85f9049f555808322166d3a9e2791fae1c976a2045c549a00a8eaa
3
+ size 331108474
run-0/checkpoint-624/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:356d94ef9cb3451fddc555952f295086c52490a8fe8697275f7fcf3d2f04e479
3
+ size 14244
run-0/checkpoint-624/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5714b142bec505140e88fa9f25aa8de5860509ab75cb1af27cc2c029d80a00f
3
+ size 1064
run-0/checkpoint-624/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-624/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-624/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
run-0/checkpoint-624/trainer_state.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 624,
3
+ "best_metric": 0.592057761732852,
4
+ "best_model_checkpoint": "bert_uncased_L-8_H-512_A-8-finetuned-rte-run_1/run-0/checkpoint-624",
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 624,
8
+ "is_hyper_param_search": true,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_accuracy": 0.5090252707581228,
15
+ "eval_loss": 0.690215528011322,
16
+ "eval_runtime": 0.9783,
17
+ "eval_samples_per_second": 283.148,
18
+ "eval_steps_per_second": 5.111,
19
+ "step": 156
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.5703971119133574,
24
+ "eval_loss": 0.6809557676315308,
25
+ "eval_runtime": 0.9817,
26
+ "eval_samples_per_second": 282.165,
27
+ "eval_steps_per_second": 5.093,
28
+ "step": 312
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.5812274368231047,
33
+ "eval_loss": 0.6777123212814331,
34
+ "eval_runtime": 0.9494,
35
+ "eval_samples_per_second": 291.776,
36
+ "eval_steps_per_second": 5.267,
37
+ "step": 468
38
+ },
39
+ {
40
+ "epoch": 3.2051282051282053,
41
+ "grad_norm": 3.2472236156463623,
42
+ "learning_rate": 9.033763394114273e-07,
43
+ "loss": 0.694,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 4.0,
48
+ "eval_accuracy": 0.592057761732852,
49
+ "eval_loss": 0.67612224817276,
50
+ "eval_runtime": 0.94,
51
+ "eval_samples_per_second": 294.682,
52
+ "eval_steps_per_second": 5.319,
53
+ "step": 624
54
+ }
55
+ ],
56
+ "logging_steps": 500,
57
+ "max_steps": 624,
58
+ "num_input_tokens_seen": 0,
59
+ "num_train_epochs": 4,
60
+ "save_steps": 500,
61
+ "stateful_callbacks": {
62
+ "TrainerControl": {
63
+ "args": {
64
+ "should_epoch_stop": false,
65
+ "should_evaluate": false,
66
+ "should_log": false,
67
+ "should_save": true,
68
+ "should_training_stop": true
69
+ },
70
+ "attributes": {}
71
+ }
72
+ },
73
+ "total_flos": 199409237693544.0,
74
+ "train_batch_size": 16,
75
+ "trial_name": null,
76
+ "trial_params": {
77
+ "classifier_dropout": 0.1891988684237177,
78
+ "learning_rate": 4.546022869296215e-06,
79
+ "max_length": 256,
80
+ "num_train_epochs": 4,
81
+ "per_device_train_batch_size": 16
82
+ }
83
+ }
run-0/checkpoint-624/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5f34da6ceb66aad0eb63c414662f43a60eed98b09cbecadb2699ba48e9f997
3
+ size 5432
run-0/checkpoint-624/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-156/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.10807485811873185,
9
+ "hidden_size": 512,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 2048,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 8,
16
+ "num_hidden_layers": 8,
17
+ "pad_token_id": 0,
18
+ "position_embedding_type": "absolute",
19
+ "problem_type": "single_label_classification",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.50.2",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 30522
25
+ }
run-1/checkpoint-156/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e263c139f8de8f1e8341a963f5dc15c8b21e164f56f144f9138bf69b438ae70
3
+ size 165512728
run-1/checkpoint-156/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f161fa1bdbb6040fe4f6d7ec9713d19fbd87ef4307d59f80a95fec0b56eea46
3
+ size 331108474
run-1/checkpoint-156/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:957b2bc679131c2bcb60ab7040f6ead1f0d3b094fbfaabc3aba5dc3ab78ade86
3
+ size 14244
run-1/checkpoint-156/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a60d322c19805e7d9b07636b0db45ca46f58317d500468b9150309e309fe72
3
+ size 1064
run-1/checkpoint-156/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-1/checkpoint-156/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-156/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
run-1/checkpoint-156/trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 156,
3
+ "best_metric": 0.6137184115523465,
4
+ "best_model_checkpoint": "bert_uncased_L-8_H-512_A-8-finetuned-rte-run_1/run-1/checkpoint-156",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 156,
8
+ "is_hyper_param_search": true,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_accuracy": 0.6137184115523465,
15
+ "eval_loss": 0.6537649631500244,
16
+ "eval_runtime": 0.9914,
17
+ "eval_samples_per_second": 279.403,
18
+ "eval_steps_per_second": 5.043,
19
+ "step": 156
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 312,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 2,
26
+ "save_steps": 500,
27
+ "stateful_callbacks": {
28
+ "TrainerControl": {
29
+ "args": {
30
+ "should_epoch_stop": false,
31
+ "should_evaluate": false,
32
+ "should_log": false,
33
+ "should_save": true,
34
+ "should_training_stop": false
35
+ },
36
+ "attributes": {}
37
+ }
38
+ },
39
+ "total_flos": 0,
40
+ "train_batch_size": 16,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "classifier_dropout": 0.10807485811873185,
44
+ "learning_rate": 2.9512691618493915e-05,
45
+ "max_length": 512,
46
+ "num_train_epochs": 2,
47
+ "per_device_train_batch_size": 16
48
+ }
49
+ }
run-1/checkpoint-156/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:397c8b0b400495fc92935712b7103c95ccb0961c113e74bb162f509ad182e4d0
3
+ size 5432
run-1/checkpoint-156/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr03_13-50-26_435476ce9a2d/events.out.tfevents.1743689038.435476ce9a2d.544.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:616c5ea6cdfd2047b5f1964823c9aaf1ebc10c8cfb86e4c4e6c16bf917f5aac1
3
- size 6273
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f48775b95d714e043b0c7706843462919278f9a1d0e93b21f26625984abd3a2
3
+ size 6950
runs/Apr03_13-50-26_435476ce9a2d/events.out.tfevents.1743689158.435476ce9a2d.544.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127d166b45fcd9ba1a96b9bb5cf036bb2b89683b784a4f6a1958030d03bf6114
3
+ size 5374
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c5f34da6ceb66aad0eb63c414662f43a60eed98b09cbecadb2699ba48e9f997
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:397c8b0b400495fc92935712b7103c95ccb0961c113e74bb162f509ad182e4d0
3
  size 5432