berkayaltntas commited on
Commit
2281c91
·
verified ·
1 Parent(s): 2e4d29a

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:e523ef390379259e2d519e2d17198780a1cde58ae8503b3aba68131e7af118d0
3
  size 165512728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:078050c05a159c17f622e1056af2571347b2bbe2ab5c3ccc32a831d6d2868e33
3
  size 165512728
run-0/checkpoint-312/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-312/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbc17e9f2ae81fe18a5c6d515f5cb2431785306fbefb44ecb71e2565a957eb18
3
+ size 165512728
run-0/checkpoint-312/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5450565e5844774a141b752e0423af96652f5dfb3e9c27070b1d28b9afa07de2
3
+ size 331108474
run-0/checkpoint-312/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6866ec325c25834fbe2afc4a110637cde57b0e2b7245e62d1e01058cc29debe0
3
+ size 14244
run-0/checkpoint-312/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f764fd7cdcc0b0463342742e47bbc9e0d7c3560ee1d035f70206c0a260293bb6
3
+ size 1064
run-0/checkpoint-312/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-312/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-312/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-312/trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 312,
3
+ "best_metric": 0.5703971119133574,
4
+ "best_model_checkpoint": "bert_uncased_L-8_H-512_A-8-finetuned-rte-run_1/run-0/checkpoint-312",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 312,
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
+ "logging_steps": 500,
32
+ "max_steps": 624,
33
+ "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 4,
35
+ "save_steps": 500,
36
+ "stateful_callbacks": {
37
+ "TrainerControl": {
38
+ "args": {
39
+ "should_epoch_stop": false,
40
+ "should_evaluate": false,
41
+ "should_log": false,
42
+ "should_save": true,
43
+ "should_training_stop": false
44
+ },
45
+ "attributes": {}
46
+ }
47
+ },
48
+ "total_flos": 0,
49
+ "train_batch_size": 16,
50
+ "trial_name": null,
51
+ "trial_params": {
52
+ "classifier_dropout": 0.1891988684237177,
53
+ "learning_rate": 4.546022869296215e-06,
54
+ "max_length": 256,
55
+ "num_train_epochs": 4,
56
+ "per_device_train_batch_size": 16
57
+ }
58
+ }
run-0/checkpoint-312/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-312/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-468/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-468/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:078050c05a159c17f622e1056af2571347b2bbe2ab5c3ccc32a831d6d2868e33
3
+ size 165512728
run-0/checkpoint-468/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86095795db546e2bbe37a04b66aee27b49cfca303531e0e43b6db7a12c55eb5c
3
+ size 331108474
run-0/checkpoint-468/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2387e19ff70ff52a1da549c008f866915edb34fdc632d8b4f2743f3894398c3
3
+ size 14244
run-0/checkpoint-468/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bfec2520d7de906fa0d65cba64e755e49b54e9e53b2cf74a010f3d8fad5d810
3
+ size 1064
run-0/checkpoint-468/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-468/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-468/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-468/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 468,
3
+ "best_metric": 0.5812274368231047,
4
+ "best_model_checkpoint": "bert_uncased_L-8_H-512_A-8-finetuned-rte-run_1/run-0/checkpoint-468",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 468,
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
+ "logging_steps": 500,
41
+ "max_steps": 624,
42
+ "num_input_tokens_seen": 0,
43
+ "num_train_epochs": 4,
44
+ "save_steps": 500,
45
+ "stateful_callbacks": {
46
+ "TrainerControl": {
47
+ "args": {
48
+ "should_epoch_stop": false,
49
+ "should_evaluate": false,
50
+ "should_log": false,
51
+ "should_save": true,
52
+ "should_training_stop": false
53
+ },
54
+ "attributes": {}
55
+ }
56
+ },
57
+ "total_flos": 0,
58
+ "train_batch_size": 16,
59
+ "trial_name": null,
60
+ "trial_params": {
61
+ "classifier_dropout": 0.1891988684237177,
62
+ "learning_rate": 4.546022869296215e-06,
63
+ "max_length": 256,
64
+ "num_train_epochs": 4,
65
+ "per_device_train_batch_size": 16
66
+ }
67
+ }
run-0/checkpoint-468/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-468/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:692e5a910a6cc37ed6bb0f89297927ee0f556fe28febe6017a182ae77a3e22ab
3
- size 5416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:616c5ea6cdfd2047b5f1964823c9aaf1ebc10c8cfb86e4c4e6c16bf917f5aac1
3
+ size 6273