samil24 commited on
Commit
97cf304
·
verified ·
1 Parent(s): e9016ea

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6019332a2405ed45327de26e1fab37257eda70217b9e85d82c7fa6039c4973d
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:545b0222ddb4e5ec34d7c2f527d26a1c503d66c1e81b72dff1a86ec43efa165a
3
  size 437958648
run-13/checkpoint-78/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.50.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-13/checkpoint-78/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d18b287a2c4f6d4bed1b30a0b29506bd78bc9f429e65828538a7967a45ce444
3
+ size 437958648
run-13/checkpoint-78/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5cb509ca4b3b981d466b98cfe75b3254dbf85390337b056729858ae399f8137
3
+ size 876038394
run-13/checkpoint-78/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3115cbdc08b9836a393efb499f011b65a6649e6c5cc563d236e33e683532ac2
3
+ size 14244
run-13/checkpoint-78/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ebf02ca9dd9c1d98ba5ce7e4a1e20869748ba8b638ebaee4c02922556c84127
3
+ size 1064
run-13/checkpoint-78/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-13/checkpoint-78/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-13/checkpoint-78/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-13/checkpoint-78/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 78,
3
+ "best_metric": 0.631768953068592,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-13/checkpoint-78",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 78,
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.5956678700361011,
15
+ "eval_loss": 0.6718657612800598,
16
+ "eval_runtime": 0.6364,
17
+ "eval_samples_per_second": 435.249,
18
+ "eval_steps_per_second": 14.142,
19
+ "step": 39
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.631768953068592,
24
+ "eval_loss": 0.6457917094230652,
25
+ "eval_runtime": 0.6366,
26
+ "eval_samples_per_second": 435.144,
27
+ "eval_steps_per_second": 14.138,
28
+ "step": 78
29
+ }
30
+ ],
31
+ "logging_steps": 500,
32
+ "max_steps": 78,
33
+ "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 2,
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": true
44
+ },
45
+ "attributes": {}
46
+ }
47
+ },
48
+ "total_flos": 0,
49
+ "train_batch_size": 64,
50
+ "trial_name": null,
51
+ "trial_params": {
52
+ "learning_rate": 5.879377704760648e-05,
53
+ "num_train_epochs": 2,
54
+ "per_device_train_batch_size": 64
55
+ }
56
+ }
run-13/checkpoint-78/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e23a0a2a7111710f92f2d16d832bc9c9e37aa87c708e0778665c9b74b4307367
3
+ size 5432
run-13/checkpoint-78/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-14/checkpoint-39/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.50.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-14/checkpoint-39/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:545b0222ddb4e5ec34d7c2f527d26a1c503d66c1e81b72dff1a86ec43efa165a
3
+ size 437958648
run-14/checkpoint-39/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39d89261e0434a27676e233637839caa6c66eafd789143ec39e9b8d2b42b4fe6
3
+ size 876038394
run-14/checkpoint-39/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ce2001d6c41d462c4a530df5214c4ba6ac04088f8883ec9b91629a00a7da50d
3
+ size 14244
run-14/checkpoint-39/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1dddc0b50a591a24505c6dea7bdb620207a094fcc13ce363cafbaffa340f2bb
3
+ size 1064
run-14/checkpoint-39/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-14/checkpoint-39/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-14/checkpoint-39/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-14/checkpoint-39/trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 39,
3
+ "best_metric": 0.6245487364620939,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-14/checkpoint-39",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 39,
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.6245487364620939,
15
+ "eval_loss": 0.644602358341217,
16
+ "eval_runtime": 0.637,
17
+ "eval_samples_per_second": 434.826,
18
+ "eval_steps_per_second": 14.128,
19
+ "step": 39
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 78,
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": 64,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "learning_rate": 6.916253135444006e-05,
44
+ "num_train_epochs": 2,
45
+ "per_device_train_batch_size": 64
46
+ }
47
+ }
run-14/checkpoint-39/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab3391318194abd0f0bb6c6657e27a34504d8e78a4e41d8a102fbed5ded6b3e0
3
+ size 5432
run-14/checkpoint-39/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-14/checkpoint-78/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:954d87e977a72816e490bca266e9cf1360a598ceb5a3dc902aa55af45f379db8
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4c40a3436f9b58030759d886ca6ca7056c85bf59b3c3af0d2102b007456075
3
  size 437958648
run-14/checkpoint-78/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2b525b75f84c943f49f25532ea0ae1c9d01ed39b8b2f07c85ed8582b9422ba5
3
  size 876038394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:766cc11806f0cdcc9de0b846fa877eac19f572f79a1a2ff249a6fb33ec02ae66
3
  size 876038394
run-14/checkpoint-78/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5ab796df965c74c106f46f16854d55804fecfe14c1d69ae73ebe7269fc9ed28
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3115cbdc08b9836a393efb499f011b65a6649e6c5cc563d236e33e683532ac2
3
  size 14244
run-14/checkpoint-78/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a6e669d28218ff97479ed952f343adfc032380e112f212662377b21c9dfc580
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00d9ede21e2edec5bdbfce1dfaafcec1e1fdbdd904cefa929d2dcb5f86af0ce
3
  size 1064
run-14/checkpoint-78/trainer_state.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "best_global_step": 78,
3
- "best_metric": 0.6570397111913358,
4
  "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-14/checkpoint-78",
5
- "epoch": 1.0,
6
  "eval_steps": 500,
7
  "global_step": 78,
8
  "is_hyper_param_search": true,
@@ -11,18 +11,27 @@
11
  "log_history": [
12
  {
13
  "epoch": 1.0,
14
- "eval_accuracy": 0.6570397111913358,
15
- "eval_loss": 0.6404402852058411,
16
- "eval_runtime": 0.6557,
17
- "eval_samples_per_second": 422.45,
18
- "eval_steps_per_second": 7.625,
 
 
 
 
 
 
 
 
 
19
  "step": 78
20
  }
21
  ],
22
  "logging_steps": 500,
23
- "max_steps": 234,
24
  "num_input_tokens_seen": 0,
25
- "num_train_epochs": 3,
26
  "save_steps": 500,
27
  "stateful_callbacks": {
28
  "TrainerControl": {
@@ -31,17 +40,17 @@
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": 32,
41
  "trial_name": null,
42
  "trial_params": {
43
- "learning_rate": 4.3998157432672416e-05,
44
- "num_train_epochs": 3,
45
- "per_device_train_batch_size": 32
46
  }
47
  }
 
1
  {
2
  "best_global_step": 78,
3
+ "best_metric": 0.6678700361010831,
4
  "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-14/checkpoint-78",
5
+ "epoch": 2.0,
6
  "eval_steps": 500,
7
  "global_step": 78,
8
  "is_hyper_param_search": true,
 
11
  "log_history": [
12
  {
13
  "epoch": 1.0,
14
+ "eval_accuracy": 0.6245487364620939,
15
+ "eval_loss": 0.644602358341217,
16
+ "eval_runtime": 0.637,
17
+ "eval_samples_per_second": 434.826,
18
+ "eval_steps_per_second": 14.128,
19
+ "step": 39
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.6678700361010831,
24
+ "eval_loss": 0.6472871899604797,
25
+ "eval_runtime": 0.6372,
26
+ "eval_samples_per_second": 434.719,
27
+ "eval_steps_per_second": 14.124,
28
  "step": 78
29
  }
30
  ],
31
  "logging_steps": 500,
32
+ "max_steps": 78,
33
  "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 2,
35
  "save_steps": 500,
36
  "stateful_callbacks": {
37
  "TrainerControl": {
 
40
  "should_evaluate": false,
41
  "should_log": false,
42
  "should_save": true,
43
+ "should_training_stop": true
44
  },
45
  "attributes": {}
46
  }
47
  },
48
  "total_flos": 0,
49
+ "train_batch_size": 64,
50
  "trial_name": null,
51
  "trial_params": {
52
+ "learning_rate": 6.916253135444006e-05,
53
+ "num_train_epochs": 2,
54
+ "per_device_train_batch_size": 64
55
  }
56
  }
run-14/checkpoint-78/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02a51f6f6a73ae207417b743655b2a56f5f44686c5e517b0bb8272dd8637d5b6
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab3391318194abd0f0bb6c6657e27a34504d8e78a4e41d8a102fbed5ded6b3e0
3
  size 5432
runs/Apr01_21-40-42_1357c7d90830/events.out.tfevents.1743547502.1357c7d90830.592.109 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43e178b426fc75ee41e811af72fca27b15c8c7863364218a01d00cd50ed8d434
3
+ size 6083
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e23a0a2a7111710f92f2d16d832bc9c9e37aa87c708e0778665c9b74b4307367
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab3391318194abd0f0bb6c6657e27a34504d8e78a4e41d8a102fbed5ded6b3e0
3
  size 5432