yunyus commited on
Commit
9881d50
·
verified ·
1 Parent(s): 375f96f

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:ed3327f4a45624b24852d1cf0314edde5a2bd2f2bb844a21ee997f973958c068
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39468e1256e8687240939b153b00a9110b07f752b59907671d9c1e1e0285d728
3
  size 437958648
run-1/checkpoint-234/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-1/checkpoint-234/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf1fde957ffbff0d671726339771f4bf9c5f5cfc22dcda644937b38636bedd19
3
+ size 437958648
run-1/checkpoint-234/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f149ace8c7dd9a7eac7446f0c2a997eebe7dcca4400b7154f507b07e862fd81
3
+ size 876038394
run-1/checkpoint-234/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5893971a43e53d8cccb69cbc77f5b88d424dd9d85114d1b21fc0c54c6cb446cf
3
+ size 14244
run-1/checkpoint-234/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af71516663a3cfb61868807b34d6781d05c933d57a9498213e7778b71b92ede1
3
+ size 1064
run-1/checkpoint-234/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-1/checkpoint-234/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-234/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-1/checkpoint-234/trainer_state.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6137184115523465,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_2/run-1/checkpoint-234",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 234,
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.5523465703971119,
14
+ "eval_loss": 0.6887229084968567,
15
+ "eval_runtime": 0.6768,
16
+ "eval_samples_per_second": 409.255,
17
+ "eval_steps_per_second": 13.297,
18
+ "step": 78
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.5884476534296029,
23
+ "eval_loss": 0.672937273979187,
24
+ "eval_runtime": 0.6928,
25
+ "eval_samples_per_second": 399.854,
26
+ "eval_steps_per_second": 12.992,
27
+ "step": 156
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.6137184115523465,
32
+ "eval_loss": 0.6694894433021545,
33
+ "eval_runtime": 0.7129,
34
+ "eval_samples_per_second": 388.554,
35
+ "eval_steps_per_second": 12.625,
36
+ "step": 234
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 234,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 3,
43
+ "save_steps": 500,
44
+ "stateful_callbacks": {
45
+ "TrainerControl": {
46
+ "args": {
47
+ "should_epoch_stop": false,
48
+ "should_evaluate": false,
49
+ "should_log": false,
50
+ "should_save": true,
51
+ "should_training_stop": true
52
+ },
53
+ "attributes": {}
54
+ }
55
+ },
56
+ "total_flos": 0,
57
+ "train_batch_size": 32,
58
+ "trial_name": null,
59
+ "trial_params": {
60
+ "dropout_rate": 0.186349260590997,
61
+ "learning_rate": 8.992145512689151e-06,
62
+ "max_seq_length": 128,
63
+ "num_train_epochs": 3,
64
+ "per_device_train_batch_size": 32
65
+ }
66
+ }
run-1/checkpoint-234/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:088703d1ec91cce96a1f78205fe905d0ccd04ee20140a96d92891d553f213068
3
+ size 5240
run-1/checkpoint-234/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-78/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e18f1f81e023c8b25dab78577dc481e274296d4abd3acf7203d0e19e8599020
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39468e1256e8687240939b153b00a9110b07f752b59907671d9c1e1e0285d728
3
  size 437958648
run-2/checkpoint-78/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d2fd6a69deac2e53ae05b6cce032a27c1c7f518328854b395bd7b3fbf839501
3
  size 876038394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c8176b10769b4078e54396c9b38acd8fe1ddd719e08bddfa6c4fd8611c41db8
3
  size 876038394
run-2/checkpoint-78/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40f649045559aed62ea18e0202c23ba000ca86642aa93f3c206cbee2ad660fd1
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a901be7f18e6e5785d470b18880b1475f3f4abfe336b82318d6eeb84d7c89c5
3
  size 1064
run-2/checkpoint-78/tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 128,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 128
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 0,
16
- "pad_type_id": 0,
17
- "pad_token": "[PAD]"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
run-2/checkpoint-78/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.5451263537906137,
3
  "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_2/run-2/checkpoint-78",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
@@ -10,18 +10,18 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_accuracy": 0.5451263537906137,
14
- "eval_loss": 0.6886031627655029,
15
- "eval_runtime": 0.7783,
16
- "eval_samples_per_second": 355.92,
17
- "eval_steps_per_second": 11.564,
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": {
@@ -30,7 +30,7 @@
30
  "should_evaluate": false,
31
  "should_log": false,
32
  "should_save": true,
33
- "should_training_stop": true
34
  },
35
  "attributes": {}
36
  }
@@ -39,10 +39,10 @@
39
  "train_batch_size": 32,
40
  "trial_name": null,
41
  "trial_params": {
42
- "dropout_rate": 0.44204273950377526,
43
- "learning_rate": 2.058161735932423e-05,
44
  "max_seq_length": 64,
45
- "num_train_epochs": 1,
46
  "per_device_train_batch_size": 32
47
  }
48
  }
 
1
  {
2
+ "best_metric": 0.4729241877256318,
3
  "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_2/run-2/checkpoint-78",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_accuracy": 0.4729241877256318,
14
+ "eval_loss": 0.712794303894043,
15
+ "eval_runtime": 0.878,
16
+ "eval_samples_per_second": 315.506,
17
+ "eval_steps_per_second": 10.251,
18
  "step": 78
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 234,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
  "save_steps": 500,
26
  "stateful_callbacks": {
27
  "TrainerControl": {
 
30
  "should_evaluate": false,
31
  "should_log": false,
32
  "should_save": true,
33
+ "should_training_stop": false
34
  },
35
  "attributes": {}
36
  }
 
39
  "train_batch_size": 32,
40
  "trial_name": null,
41
  "trial_params": {
42
+ "dropout_rate": 0.4076930534485722,
43
+ "learning_rate": 1.6570112389077426e-06,
44
  "max_seq_length": 64,
45
+ "num_train_epochs": 3,
46
  "per_device_train_batch_size": 32
47
  }
48
  }
run-2/checkpoint-78/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8e5194653184e8e5b32b0ae0661ee374784719298d557b5983898cb4983f831
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a9aec886ff51f25b037080344f18ba7135f32f683e36490270e5f0adbb586f
3
  size 5240
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:088703d1ec91cce96a1f78205fe905d0ccd04ee20140a96d92891d553f213068
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a9aec886ff51f25b037080344f18ba7135f32f683e36490270e5f0adbb586f
3
  size 5240