SjardiWillems commited on
Commit
b50fea4
·
verified ·
1 Parent(s): 66f370b

Training in progress, epoch 1

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. model.safetensors +1 -1
  2. run-3/checkpoint-288/config.json +31 -0
  3. run-3/checkpoint-288/model.safetensors +3 -0
  4. run-3/checkpoint-288/optimizer.pt +3 -0
  5. run-3/checkpoint-288/rng_state.pth +3 -0
  6. run-3/checkpoint-288/scheduler.pt +3 -0
  7. run-3/checkpoint-288/special_tokens_map.json +7 -0
  8. run-3/checkpoint-288/tokenizer.json +0 -0
  9. run-3/checkpoint-288/tokenizer_config.json +55 -0
  10. run-3/checkpoint-288/trainer_state.json +46 -0
  11. run-3/checkpoint-288/training_args.bin +3 -0
  12. run-3/checkpoint-288/vocab.txt +0 -0
  13. run-3/checkpoint-432/config.json +31 -0
  14. run-3/checkpoint-432/model.safetensors +3 -0
  15. run-3/checkpoint-432/optimizer.pt +3 -0
  16. run-3/checkpoint-432/rng_state.pth +3 -0
  17. run-3/checkpoint-432/scheduler.pt +3 -0
  18. run-3/checkpoint-432/special_tokens_map.json +7 -0
  19. run-3/checkpoint-432/tokenizer.json +0 -0
  20. run-3/checkpoint-432/tokenizer_config.json +55 -0
  21. run-3/checkpoint-432/trainer_state.json +56 -0
  22. run-3/checkpoint-432/training_args.bin +3 -0
  23. run-3/checkpoint-432/vocab.txt +0 -0
  24. run-3/checkpoint-576/config.json +31 -0
  25. run-3/checkpoint-576/model.safetensors +3 -0
  26. run-3/checkpoint-576/optimizer.pt +3 -0
  27. run-3/checkpoint-576/rng_state.pth +3 -0
  28. run-3/checkpoint-576/scheduler.pt +3 -0
  29. run-3/checkpoint-576/special_tokens_map.json +7 -0
  30. run-3/checkpoint-576/tokenizer.json +0 -0
  31. run-3/checkpoint-576/tokenizer_config.json +55 -0
  32. run-3/checkpoint-576/trainer_state.json +73 -0
  33. run-3/checkpoint-576/training_args.bin +3 -0
  34. run-3/checkpoint-576/vocab.txt +0 -0
  35. run-3/checkpoint-720/config.json +31 -0
  36. run-3/checkpoint-720/model.safetensors +3 -0
  37. run-3/checkpoint-720/optimizer.pt +3 -0
  38. run-3/checkpoint-720/rng_state.pth +3 -0
  39. run-3/checkpoint-720/scheduler.pt +3 -0
  40. run-3/checkpoint-720/special_tokens_map.json +7 -0
  41. run-3/checkpoint-720/tokenizer.json +0 -0
  42. run-3/checkpoint-720/tokenizer_config.json +55 -0
  43. run-3/checkpoint-720/trainer_state.json +83 -0
  44. run-3/checkpoint-720/training_args.bin +3 -0
  45. run-3/checkpoint-720/vocab.txt +0 -0
  46. run-4/checkpoint-72/model.safetensors +1 -1
  47. run-4/checkpoint-72/optimizer.pt +1 -1
  48. run-4/checkpoint-72/rng_state.pth +1 -1
  49. run-4/checkpoint-72/scheduler.pt +1 -1
  50. run-4/checkpoint-72/trainer_state.json +13 -23
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32f2b6344dbeefedd77c7295f5f43e3c60235bc524019549e354574302929153
3
  size 267829484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afa16f4ad7735629159d0b17c8bb6475106028ef4c08958f9e4cfe8ee468271e
3
  size 267829484
run-3/checkpoint-288/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "LABEL_0": 0
17
+ },
18
+ "max_position_embeddings": 512,
19
+ "model_type": "distilbert",
20
+ "n_heads": 12,
21
+ "n_layers": 6,
22
+ "pad_token_id": 0,
23
+ "problem_type": "regression",
24
+ "qa_dropout": 0.1,
25
+ "seq_classif_dropout": 0.2,
26
+ "sinusoidal_pos_embds": false,
27
+ "tie_weights_": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.38.2",
30
+ "vocab_size": 30522
31
+ }
run-3/checkpoint-288/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d61c763c886dbb531d62293ccddf79a5802b2bb562413c4d5db455ce0ca8a2fb
3
+ size 267829484
run-3/checkpoint-288/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dbce5211cc54e0465ac8be2041b7c2acfcfc05c146d963020091964689ca99d
3
+ size 535721146
run-3/checkpoint-288/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b4567d37c30077318ed7ca2fd6ed8c79fd4e9422f26b3d853c9c457274f3e99
3
+ size 14244
run-3/checkpoint-288/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6873788c8492efd7d168b02739521070490d7c8a8f85aee5192671cdda219904
3
+ size 1064
run-3/checkpoint-288/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-288/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-288/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-3/checkpoint-288/trainer_state.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8252063306594624,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-stsb/run-3/checkpoint-288",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 288,
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_loss": 0.9698190689086914,
14
+ "eval_pearson": 0.7678320454774757,
15
+ "eval_runtime": 0.8035,
16
+ "eval_samples_per_second": 1866.77,
17
+ "eval_spearmanr": 0.712509933248186,
18
+ "eval_steps_per_second": 116.984,
19
+ "step": 144
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_loss": 0.7606285810470581,
24
+ "eval_pearson": 0.8252063306594624,
25
+ "eval_runtime": 0.7878,
26
+ "eval_samples_per_second": 1904.014,
27
+ "eval_spearmanr": 0.8218529358151725,
28
+ "eval_steps_per_second": 119.318,
29
+ "step": 288
30
+ }
31
+ ],
32
+ "logging_steps": 500,
33
+ "max_steps": 720,
34
+ "num_input_tokens_seen": 0,
35
+ "num_train_epochs": 5,
36
+ "save_steps": 500,
37
+ "total_flos": 0,
38
+ "train_batch_size": 4,
39
+ "trial_name": null,
40
+ "trial_params": {
41
+ "learning_rate": 5.4134010471541346e-05,
42
+ "num_train_epochs": 5,
43
+ "per_device_train_batch_size": 4,
44
+ "seed": 4
45
+ }
46
+ }
run-3/checkpoint-288/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a89dbe21e169d083920168fe1c35f86c15d94a0c3b9ca2615dabe1e0930b053d
3
+ size 4920
run-3/checkpoint-288/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-432/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "LABEL_0": 0
17
+ },
18
+ "max_position_embeddings": 512,
19
+ "model_type": "distilbert",
20
+ "n_heads": 12,
21
+ "n_layers": 6,
22
+ "pad_token_id": 0,
23
+ "problem_type": "regression",
24
+ "qa_dropout": 0.1,
25
+ "seq_classif_dropout": 0.2,
26
+ "sinusoidal_pos_embds": false,
27
+ "tie_weights_": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.38.2",
30
+ "vocab_size": 30522
31
+ }
run-3/checkpoint-432/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54ee921761736374c58efdf205e400cb47f16270af5b9033facba3bb7383e53a
3
+ size 267829484
run-3/checkpoint-432/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac1fa64753adc4283dbcfd47227812a681fdced7ace3e7ccdb93f6e6b9336a5
3
+ size 535721146
run-3/checkpoint-432/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35f605eedd2102adde6198f38cba143faaed4ee12b11d5ffe4f701e82b262f2
3
+ size 14244
run-3/checkpoint-432/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9422fdad9996632c1797fb4769bcfaa4d1bf52fc06a431fa4296855752c582f2
3
+ size 1064
run-3/checkpoint-432/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-432/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-432/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-3/checkpoint-432/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8325197619129224,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-stsb/run-3/checkpoint-432",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 432,
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_loss": 0.9698190689086914,
14
+ "eval_pearson": 0.7678320454774757,
15
+ "eval_runtime": 0.8035,
16
+ "eval_samples_per_second": 1866.77,
17
+ "eval_spearmanr": 0.712509933248186,
18
+ "eval_steps_per_second": 116.984,
19
+ "step": 144
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_loss": 0.7606285810470581,
24
+ "eval_pearson": 0.8252063306594624,
25
+ "eval_runtime": 0.7878,
26
+ "eval_samples_per_second": 1904.014,
27
+ "eval_spearmanr": 0.8218529358151725,
28
+ "eval_steps_per_second": 119.318,
29
+ "step": 288
30
+ },
31
+ {
32
+ "epoch": 3.0,
33
+ "eval_loss": 0.7174907326698303,
34
+ "eval_pearson": 0.8325197619129224,
35
+ "eval_runtime": 0.7962,
36
+ "eval_samples_per_second": 1883.934,
37
+ "eval_spearmanr": 0.8279573830775626,
38
+ "eval_steps_per_second": 118.06,
39
+ "step": 432
40
+ }
41
+ ],
42
+ "logging_steps": 500,
43
+ "max_steps": 720,
44
+ "num_input_tokens_seen": 0,
45
+ "num_train_epochs": 5,
46
+ "save_steps": 500,
47
+ "total_flos": 0,
48
+ "train_batch_size": 4,
49
+ "trial_name": null,
50
+ "trial_params": {
51
+ "learning_rate": 5.4134010471541346e-05,
52
+ "num_train_epochs": 5,
53
+ "per_device_train_batch_size": 4,
54
+ "seed": 4
55
+ }
56
+ }
run-3/checkpoint-432/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a89dbe21e169d083920168fe1c35f86c15d94a0c3b9ca2615dabe1e0930b053d
3
+ size 4920
run-3/checkpoint-432/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-576/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "LABEL_0": 0
17
+ },
18
+ "max_position_embeddings": 512,
19
+ "model_type": "distilbert",
20
+ "n_heads": 12,
21
+ "n_layers": 6,
22
+ "pad_token_id": 0,
23
+ "problem_type": "regression",
24
+ "qa_dropout": 0.1,
25
+ "seq_classif_dropout": 0.2,
26
+ "sinusoidal_pos_embds": false,
27
+ "tie_weights_": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.38.2",
30
+ "vocab_size": 30522
31
+ }
run-3/checkpoint-576/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3d6088776c555a453aba313194e46ee79702e29ce42f01cfa8a9c6961bc9c8
3
+ size 267829484
run-3/checkpoint-576/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:266bfd784fb8d7d7deff582f100b5c733e610ba4b2b088848056436bc04f81be
3
+ size 535721146
run-3/checkpoint-576/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:866764b15a22ef1ff0938a6647b07c0c9c90e6d2381339fde66f0f71097dcc37
3
+ size 14244
run-3/checkpoint-576/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb27dabe46c6c138fbd2a477aac978f51b59d763c234a73ac470f1f9c0286e4a
3
+ size 1064
run-3/checkpoint-576/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-576/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-576/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-3/checkpoint-576/trainer_state.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8407800570738724,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-stsb/run-3/checkpoint-576",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 576,
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_loss": 0.9698190689086914,
14
+ "eval_pearson": 0.7678320454774757,
15
+ "eval_runtime": 0.8035,
16
+ "eval_samples_per_second": 1866.77,
17
+ "eval_spearmanr": 0.712509933248186,
18
+ "eval_steps_per_second": 116.984,
19
+ "step": 144
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_loss": 0.7606285810470581,
24
+ "eval_pearson": 0.8252063306594624,
25
+ "eval_runtime": 0.7878,
26
+ "eval_samples_per_second": 1904.014,
27
+ "eval_spearmanr": 0.8218529358151725,
28
+ "eval_steps_per_second": 119.318,
29
+ "step": 288
30
+ },
31
+ {
32
+ "epoch": 3.0,
33
+ "eval_loss": 0.7174907326698303,
34
+ "eval_pearson": 0.8325197619129224,
35
+ "eval_runtime": 0.7962,
36
+ "eval_samples_per_second": 1883.934,
37
+ "eval_spearmanr": 0.8279573830775626,
38
+ "eval_steps_per_second": 118.06,
39
+ "step": 432
40
+ },
41
+ {
42
+ "epoch": 3.47,
43
+ "grad_norm": 10.061558723449707,
44
+ "learning_rate": 1.654094764408208e-05,
45
+ "loss": 0.9316,
46
+ "step": 500
47
+ },
48
+ {
49
+ "epoch": 4.0,
50
+ "eval_loss": 0.7175036072731018,
51
+ "eval_pearson": 0.8407800570738724,
52
+ "eval_runtime": 0.7992,
53
+ "eval_samples_per_second": 1876.812,
54
+ "eval_spearmanr": 0.8358993750524432,
55
+ "eval_steps_per_second": 117.614,
56
+ "step": 576
57
+ }
58
+ ],
59
+ "logging_steps": 500,
60
+ "max_steps": 720,
61
+ "num_input_tokens_seen": 0,
62
+ "num_train_epochs": 5,
63
+ "save_steps": 500,
64
+ "total_flos": 22512846870384.0,
65
+ "train_batch_size": 4,
66
+ "trial_name": null,
67
+ "trial_params": {
68
+ "learning_rate": 5.4134010471541346e-05,
69
+ "num_train_epochs": 5,
70
+ "per_device_train_batch_size": 4,
71
+ "seed": 4
72
+ }
73
+ }
run-3/checkpoint-576/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a89dbe21e169d083920168fe1c35f86c15d94a0c3b9ca2615dabe1e0930b053d
3
+ size 4920
run-3/checkpoint-576/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-720/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "LABEL_0": 0
17
+ },
18
+ "max_position_embeddings": 512,
19
+ "model_type": "distilbert",
20
+ "n_heads": 12,
21
+ "n_layers": 6,
22
+ "pad_token_id": 0,
23
+ "problem_type": "regression",
24
+ "qa_dropout": 0.1,
25
+ "seq_classif_dropout": 0.2,
26
+ "sinusoidal_pos_embds": false,
27
+ "tie_weights_": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.38.2",
30
+ "vocab_size": 30522
31
+ }
run-3/checkpoint-720/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa0d60c076141cf7c557f9e6e5ee5c4f86e889eb8bdf0a92abb93ba722721f86
3
+ size 267829484
run-3/checkpoint-720/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a301924ca24aae6f1fb2c1c6ee9db250640a15a1a2d472c44a832785935b9318
3
+ size 535721146
run-3/checkpoint-720/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f67419749962139f0cc43ca20b49e9704d0edbf7d5f97a6d0cab6b36fcd9155
3
+ size 14244
run-3/checkpoint-720/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:423272412d97a885928e6da28e6e2e5c0c8b0cd8ad24d0ecdfd83d3aefd966c8
3
+ size 1064
run-3/checkpoint-720/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-720/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-720/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-3/checkpoint-720/trainer_state.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8407800570738724,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-stsb/run-3/checkpoint-576",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 720,
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_loss": 0.9698190689086914,
14
+ "eval_pearson": 0.7678320454774757,
15
+ "eval_runtime": 0.8035,
16
+ "eval_samples_per_second": 1866.77,
17
+ "eval_spearmanr": 0.712509933248186,
18
+ "eval_steps_per_second": 116.984,
19
+ "step": 144
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_loss": 0.7606285810470581,
24
+ "eval_pearson": 0.8252063306594624,
25
+ "eval_runtime": 0.7878,
26
+ "eval_samples_per_second": 1904.014,
27
+ "eval_spearmanr": 0.8218529358151725,
28
+ "eval_steps_per_second": 119.318,
29
+ "step": 288
30
+ },
31
+ {
32
+ "epoch": 3.0,
33
+ "eval_loss": 0.7174907326698303,
34
+ "eval_pearson": 0.8325197619129224,
35
+ "eval_runtime": 0.7962,
36
+ "eval_samples_per_second": 1883.934,
37
+ "eval_spearmanr": 0.8279573830775626,
38
+ "eval_steps_per_second": 118.06,
39
+ "step": 432
40
+ },
41
+ {
42
+ "epoch": 3.47,
43
+ "grad_norm": 10.061558723449707,
44
+ "learning_rate": 1.654094764408208e-05,
45
+ "loss": 0.9316,
46
+ "step": 500
47
+ },
48
+ {
49
+ "epoch": 4.0,
50
+ "eval_loss": 0.7175036072731018,
51
+ "eval_pearson": 0.8407800570738724,
52
+ "eval_runtime": 0.7992,
53
+ "eval_samples_per_second": 1876.812,
54
+ "eval_spearmanr": 0.8358993750524432,
55
+ "eval_steps_per_second": 117.614,
56
+ "step": 576
57
+ },
58
+ {
59
+ "epoch": 5.0,
60
+ "eval_loss": 0.67606520652771,
61
+ "eval_pearson": 0.8389162758555168,
62
+ "eval_runtime": 0.8221,
63
+ "eval_samples_per_second": 1824.653,
64
+ "eval_spearmanr": 0.8352930144614386,
65
+ "eval_steps_per_second": 114.345,
66
+ "step": 720
67
+ }
68
+ ],
69
+ "logging_steps": 500,
70
+ "max_steps": 720,
71
+ "num_input_tokens_seen": 0,
72
+ "num_train_epochs": 5,
73
+ "save_steps": 500,
74
+ "total_flos": 22512846870384.0,
75
+ "train_batch_size": 4,
76
+ "trial_name": null,
77
+ "trial_params": {
78
+ "learning_rate": 5.4134010471541346e-05,
79
+ "num_train_epochs": 5,
80
+ "per_device_train_batch_size": 4,
81
+ "seed": 4
82
+ }
83
+ }
run-3/checkpoint-720/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a89dbe21e169d083920168fe1c35f86c15d94a0c3b9ca2615dabe1e0930b053d
3
+ size 4920
run-3/checkpoint-720/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-72/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67b2e3d0a525135bd49569a8d64725ba116a2c1b8fd11bb3acfd5821409bf78a
3
  size 267829484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afa16f4ad7735629159d0b17c8bb6475106028ef4c08958f9e4cfe8ee468271e
3
  size 267829484
run-4/checkpoint-72/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19a133f68e737fbf59ebad435b5eb189eb9bbb79881de220fe5850a71c95fccf
3
  size 535721146
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22321ea9dff9ffc35446ff13879ba713642a9bca373f8bd9e24fae5f0e536fec
3
  size 535721146
run-4/checkpoint-72/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86fd676f2765f76ae40e8279a83aad1f3f514402e7dd2ef3841c0eb67d7dcd5b
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc4bccc032167d6736137944244a6658841689a7a7b626ec227ea770908c36c8
3
  size 14244
run-4/checkpoint-72/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b9a3508d8a761e914163950bd782ee13212d965a0ecd807e8d58838a564272d
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb861a3e75a0387b8c64cfd53862ffa72d175c2f1ae81c93eae04dc37f17ce6b
3
  size 1064
run-4/checkpoint-72/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "best_metric": 0.22452541125699038,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-stsb/run-4/checkpoint-72",
4
- "epoch": 2.0,
5
  "eval_steps": 500,
6
  "global_step": 72,
7
  "is_hyper_param_search": true,
@@ -10,37 +10,27 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 3.607897996902466,
14
- "eval_pearson": 0.20189901594611118,
15
- "eval_runtime": 0.9286,
16
- "eval_samples_per_second": 1615.373,
17
- "eval_spearmanr": 0.19575057246397828,
18
- "eval_steps_per_second": 101.23,
19
- "step": 36
20
- },
21
- {
22
- "epoch": 2.0,
23
- "eval_loss": 2.214840888977051,
24
- "eval_pearson": 0.22452541125699038,
25
- "eval_runtime": 0.9301,
26
- "eval_samples_per_second": 1612.779,
27
- "eval_spearmanr": 0.24754498733937647,
28
- "eval_steps_per_second": 101.067,
29
  "step": 72
30
  }
31
  ],
32
  "logging_steps": 500,
33
- "max_steps": 144,
34
  "num_input_tokens_seen": 0,
35
  "num_train_epochs": 4,
36
  "save_steps": 500,
37
  "total_flos": 0,
38
- "train_batch_size": 16,
39
  "trial_name": null,
40
  "trial_params": {
41
- "learning_rate": 6.104946209890916e-06,
42
  "num_train_epochs": 4,
43
- "per_device_train_batch_size": 16,
44
- "seed": 9
45
  }
46
  }
 
1
  {
2
+ "best_metric": 0.6173001362903047,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-stsb/run-4/checkpoint-72",
4
+ "epoch": 1.0,
5
  "eval_steps": 500,
6
  "global_step": 72,
7
  "is_hyper_param_search": true,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 1.9030543565750122,
14
+ "eval_pearson": 0.6173001362903047,
15
+ "eval_runtime": 0.7967,
16
+ "eval_samples_per_second": 1882.655,
17
+ "eval_spearmanr": 0.6065460603935124,
18
+ "eval_steps_per_second": 117.98,
 
 
 
 
 
 
 
 
 
 
19
  "step": 72
20
  }
21
  ],
22
  "logging_steps": 500,
23
+ "max_steps": 288,
24
  "num_input_tokens_seen": 0,
25
  "num_train_epochs": 4,
26
  "save_steps": 500,
27
  "total_flos": 0,
28
+ "train_batch_size": 8,
29
  "trial_name": null,
30
  "trial_params": {
31
+ "learning_rate": 2.5574276250903696e-05,
32
  "num_train_epochs": 4,
33
+ "per_device_train_batch_size": 8,
34
+ "seed": 40
35
  }
36
  }