samil24 commited on
Commit
601858a
·
verified ·
1 Parent(s): d0f6d90

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:a0f5821d195f2e39f901dfea1fb5064d51431426afa4141f8f72b860ca073c8b
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a277f6a12a1409fe0f4a7b40db1096c337cfa9bec3ec504facc99b24ff1f661
3
  size 437958648
run-29/checkpoint-156/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-29/checkpoint-156/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd100539da55537196b11e32e68eec824b71243625842aad22844329b89973ac
3
+ size 437958648
run-29/checkpoint-156/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f14fffc5c68199087373192f647a9d9eb4c9121e122e7d7f001ec237fd4df73f
3
+ size 876038394
run-29/checkpoint-156/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a64755083f7633da1abd1de577e641d7084f1c57535fb19884090b3171beb5
3
+ size 14244
run-29/checkpoint-156/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5db4bd071c5348e393f29e2011d7c769592ec817010852f3276e79584a642ce8
3
+ size 1064
run-29/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-29/checkpoint-156/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-29/checkpoint-156/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-29/checkpoint-156/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 156,
3
+ "best_metric": 0.6534296028880866,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-29/checkpoint-156",
5
+ "epoch": 2.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.6462093862815884,
15
+ "eval_loss": 0.6422674655914307,
16
+ "eval_runtime": 0.6572,
17
+ "eval_samples_per_second": 421.463,
18
+ "eval_steps_per_second": 7.608,
19
+ "step": 78
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.6534296028880866,
24
+ "eval_loss": 0.6259552836418152,
25
+ "eval_runtime": 0.6578,
26
+ "eval_samples_per_second": 421.115,
27
+ "eval_steps_per_second": 7.601,
28
+ "step": 156
29
+ }
30
+ ],
31
+ "logging_steps": 500,
32
+ "max_steps": 156,
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": 32,
50
+ "trial_name": null,
51
+ "trial_params": {
52
+ "learning_rate": 5.864264434643044e-05,
53
+ "num_train_epochs": 2,
54
+ "per_device_train_batch_size": 32
55
+ }
56
+ }
run-29/checkpoint-156/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a5f9ecc748d273812cae37ce03c8e9200a7c034136a4177c8ed31e2bbe4dce7
3
+ size 5432
run-29/checkpoint-156/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-33/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-33/checkpoint-78/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a277f6a12a1409fe0f4a7b40db1096c337cfa9bec3ec504facc99b24ff1f661
3
+ size 437958648
run-33/checkpoint-78/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d38518d4f825015e430fa9b5c3413d0a5440b260912288cad1130c6cede4d85
3
+ size 876038394
run-33/checkpoint-78/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5ab796df965c74c106f46f16854d55804fecfe14c1d69ae73ebe7269fc9ed28
3
+ size 14244
run-33/checkpoint-78/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b22419bdc3f134f1b157a45da352a75e5b1498c5a38fef505a0563ea30612e1f
3
+ size 1064
run-33/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-33/checkpoint-78/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-33/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-33/checkpoint-78/trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 78,
3
+ "best_metric": 0.6498194945848376,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-33/checkpoint-78",
5
+ "epoch": 1.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.6498194945848376,
15
+ "eval_loss": 0.6419539451599121,
16
+ "eval_runtime": 0.6591,
17
+ "eval_samples_per_second": 420.293,
18
+ "eval_steps_per_second": 7.587,
19
+ "step": 78
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 156,
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": 32,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "learning_rate": 5.59313791861194e-05,
44
+ "num_train_epochs": 2,
45
+ "per_device_train_batch_size": 32
46
+ }
47
+ }
run-33/checkpoint-78/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe9873c26a745d93c4e7225004d447f3546bea07903f60d63754c1b8158128d
3
+ size 5432
run-33/checkpoint-78/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr01_18-57-28_1357c7d90830/events.out.tfevents.1743537753.1357c7d90830.592.48 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c31029725d8cca108ccd7cd21266bdc87512fcf418f2881c3892f62450a7e225
3
+ size 5419
runs/Apr01_18-57-28_1357c7d90830/events.out.tfevents.1743537774.1357c7d90830.592.49 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e26f918c454974a9d8ccb061b6f4704de4608e77a2ef9f71f1ef3ca661594f8
3
+ size 5418
runs/Apr01_18-57-28_1357c7d90830/events.out.tfevents.1743537794.1357c7d90830.592.50 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5021c5f642f2e5edb84843522f074214d76de77e5c6659ec0306061bea12c59f
3
+ size 5419
runs/Apr01_18-57-28_1357c7d90830/events.out.tfevents.1743537814.1357c7d90830.592.51 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:587df3bfbcb545e8dea25f4ca6f27b531fac74152a253e24b74553ac85b8b705
3
+ size 6094
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a5f9ecc748d273812cae37ce03c8e9200a7c034136a4177c8ed31e2bbe4dce7
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe9873c26a745d93c4e7225004d447f3546bea07903f60d63754c1b8158128d
3
  size 5432