yunyus commited on
Commit
78e6ba3
·
verified ·
1 Parent(s): 72b2bd0

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:9dcdcb1f1b6e7c31feaa9714b113863285f71213f4050d8f8e1e8368c49cbc8d
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b6b16f7a7da0900019e1f77cb501fd89b6d9d5c43023285cb903da7c01cf169
3
  size 437958648
run-3/checkpoint-156/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-3/checkpoint-156/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14559bd9d478131cb16a7bfc7777abbbbcd86f972723b74902dfb0ddf2b0319c
3
+ size 437958648
run-3/checkpoint-156/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf62cdb3756e13ef0fb5f1893666d55a020359f233371f21d12b4dba6490cba6
3
+ size 876038394
run-3/checkpoint-156/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b06d22713ab0eccf6163f8b0ec7376abad69fdc0b947461e0b301173cdd320
3
+ size 14244
run-3/checkpoint-156/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93254082f16a258040160ea0e6bb69ec805e4830769e27bfe40dc40fe80fe17
3
+ size 1064
run-3/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-3/checkpoint-156/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-156/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-3/checkpoint-156/trainer_state.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4693140794223827,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-3/checkpoint-78",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 156,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.4693140794223827,
14
+ "eval_loss": 0.7107913494110107,
15
+ "eval_runtime": 0.675,
16
+ "eval_samples_per_second": 410.389,
17
+ "eval_steps_per_second": 13.334,
18
+ "step": 78
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.4693140794223827,
23
+ "eval_loss": 0.7062165141105652,
24
+ "eval_runtime": 1.0234,
25
+ "eval_samples_per_second": 270.666,
26
+ "eval_steps_per_second": 8.794,
27
+ "step": 156
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 156,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 2,
34
+ "save_steps": 500,
35
+ "stateful_callbacks": {
36
+ "TrainerControl": {
37
+ "args": {
38
+ "should_epoch_stop": false,
39
+ "should_evaluate": false,
40
+ "should_log": false,
41
+ "should_save": true,
42
+ "should_training_stop": true
43
+ },
44
+ "attributes": {}
45
+ }
46
+ },
47
+ "total_flos": 0,
48
+ "train_batch_size": 32,
49
+ "trial_name": null,
50
+ "trial_params": {
51
+ "dropout_rate": 0.29412092726837363,
52
+ "learning_rate": 2.1156293226344175e-06,
53
+ "max_seq_length": 64,
54
+ "num_train_epochs": 2,
55
+ "per_device_train_batch_size": 32
56
+ }
57
+ }
run-3/checkpoint-156/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ecd4dd949417edd978f459fbaf152e991e4d079e0f5959c96a5c0379f9a1e95
3
+ size 5240
run-3/checkpoint-156/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-78/config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "BertForSequenceClassification"
4
  ],
@@ -19,7 +20,7 @@
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
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
20
  "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.44.2",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 30522
run-4/checkpoint-78/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ed12413a78a5820ab2c4ab01bfad7a21eba7c8b2ce1a2ee5bd44fee72d1e7e0
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b6b16f7a7da0900019e1f77cb501fd89b6d9d5c43023285cb903da7c01cf169
3
  size 437958648
run-4/checkpoint-78/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2471d9ad4cb454843be8e9f248895d3f54bbfa272529e044e887f70d8aa28682
3
  size 876038394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9a56467b16d1806d3b70531d42690db7a47401c588851416339cc442c88df4b
3
  size 876038394
run-4/checkpoint-78/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2359103b6aecc5a33be9630634e2521d802ca571eca1b4adeac3ec6496c46f19
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd53c5c3dd7d411230f105bda2473d2a3923ae5b6e14f965bb99d91f5a28c9b2
3
  size 14244
run-4/checkpoint-78/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a1765c70c3ecce838f35a9b9da22365ff312697bec6161477288f9bd41cc533
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c04c957a5092cf8e4865d74822ca2280cf48e9ccdf02776ba6a55b3e20ebcc8
3
  size 1064
run-4/checkpoint-78/tokenizer_config.json CHANGED
@@ -41,10 +41,9 @@
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]",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
 
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
run-4/checkpoint-78/trainer_state.json CHANGED
@@ -1,8 +1,7 @@
1
  {
2
- "best_global_step": 78,
3
- "best_metric": 0.4729241877256318,
4
  "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-4/checkpoint-78",
5
- "epoch": 2.0,
6
  "eval_steps": 500,
7
  "global_step": 78,
8
  "is_hyper_param_search": true,
@@ -11,27 +10,18 @@
11
  "log_history": [
12
  {
13
  "epoch": 1.0,
14
- "eval_accuracy": 0.4548736462093863,
15
- "eval_loss": 0.6974011659622192,
16
- "eval_runtime": 2.044,
17
- "eval_samples_per_second": 135.516,
18
- "eval_steps_per_second": 2.446,
19
- "step": 39
20
- },
21
- {
22
- "epoch": 2.0,
23
- "eval_accuracy": 0.4729241877256318,
24
- "eval_loss": 0.6938932538032532,
25
- "eval_runtime": 2.0092,
26
- "eval_samples_per_second": 137.867,
27
- "eval_steps_per_second": 2.489,
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": {
@@ -46,13 +36,13 @@
46
  }
47
  },
48
  "total_flos": 0,
49
- "train_batch_size": 64,
50
  "trial_name": null,
51
  "trial_params": {
52
- "dropout_rate": 0.4407801684939425,
53
- "learning_rate": 6.14706717379554e-06,
54
- "max_seq_length": 256,
55
- "num_train_epochs": 2,
56
- "per_device_train_batch_size": 64
57
  }
58
  }
 
1
  {
2
+ "best_metric": 0.4657039711191336,
 
3
  "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-4/checkpoint-78",
4
+ "epoch": 1.0,
5
  "eval_steps": 500,
6
  "global_step": 78,
7
  "is_hyper_param_search": true,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_accuracy": 0.4657039711191336,
14
+ "eval_loss": 0.6980094909667969,
15
+ "eval_runtime": 0.6946,
16
+ "eval_samples_per_second": 398.789,
17
+ "eval_steps_per_second": 12.957,
 
 
 
 
 
 
 
 
 
18
  "step": 78
19
  }
20
  ],
21
  "logging_steps": 500,
22
  "max_steps": 78,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
  "save_steps": 500,
26
  "stateful_callbacks": {
27
  "TrainerControl": {
 
36
  }
37
  },
38
  "total_flos": 0,
39
+ "train_batch_size": 32,
40
  "trial_name": null,
41
  "trial_params": {
42
+ "dropout_rate": 0.41500781489341676,
43
+ "learning_rate": 6.349040683142055e-06,
44
+ "max_seq_length": 32,
45
+ "num_train_epochs": 1,
46
+ "per_device_train_batch_size": 32
47
  }
48
  }
run-4/checkpoint-78/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4cc6501d1b38dbc34775f0b9df2455a0400a6b9f97257af4d9b51f4b12b7d0f
3
- size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049df9dca24175056e76249fdce3b716c8df0248f13e43515a706585cada19d6
3
+ size 5240
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ecd4dd949417edd978f459fbaf152e991e4d079e0f5959c96a5c0379f9a1e95
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049df9dca24175056e76249fdce3b716c8df0248f13e43515a706585cada19d6
3
  size 5240