darwinsfavorite commited on
Commit
5a3394e
·
verified ·
1 Parent(s): eacb1b6

Training in progress, epoch 1

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-atpnwu3p/checkpoint-22/config.json +36 -0
  3. run-atpnwu3p/checkpoint-22/model.safetensors +3 -0
  4. run-atpnwu3p/checkpoint-22/optimizer.pt +3 -0
  5. run-atpnwu3p/checkpoint-22/rng_state.pth +3 -0
  6. run-atpnwu3p/checkpoint-22/scheduler.pt +3 -0
  7. run-atpnwu3p/checkpoint-22/special_tokens_map.json +7 -0
  8. run-atpnwu3p/checkpoint-22/tokenizer.json +0 -0
  9. run-atpnwu3p/checkpoint-22/tokenizer_config.json +56 -0
  10. run-atpnwu3p/checkpoint-22/trainer_state.json +60 -0
  11. run-atpnwu3p/checkpoint-22/training_args.bin +3 -0
  12. run-atpnwu3p/checkpoint-22/vocab.txt +0 -0
  13. run-atpnwu3p/checkpoint-33/config.json +36 -0
  14. run-atpnwu3p/checkpoint-33/model.safetensors +3 -0
  15. run-atpnwu3p/checkpoint-33/optimizer.pt +3 -0
  16. run-atpnwu3p/checkpoint-33/rng_state.pth +3 -0
  17. run-atpnwu3p/checkpoint-33/scheduler.pt +3 -0
  18. run-atpnwu3p/checkpoint-33/special_tokens_map.json +7 -0
  19. run-atpnwu3p/checkpoint-33/tokenizer.json +0 -0
  20. run-atpnwu3p/checkpoint-33/tokenizer_config.json +56 -0
  21. run-atpnwu3p/checkpoint-33/trainer_state.json +69 -0
  22. run-atpnwu3p/checkpoint-33/training_args.bin +3 -0
  23. run-atpnwu3p/checkpoint-33/vocab.txt +0 -0
  24. run-sgvshopq/checkpoint-167/config.json +36 -0
  25. run-sgvshopq/checkpoint-167/model.safetensors +3 -0
  26. run-sgvshopq/checkpoint-167/optimizer.pt +3 -0
  27. run-sgvshopq/checkpoint-167/rng_state.pth +3 -0
  28. run-sgvshopq/checkpoint-167/scheduler.pt +3 -0
  29. run-sgvshopq/checkpoint-167/special_tokens_map.json +7 -0
  30. run-sgvshopq/checkpoint-167/tokenizer.json +0 -0
  31. run-sgvshopq/checkpoint-167/tokenizer_config.json +56 -0
  32. run-sgvshopq/checkpoint-167/trainer_state.json +51 -0
  33. run-sgvshopq/checkpoint-167/training_args.bin +3 -0
  34. run-sgvshopq/checkpoint-167/vocab.txt +0 -0
  35. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e2f397cde449289f623df6c32189ef1695b6ba88c960e9c07632397f03bcb22
3
  size 267838720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922d24292c562ab25a8c0903d3c345bb8d725760683d303c2c771aa167351edd
3
  size 267838720
run-atpnwu3p/checkpoint-22/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
10
+ "id2label": {
11
+ "0": "Business",
12
+ "1": "Personal",
13
+ "2": "Government",
14
+ "3": "Others"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "Business": 0,
19
+ "Government": 2,
20
+ "Others": 3,
21
+ "Personal": 1
22
+ },
23
+ "max_position_embeddings": 512,
24
+ "model_type": "distilbert",
25
+ "n_heads": 12,
26
+ "n_layers": 6,
27
+ "pad_token_id": 0,
28
+ "problem_type": "single_label_classification",
29
+ "qa_dropout": 0.1,
30
+ "seq_classif_dropout": 0.2,
31
+ "sinusoidal_pos_embds": false,
32
+ "tie_weights_": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.51.3",
35
+ "vocab_size": 30522
36
+ }
run-atpnwu3p/checkpoint-22/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5625706fa28d976a8b4bc600b85d430f98788b59595785848965109bdb86b55
3
+ size 267838720
run-atpnwu3p/checkpoint-22/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92dd532c3b17c76086b08333d9c7b6b4a983babacf0612749788327765e7a114
3
+ size 535739578
run-atpnwu3p/checkpoint-22/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd4c7f21aa61a5a5e6b31161ccad45bb5e5ccc033e12e6e0f804527d25855709
3
+ size 14244
run-atpnwu3p/checkpoint-22/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acbaeaecac5a134f9f53efff4f39fee6b8a0b1ab827f18d71c29ba509bcf6a17
3
+ size 1064
run-atpnwu3p/checkpoint-22/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-atpnwu3p/checkpoint-22/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-atpnwu3p/checkpoint-22/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": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-atpnwu3p/checkpoint-22/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 22,
3
+ "best_metric": 0.5066666666666667,
4
+ "best_model_checkpoint": "website_prediction_model/run-atpnwu3p/checkpoint-22",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 22,
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.3333333333333333,
15
+ "eval_loss": 1.375121831893921,
16
+ "eval_runtime": 0.7601,
17
+ "eval_samples_per_second": 98.671,
18
+ "eval_steps_per_second": 6.578,
19
+ "step": 11
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.5066666666666667,
24
+ "eval_loss": 1.3217427730560303,
25
+ "eval_runtime": 0.8234,
26
+ "eval_samples_per_second": 91.086,
27
+ "eval_steps_per_second": 6.072,
28
+ "step": 22
29
+ }
30
+ ],
31
+ "logging_steps": 500,
32
+ "max_steps": 33,
33
+ "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 3,
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": false
44
+ },
45
+ "attributes": {}
46
+ }
47
+ },
48
+ "total_flos": 0,
49
+ "train_batch_size": 64,
50
+ "trial_name": null,
51
+ "trial_params": {
52
+ "_wandb": {},
53
+ "assignments": {},
54
+ "learning_rate": 2.5856990326733563e-05,
55
+ "metric": "eval/loss",
56
+ "num_train_epochs": 3,
57
+ "per_device_train_batch_size": 64,
58
+ "seed": 40
59
+ }
60
+ }
run-atpnwu3p/checkpoint-22/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:946a301dc931c2cf0e3318f9945b9434a774244244d3b0d6bb80c9c31d47b2f0
3
+ size 5304
run-atpnwu3p/checkpoint-22/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-atpnwu3p/checkpoint-33/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
10
+ "id2label": {
11
+ "0": "Business",
12
+ "1": "Personal",
13
+ "2": "Government",
14
+ "3": "Others"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "Business": 0,
19
+ "Government": 2,
20
+ "Others": 3,
21
+ "Personal": 1
22
+ },
23
+ "max_position_embeddings": 512,
24
+ "model_type": "distilbert",
25
+ "n_heads": 12,
26
+ "n_layers": 6,
27
+ "pad_token_id": 0,
28
+ "problem_type": "single_label_classification",
29
+ "qa_dropout": 0.1,
30
+ "seq_classif_dropout": 0.2,
31
+ "sinusoidal_pos_embds": false,
32
+ "tie_weights_": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.51.3",
35
+ "vocab_size": 30522
36
+ }
run-atpnwu3p/checkpoint-33/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:194b18d17377dc69495b2b4be0d61512914fe144a931b535d1c423eb7b5e87e2
3
+ size 267838720
run-atpnwu3p/checkpoint-33/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16c85505163f858f93ea801f6721ae79b2195cade112cd62b1d8145eceae69f
3
+ size 535739578
run-atpnwu3p/checkpoint-33/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009c3876b49f23f3e67f14fe84acdf3bb8a880fbdd16ce92ffeb6418584e59f2
3
+ size 14244
run-atpnwu3p/checkpoint-33/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97fc2cbede911c4b2dc27b17c02a5dcd767d70062e76c4cbe9d197d7a7d9f71f
3
+ size 1064
run-atpnwu3p/checkpoint-33/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-atpnwu3p/checkpoint-33/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-atpnwu3p/checkpoint-33/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": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-atpnwu3p/checkpoint-33/trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 33,
3
+ "best_metric": 0.6933333333333334,
4
+ "best_model_checkpoint": "website_prediction_model/run-atpnwu3p/checkpoint-33",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 33,
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.3333333333333333,
15
+ "eval_loss": 1.375121831893921,
16
+ "eval_runtime": 0.7601,
17
+ "eval_samples_per_second": 98.671,
18
+ "eval_steps_per_second": 6.578,
19
+ "step": 11
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.5066666666666667,
24
+ "eval_loss": 1.3217427730560303,
25
+ "eval_runtime": 0.8234,
26
+ "eval_samples_per_second": 91.086,
27
+ "eval_steps_per_second": 6.072,
28
+ "step": 22
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.6933333333333334,
33
+ "eval_loss": 1.1559292078018188,
34
+ "eval_runtime": 0.7635,
35
+ "eval_samples_per_second": 98.234,
36
+ "eval_steps_per_second": 6.549,
37
+ "step": 33
38
+ }
39
+ ],
40
+ "logging_steps": 500,
41
+ "max_steps": 33,
42
+ "num_input_tokens_seen": 0,
43
+ "num_train_epochs": 3,
44
+ "save_steps": 500,
45
+ "stateful_callbacks": {
46
+ "TrainerControl": {
47
+ "args": {
48
+ "should_epoch_stop": false,
49
+ "should_evaluate": false,
50
+ "should_log": false,
51
+ "should_save": true,
52
+ "should_training_stop": true
53
+ },
54
+ "attributes": {}
55
+ }
56
+ },
57
+ "total_flos": 0,
58
+ "train_batch_size": 64,
59
+ "trial_name": null,
60
+ "trial_params": {
61
+ "_wandb": {},
62
+ "assignments": {},
63
+ "learning_rate": 2.5856990326733563e-05,
64
+ "metric": "eval/loss",
65
+ "num_train_epochs": 3,
66
+ "per_device_train_batch_size": 64,
67
+ "seed": 40
68
+ }
69
+ }
run-atpnwu3p/checkpoint-33/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:946a301dc931c2cf0e3318f9945b9434a774244244d3b0d6bb80c9c31d47b2f0
3
+ size 5304
run-atpnwu3p/checkpoint-33/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-sgvshopq/checkpoint-167/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
10
+ "id2label": {
11
+ "0": "Business",
12
+ "1": "Personal",
13
+ "2": "Government",
14
+ "3": "Others"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "Business": 0,
19
+ "Government": 2,
20
+ "Others": 3,
21
+ "Personal": 1
22
+ },
23
+ "max_position_embeddings": 512,
24
+ "model_type": "distilbert",
25
+ "n_heads": 12,
26
+ "n_layers": 6,
27
+ "pad_token_id": 0,
28
+ "problem_type": "single_label_classification",
29
+ "qa_dropout": 0.1,
30
+ "seq_classif_dropout": 0.2,
31
+ "sinusoidal_pos_embds": false,
32
+ "tie_weights_": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.51.3",
35
+ "vocab_size": 30522
36
+ }
run-sgvshopq/checkpoint-167/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922d24292c562ab25a8c0903d3c345bb8d725760683d303c2c771aa167351edd
3
+ size 267838720
run-sgvshopq/checkpoint-167/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57e56e5ab4926f697092cb14f20fea5f0c9950d39df8950a0f5751cfabfd9a6c
3
+ size 535739578
run-sgvshopq/checkpoint-167/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ea3b62db2894925f8ecd36a22aa9b2c45fab2469b1d4acf15a23a42a977dab
3
+ size 14244
run-sgvshopq/checkpoint-167/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0271318c43951553cd68ac131917f7c6389071f610618d4e3a8f3f48896f7639
3
+ size 1064
run-sgvshopq/checkpoint-167/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-sgvshopq/checkpoint-167/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-sgvshopq/checkpoint-167/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": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-sgvshopq/checkpoint-167/trainer_state.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 167,
3
+ "best_metric": 0.9333333333333333,
4
+ "best_model_checkpoint": "website_prediction_model/run-sgvshopq/checkpoint-167",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 167,
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.9333333333333333,
15
+ "eval_loss": 0.3241618275642395,
16
+ "eval_runtime": 0.7614,
17
+ "eval_samples_per_second": 98.503,
18
+ "eval_steps_per_second": 6.567,
19
+ "step": 167
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 835,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 5,
26
+ "save_steps": 500,
27
+ "stateful_callbacks": {
28
+ "TrainerControl": {
29
+ "args": {
30
+ "should_epoch_stop": false,
31
+ "should_evaluate": false,
32
+ "should_log": false,
33
+ "should_save": true,
34
+ "should_training_stop": false
35
+ },
36
+ "attributes": {}
37
+ }
38
+ },
39
+ "total_flos": 0,
40
+ "train_batch_size": 4,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "_wandb": {},
44
+ "assignments": {},
45
+ "learning_rate": 5.207464397831743e-05,
46
+ "metric": "eval/loss",
47
+ "num_train_epochs": 5,
48
+ "per_device_train_batch_size": 4,
49
+ "seed": 2
50
+ }
51
+ }
run-sgvshopq/checkpoint-167/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7be1702138e1071acaefa1fe9267dc149c7295ba57326c5725d4b5bcc2e156f
3
+ size 5304
run-sgvshopq/checkpoint-167/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:946a301dc931c2cf0e3318f9945b9434a774244244d3b0d6bb80c9c31d47b2f0
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7be1702138e1071acaefa1fe9267dc149c7295ba57326c5725d4b5bcc2e156f
3
  size 5304