inflaton commited on
Commit
dbfcc0e
1 Parent(s): 0d3513c

Training in progress, step 500

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b158fd653098d86c46de46c10ed9f58274466bc11b7d08ba4d3c4a6211456951
3
  size 1340618660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45973f0aeacdf0b2c8f20999eb6d48d7842f158dff763df78bc7bed847bbeb91
3
  size 1340618660
run-7/checkpoint-500/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
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": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-7/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96da04bc2f849a8495df7f16ba5da017333d1561097ce6e028cfc1cb5657424a
3
+ size 1340618660
run-7/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:938db9fd3dead3a848b3346659b738f058af723f440518be940784711c1eff95
3
+ size 2681472237
run-7/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b39308b250b2dde21cca6217a709d5456bcdcab3c796c6926f25c06b9c730de1
3
+ size 14244
run-7/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12d618c2e4277a4e8fdb40e633a50d70e6babf4a0fe1442beec89a937f479ad4
3
+ size 1064
run-7/checkpoint-500/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-7/checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-500/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-7/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6702412868632708,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.6702412868632708,
13
+ "grad_norm": 1.8788208961486816,
14
+ "learning_rate": 6.803739492468672e-05,
15
+ "loss": 0.7041,
16
+ "step": 500
17
+ }
18
+ ],
19
+ "logging_steps": 500,
20
+ "max_steps": 7460,
21
+ "num_input_tokens_seen": 0,
22
+ "num_train_epochs": 10,
23
+ "save_steps": 500,
24
+ "total_flos": 1770153959360880.0,
25
+ "train_batch_size": 16,
26
+ "trial_name": null,
27
+ "trial_params": {
28
+ "learning_rate": 7.292513881295444e-05,
29
+ "per_device_train_batch_size": 16
30
+ }
31
+ }
run-7/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bc6a77ed3744bd1e05c241a83fbade4f179d7bd9950fbccd7122c05f3bc9e6c
3
+ size 5048
run-7/checkpoint-500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-1000/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9461766d71cc52d818864796c1ea2b597890ec358346b294c381abf16bdf82cf
3
  size 1340618660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e321703693466f243cb7d7ba6c0276ec41434f0be8d6b8369c9562d4e93865f
3
  size 1340618660
run-8/checkpoint-1000/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35e8bde458201cb88b3dda2faf9d7d4709af674b359a94f682f1f61df90161f1
3
  size 2681472237
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8afc0d3093b65c4c10a7c07d702061d03db8772154a96287da5fe52d20b48475
3
  size 2681472237
run-8/checkpoint-1000/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f15ef18f77678b087c8d8d016723a03f0d0f4e837051c67af83ea5404cfb3e09
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5d4f5bf9cb098c9058ef37d6ea26594c6643d7293de0cc233fefe6dc2e9266
3
  size 14244
run-8/checkpoint-1000/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2213efd67cc97cffa04c26ac0b875fd692518dbd7931cbc0273bda3d0fccf497
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16808be7188ffc9bb43e089fe1c0825a817d8c24271c606c1cdfb25855f67ad1
3
  size 1064
run-8/checkpoint-1000/trainer_state.json CHANGED
@@ -10,34 +10,34 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_accuracy": 0.7653369307518005,
14
- "eval_loss": 0.4685952365398407,
15
- "eval_runtime": 9.0759,
16
- "eval_samples_per_second": 328.672,
17
- "eval_steps_per_second": 20.604,
18
  "step": 373
19
  },
20
  {
21
  "epoch": 1.3404825737265416,
22
- "grad_norm": 11.95083236694336,
23
- "learning_rate": 1.278490707659754e-05,
24
- "loss": 0.4881,
25
  "step": 500
26
  },
27
  {
28
  "epoch": 2.0,
29
- "eval_accuracy": 0.7707006335258484,
30
- "eval_loss": 0.47391676902770996,
31
- "eval_runtime": 9.0389,
32
- "eval_samples_per_second": 330.018,
33
- "eval_steps_per_second": 20.688,
34
  "step": 746
35
  },
36
  {
37
  "epoch": 2.680965147453083,
38
- "grad_norm": 15.537776947021484,
39
- "learning_rate": 1.0805819293842502e-05,
40
- "loss": 0.2385,
41
  "step": 1000
42
  }
43
  ],
@@ -46,11 +46,11 @@
46
  "num_input_tokens_seen": 0,
47
  "num_train_epochs": 10,
48
  "save_steps": 500,
49
- "total_flos": 8968123585287756.0,
50
  "train_batch_size": 32,
51
  "trial_name": null,
52
  "trial_params": {
53
- "learning_rate": 1.4763994859352575e-05,
54
  "per_device_train_batch_size": 32
55
  }
56
  }
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_accuracy": 0.7355011701583862,
14
+ "eval_loss": 0.5057289004325867,
15
+ "eval_runtime": 8.9445,
16
+ "eval_samples_per_second": 333.501,
17
+ "eval_steps_per_second": 20.907,
18
  "step": 373
19
  },
20
  {
21
  "epoch": 1.3404825737265416,
22
+ "grad_norm": 9.013686180114746,
23
+ "learning_rate": 4.893165718898667e-06,
24
+ "loss": 0.5478,
25
  "step": 500
26
  },
27
  {
28
  "epoch": 2.0,
29
+ "eval_accuracy": 0.749580979347229,
30
+ "eval_loss": 0.5003476142883301,
31
+ "eval_runtime": 8.893,
32
+ "eval_samples_per_second": 335.432,
33
+ "eval_steps_per_second": 21.028,
34
  "step": 746
35
  },
36
  {
37
  "epoch": 2.680965147453083,
38
+ "grad_norm": 11.254767417907715,
39
+ "learning_rate": 4.135709725261102e-06,
40
+ "loss": 0.3974,
41
  "step": 1000
42
  }
43
  ],
 
46
  "num_input_tokens_seen": 0,
47
  "num_train_epochs": 10,
48
  "save_steps": 500,
49
+ "total_flos": 5682657989448936.0,
50
  "train_batch_size": 32,
51
  "trial_name": null,
52
  "trial_params": {
53
+ "learning_rate": 5.650621712536231e-06,
54
  "per_device_train_batch_size": 32
55
  }
56
  }
run-8/checkpoint-1000/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39e6a33bf8c21d040f79b518acc997a1f817992f979b28f2a817ab72bcaeabb9
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c55a7132d0d8acc89b6b133e0a078c01138b9e0b5f44720d7251d38281cbb49
3
  size 5048
run-8/checkpoint-500/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a84157c5c45e1042099f88bc965875ace1cd7c98953b8ff27ad67b1cf72b8f02
3
  size 1340618660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45973f0aeacdf0b2c8f20999eb6d48d7842f158dff763df78bc7bed847bbeb91
3
  size 1340618660
run-8/checkpoint-500/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c751026411b0d6187a0f16f90634f79a35b4955a8297a16a2c68ab30b7da4cc
3
  size 2681472237
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaf8c63804f756dbf6a2dd21266673b1cd5db3e08da4f8be8116e766bb6fdc76
3
  size 2681472237
run-8/checkpoint-500/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9bbf563591c5fe3fe29dd3bd70b2dd79355243b58fe1d041144c9bfbba0d18a
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:268959cd06affa51103f53408d4fbfdbd757b4027cad9ad299a004dbe705b408
3
  size 14244
run-8/checkpoint-500/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50a716b0a7dd5d9fc9bf3d42178286c830bd227ae23513d8ebb2eb9d208dd3b1
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6cefecd557ebda0ed45508ce763e3ba73953939d89806202dc9a32c4800354
3
  size 1064
run-8/checkpoint-500/trainer_state.json CHANGED
@@ -10,18 +10,18 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_accuracy": 0.7653369307518005,
14
- "eval_loss": 0.4685952365398407,
15
- "eval_runtime": 9.0759,
16
- "eval_samples_per_second": 328.672,
17
- "eval_steps_per_second": 20.604,
18
  "step": 373
19
  },
20
  {
21
  "epoch": 1.3404825737265416,
22
- "grad_norm": 11.95083236694336,
23
- "learning_rate": 1.278490707659754e-05,
24
- "loss": 0.4881,
25
  "step": 500
26
  }
27
  ],
@@ -30,11 +30,11 @@
30
  "num_input_tokens_seen": 0,
31
  "num_train_epochs": 10,
32
  "save_steps": 500,
33
- "total_flos": 6438983261740992.0,
34
  "train_batch_size": 32,
35
  "trial_name": null,
36
  "trial_params": {
37
- "learning_rate": 1.4763994859352575e-05,
38
  "per_device_train_batch_size": 32
39
  }
40
  }
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_accuracy": 0.7355011701583862,
14
+ "eval_loss": 0.5057289004325867,
15
+ "eval_runtime": 8.9445,
16
+ "eval_samples_per_second": 333.501,
17
+ "eval_steps_per_second": 20.907,
18
  "step": 373
19
  },
20
  {
21
  "epoch": 1.3404825737265416,
22
+ "grad_norm": 9.013686180114746,
23
+ "learning_rate": 4.893165718898667e-06,
24
+ "loss": 0.5478,
25
  "step": 500
26
  }
27
  ],
 
30
  "num_input_tokens_seen": 0,
31
  "num_train_epochs": 10,
32
  "save_steps": 500,
33
+ "total_flos": 3137438263856976.0,
34
  "train_batch_size": 32,
35
  "trial_name": null,
36
  "trial_params": {
37
+ "learning_rate": 5.650621712536231e-06,
38
  "per_device_train_batch_size": 32
39
  }
40
  }
run-8/checkpoint-500/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39e6a33bf8c21d040f79b518acc997a1f817992f979b28f2a817ab72bcaeabb9
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c55a7132d0d8acc89b6b133e0a078c01138b9e0b5f44720d7251d38281cbb49
3
  size 5048
run-9/checkpoint-500/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.6702412868632708,
5
  "eval_steps": 500,
6
  "global_step": 500,
7
  "is_hyper_param_search": true,
@@ -9,23 +9,32 @@
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
- "epoch": 0.6702412868632708,
13
- "grad_norm": 15.942371368408203,
14
- "learning_rate": 5.489232390518381e-06,
15
- "loss": 0.5696,
 
 
 
 
 
 
 
 
 
16
  "step": 500
17
  }
18
  ],
19
  "logging_steps": 500,
20
- "max_steps": 7460,
21
  "num_input_tokens_seen": 0,
22
  "num_train_epochs": 10,
23
  "save_steps": 500,
24
- "total_flos": 1796655667961520.0,
25
- "train_batch_size": 16,
26
  "trial_name": null,
27
  "trial_params": {
28
- "learning_rate": 5.883573797883207e-06,
29
- "per_device_train_batch_size": 16
30
  }
31
  }
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 1.3404825737265416,
5
  "eval_steps": 500,
6
  "global_step": 500,
7
  "is_hyper_param_search": true,
 
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.7425410747528076,
14
+ "eval_loss": 0.48700496554374695,
15
+ "eval_runtime": 8.9854,
16
+ "eval_samples_per_second": 331.985,
17
+ "eval_steps_per_second": 20.812,
18
+ "step": 373
19
+ },
20
+ {
21
+ "epoch": 1.3404825737265416,
22
+ "grad_norm": 33.510581970214844,
23
+ "learning_rate": 6.933164670907242e-06,
24
+ "loss": 0.5256,
25
  "step": 500
26
  }
27
  ],
28
  "logging_steps": 500,
29
+ "max_steps": 3730,
30
  "num_input_tokens_seen": 0,
31
  "num_train_epochs": 10,
32
  "save_steps": 500,
33
+ "total_flos": 3150700039191060.0,
34
+ "train_batch_size": 32,
35
  "trial_name": null,
36
  "trial_params": {
37
+ "learning_rate": 8.006409976001242e-06,
38
+ "per_device_train_batch_size": 32
39
  }
40
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da05404e8bdf5efeabed68f0c953ae9b437da82b1da4f9d80687c63c7ac975c6
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c55a7132d0d8acc89b6b133e0a078c01138b9e0b5f44720d7251d38281cbb49
3
  size 5048