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

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:6d6282eedc690462b9ee3acbfe54c8c2f756e7986c4fa38b526759dc136321e6
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ee944b9080939e84b18aabc60e3f8c9ff20289ececb2fe3fabcaa0e5013f409
3
  size 437958648
run-2/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.3",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-2/checkpoint-78/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c805f8113500772a72690f77fb2900675f7a0f4d14c9bc9029b40d658b2239f
3
+ size 437958648
run-2/checkpoint-78/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:905c8c0f4db658a801d1a71461b4d8234c9af0642e77f04929a44bb3d3d901e2
3
+ size 876038394
run-2/checkpoint-78/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2359103b6aecc5a33be9630634e2521d802ca571eca1b4adeac3ec6496c46f19
3
+ size 14244
run-2/checkpoint-78/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a4ddb60b114de2f231eca662d77dbbd41440ecf361b4caffe5e2567f7d6c48f
3
+ size 1064
run-2/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-2/checkpoint-78/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/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-2/checkpoint-78/trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 39,
3
+ "best_metric": 0.4657039711191336,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-2/checkpoint-39",
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.4657039711191336,
15
+ "eval_loss": 0.710749089717865,
16
+ "eval_runtime": 1.9931,
17
+ "eval_samples_per_second": 138.981,
18
+ "eval_steps_per_second": 2.509,
19
+ "step": 39
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.4620938628158845,
24
+ "eval_loss": 0.7048717737197876,
25
+ "eval_runtime": 1.9387,
26
+ "eval_samples_per_second": 142.881,
27
+ "eval_steps_per_second": 2.579,
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
+ "dropout_rate": 0.4829965966194095,
53
+ "learning_rate": 3.297651789500977e-06,
54
+ "max_seq_length": 128,
55
+ "num_train_epochs": 2,
56
+ "per_device_train_batch_size": 64
57
+ }
58
+ }
run-2/checkpoint-78/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c92319a9291c2950bc58902fdbdfc01c8adc9c12189f811495e2b99ba0ea7422
3
+ size 5432
run-2/checkpoint-78/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-39/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:964304f38ca7f2278632e80f95651d870e3cfe18792f4563bb7a23a64490079c
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ee944b9080939e84b18aabc60e3f8c9ff20289ececb2fe3fabcaa0e5013f409
3
  size 437958648
run-3/checkpoint-39/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88d594a303a0fd9650dba4ebf1e67a8162f0676546f6d861b3609d6da4b364cc
3
  size 876038394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a1d5547de702ef3b6d66c211d793f5f18384bcc23d03362dbef3351460ebfd
3
  size 876038394
run-3/checkpoint-39/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0274247476f94bc49402a83fd9d0470923562de755c43ad750bf1596c6a8986b
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad21ffac89aac5920a54af3dfca3fc889c9c696852a6d57e6122be6b002abcc5
3
  size 1064
run-3/checkpoint-39/trainer_state.json CHANGED
@@ -1,6 +1,6 @@
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": 1.0,
6
  "eval_steps": 500,
@@ -11,18 +11,18 @@
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
  "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": {
@@ -40,10 +40,10 @@
40
  "train_batch_size": 64,
41
  "trial_name": null,
42
  "trial_params": {
43
- "dropout_rate": 0.2582354383285764,
44
- "learning_rate": 4.879924272675403e-06,
45
- "max_seq_length": 128,
46
- "num_train_epochs": 2,
47
  "per_device_train_batch_size": 64
48
  }
49
  }
 
1
  {
2
  "best_global_step": 39,
3
+ "best_metric": 0.4620938628158845,
4
  "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-3/checkpoint-39",
5
  "epoch": 1.0,
6
  "eval_steps": 500,
 
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
  "logging_steps": 500,
23
+ "max_steps": 117,
24
  "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 3,
26
  "save_steps": 500,
27
  "stateful_callbacks": {
28
  "TrainerControl": {
 
40
  "train_batch_size": 64,
41
  "trial_name": null,
42
  "trial_params": {
43
+ "dropout_rate": 0.19092511979807322,
44
+ "learning_rate": 5.546555906491602e-06,
45
+ "max_seq_length": 256,
46
+ "num_train_epochs": 3,
47
  "per_device_train_batch_size": 64
48
  }
49
  }
run-3/checkpoint-39/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
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c92319a9291c2950bc58902fdbdfc01c8adc9c12189f811495e2b99ba0ea7422
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574977948b354aca70839ceacef71c7860dfc6ff222f5d96e1b3a99d03c6ab63
3
  size 5432