yunyus commited on
Commit
deb4491
·
verified ·
1 Parent(s): 0bc4b02

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:0ee944b9080939e84b18aabc60e3f8c9ff20289ececb2fe3fabcaa0e5013f409
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e693fdd79b3c65216e1e111a01de87a0a89a186a3ff2bf112dc7627a4ebf96
3
  size 437958648
run-3/checkpoint-117/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.3",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-3/checkpoint-117/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e693fdd79b3c65216e1e111a01de87a0a89a186a3ff2bf112dc7627a4ebf96
3
+ size 437958648
run-3/checkpoint-117/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:342ff39735bf6f9e2bc4c91fd7ce109886c41adcfe8849c7e2add1f2beedb197
3
+ size 876038394
run-3/checkpoint-117/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e6ef7001839c1d2af6340ecba7b523b0f2a4e44bd97f7e39ce88f55c07c8d7f
3
+ size 14244
run-3/checkpoint-117/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6598b28e4b688fcfc408839d1baf45a8cef8f9d14fb223fb14a61bb0dedb9f37
3
+ size 1064
run-3/checkpoint-117/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-3/checkpoint-117/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-117/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-3/checkpoint-117/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 117,
3
+ "best_metric": 0.5379061371841155,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-3/checkpoint-117",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 117,
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.4620938628158845,
15
+ "eval_loss": 0.6993961334228516,
16
+ "eval_runtime": 2.0133,
17
+ "eval_samples_per_second": 137.583,
18
+ "eval_steps_per_second": 2.483,
19
+ "step": 39
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.5018050541516246,
24
+ "eval_loss": 0.6926687359809875,
25
+ "eval_runtime": 2.0406,
26
+ "eval_samples_per_second": 135.744,
27
+ "eval_steps_per_second": 2.45,
28
+ "step": 78
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.5379061371841155,
33
+ "eval_loss": 0.690954864025116,
34
+ "eval_runtime": 2.0079,
35
+ "eval_samples_per_second": 137.952,
36
+ "eval_steps_per_second": 2.49,
37
+ "step": 117
38
+ }
39
+ ],
40
+ "logging_steps": 500,
41
+ "max_steps": 117,
42
+ "num_input_tokens_seen": 0,
43
+ "num_train_epochs": 3,
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": true
53
+ },
54
+ "attributes": {}
55
+ }
56
+ },
57
+ "total_flos": 0,
58
+ "train_batch_size": 64,
59
+ "trial_name": null,
60
+ "trial_params": {
61
+ "dropout_rate": 0.19092511979807322,
62
+ "learning_rate": 5.546555906491602e-06,
63
+ "max_seq_length": 256,
64
+ "num_train_epochs": 3,
65
+ "per_device_train_batch_size": 64
66
+ }
67
+ }
run-3/checkpoint-117/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574977948b354aca70839ceacef71c7860dfc6ff222f5d96e1b3a99d03c6ab63
3
+ size 5432
run-3/checkpoint-117/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-78/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:613ab2f11f67deba298142f0cbdb4bc4c67ff0b7b66614cc22ed6e3bd4babbc4
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd4913ce348f558d502ca01511ddb81e82587892b7e1f882077cabcd1b8a35d
3
  size 437958648
run-3/checkpoint-78/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2e6bf6471ca75a62298056f5fda9d21872557a35f079e5051a6a7787cbfdd50
3
  size 876038394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:671859db3ad9a98778b7e4b8e809d4705fdc307265d2f471178b4afa27f65754
3
  size 876038394
run-3/checkpoint-78/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59e4479defecd3bb83c1ad034c31572c77f94ab48c50a0501bfa384217c33006
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:589ecb2461e16e2216bde3fe5e91331709422e8f1c62ba8ff8dafc35616f6f84
3
  size 1064
run-3/checkpoint-78/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "best_global_step": 39,
3
- "best_metric": 0.4657039711191336,
4
- "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-3/checkpoint-39",
5
  "epoch": 2.0,
6
  "eval_steps": 500,
7
  "global_step": 78,
@@ -11,27 +11,27 @@
11
  "log_history": [
12
  {
13
  "epoch": 1.0,
14
- "eval_accuracy": 0.4657039711191336,
15
- "eval_loss": 0.7040843963623047,
16
- "eval_runtime": 2.0885,
17
- "eval_samples_per_second": 132.634,
18
- "eval_steps_per_second": 2.394,
19
  "step": 39
20
  },
21
  {
22
  "epoch": 2.0,
23
- "eval_accuracy": 0.4584837545126354,
24
- "eval_loss": 0.6989011168479919,
25
- "eval_runtime": 2.0926,
26
- "eval_samples_per_second": 132.371,
27
- "eval_steps_per_second": 2.389,
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,7 +40,7 @@
40
  "should_evaluate": false,
41
  "should_log": false,
42
  "should_save": true,
43
- "should_training_stop": true
44
  },
45
  "attributes": {}
46
  }
@@ -49,10 +49,10 @@
49
  "train_batch_size": 64,
50
  "trial_name": null,
51
  "trial_params": {
52
- "dropout_rate": 0.2582354383285764,
53
- "learning_rate": 4.879924272675403e-06,
54
- "max_seq_length": 128,
55
- "num_train_epochs": 2,
56
  "per_device_train_batch_size": 64
57
  }
58
  }
 
1
  {
2
+ "best_global_step": 78,
3
+ "best_metric": 0.5018050541516246,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-3/checkpoint-78",
5
  "epoch": 2.0,
6
  "eval_steps": 500,
7
  "global_step": 78,
 
11
  "log_history": [
12
  {
13
  "epoch": 1.0,
14
+ "eval_accuracy": 0.4620938628158845,
15
+ "eval_loss": 0.6993961334228516,
16
+ "eval_runtime": 2.0133,
17
+ "eval_samples_per_second": 137.583,
18
+ "eval_steps_per_second": 2.483,
19
  "step": 39
20
  },
21
  {
22
  "epoch": 2.0,
23
+ "eval_accuracy": 0.5018050541516246,
24
+ "eval_loss": 0.6926687359809875,
25
+ "eval_runtime": 2.0406,
26
+ "eval_samples_per_second": 135.744,
27
+ "eval_steps_per_second": 2.45,
28
  "step": 78
29
  }
30
  ],
31
  "logging_steps": 500,
32
+ "max_steps": 117,
33
  "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 3,
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": false
44
  },
45
  "attributes": {}
46
  }
 
49
  "train_batch_size": 64,
50
  "trial_name": null,
51
  "trial_params": {
52
+ "dropout_rate": 0.19092511979807322,
53
+ "learning_rate": 5.546555906491602e-06,
54
+ "max_seq_length": 256,
55
+ "num_train_epochs": 3,
56
  "per_device_train_batch_size": 64
57
  }
58
  }
run-3/checkpoint-78/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a607ee43ea4c4292bed708e312ebdc46626eeae019a3190ab6ab9067f61c85ce
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574977948b354aca70839ceacef71c7860dfc6ff222f5d96e1b3a99d03c6ab63
3
  size 5432