darwinsfavorite commited on
Commit
499cd85
·
verified ·
1 Parent(s): 2e8aa8a

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-046iv1ov/checkpoint-126/config.json +36 -0
  3. run-046iv1ov/checkpoint-126/model.safetensors +3 -0
  4. run-046iv1ov/checkpoint-126/optimizer.pt +3 -0
  5. run-046iv1ov/checkpoint-126/rng_state.pth +3 -0
  6. run-046iv1ov/checkpoint-126/scheduler.pt +3 -0
  7. run-046iv1ov/checkpoint-126/special_tokens_map.json +7 -0
  8. run-046iv1ov/checkpoint-126/tokenizer.json +0 -0
  9. run-046iv1ov/checkpoint-126/tokenizer_config.json +56 -0
  10. run-046iv1ov/checkpoint-126/trainer_state.json +69 -0
  11. run-046iv1ov/checkpoint-126/training_args.bin +3 -0
  12. run-046iv1ov/checkpoint-126/vocab.txt +0 -0
  13. run-046iv1ov/checkpoint-168/config.json +36 -0
  14. run-046iv1ov/checkpoint-168/model.safetensors +3 -0
  15. run-046iv1ov/checkpoint-168/optimizer.pt +3 -0
  16. run-046iv1ov/checkpoint-168/rng_state.pth +3 -0
  17. run-046iv1ov/checkpoint-168/scheduler.pt +3 -0
  18. run-046iv1ov/checkpoint-168/special_tokens_map.json +7 -0
  19. run-046iv1ov/checkpoint-168/tokenizer.json +0 -0
  20. run-046iv1ov/checkpoint-168/tokenizer_config.json +56 -0
  21. run-046iv1ov/checkpoint-168/trainer_state.json +78 -0
  22. run-046iv1ov/checkpoint-168/training_args.bin +3 -0
  23. run-046iv1ov/checkpoint-168/vocab.txt +0 -0
  24. run-046iv1ov/checkpoint-210/config.json +36 -0
  25. run-046iv1ov/checkpoint-210/model.safetensors +3 -0
  26. run-046iv1ov/checkpoint-210/optimizer.pt +3 -0
  27. run-046iv1ov/checkpoint-210/rng_state.pth +3 -0
  28. run-046iv1ov/checkpoint-210/scheduler.pt +3 -0
  29. run-046iv1ov/checkpoint-210/special_tokens_map.json +7 -0
  30. run-046iv1ov/checkpoint-210/tokenizer.json +0 -0
  31. run-046iv1ov/checkpoint-210/tokenizer_config.json +56 -0
  32. run-046iv1ov/checkpoint-210/trainer_state.json +87 -0
  33. run-046iv1ov/checkpoint-210/training_args.bin +3 -0
  34. run-046iv1ov/checkpoint-210/vocab.txt +0 -0
  35. run-046iv1ov/checkpoint-84/config.json +36 -0
  36. run-046iv1ov/checkpoint-84/model.safetensors +3 -0
  37. run-046iv1ov/checkpoint-84/optimizer.pt +3 -0
  38. run-046iv1ov/checkpoint-84/rng_state.pth +3 -0
  39. run-046iv1ov/checkpoint-84/scheduler.pt +3 -0
  40. run-046iv1ov/checkpoint-84/special_tokens_map.json +7 -0
  41. run-046iv1ov/checkpoint-84/tokenizer.json +0 -0
  42. run-046iv1ov/checkpoint-84/tokenizer_config.json +56 -0
  43. run-046iv1ov/checkpoint-84/trainer_state.json +60 -0
  44. run-046iv1ov/checkpoint-84/training_args.bin +3 -0
  45. run-046iv1ov/checkpoint-84/vocab.txt +0 -0
  46. run-awg0cb8s/checkpoint-21/config.json +36 -0
  47. run-awg0cb8s/checkpoint-21/model.safetensors +3 -0
  48. run-awg0cb8s/checkpoint-21/optimizer.pt +3 -0
  49. run-awg0cb8s/checkpoint-21/rng_state.pth +3 -0
  50. run-awg0cb8s/checkpoint-21/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ae7365b4441db001b03894e59cf649e018406508851e0aadce19c02ec65de1a
3
  size 267838720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e047e40e4d52567caf922d0d8f136b6c059ca4d2254a3dc5d2e2e8922c98219
3
  size 267838720
run-046iv1ov/checkpoint-126/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-046iv1ov/checkpoint-126/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70aa19e309ac7c08abd170e07abc9de1dd90799c9a169eb12ddbfaaaea6d00f9
3
+ size 267838720
run-046iv1ov/checkpoint-126/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7745bd1c75afee26bc90118cd0ad72bf0c5e28d4ebae0dc2361e783653d993e
3
+ size 535739578
run-046iv1ov/checkpoint-126/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db0b189d6d9463dbad3c125fe5f2cea53c68e26f097367595277084295c7b914
3
+ size 14308
run-046iv1ov/checkpoint-126/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e306f5de10abbcbff5d0784b18df3082b01fef4f6bbec9935680de8a481c6f7
3
+ size 1064
run-046iv1ov/checkpoint-126/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-046iv1ov/checkpoint-126/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-046iv1ov/checkpoint-126/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-046iv1ov/checkpoint-126/trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 126,
3
+ "best_metric": 0.9333333333333333,
4
+ "best_model_checkpoint": "website_prediction_model/run-046iv1ov/checkpoint-126",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 126,
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.76,
15
+ "eval_loss": 0.8799358010292053,
16
+ "eval_runtime": 0.7525,
17
+ "eval_samples_per_second": 99.671,
18
+ "eval_steps_per_second": 6.645,
19
+ "step": 42
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.92,
24
+ "eval_loss": 0.2813997268676758,
25
+ "eval_runtime": 0.7524,
26
+ "eval_samples_per_second": 99.678,
27
+ "eval_steps_per_second": 6.645,
28
+ "step": 84
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.9333333333333333,
33
+ "eval_loss": 0.23722220957279205,
34
+ "eval_runtime": 0.7746,
35
+ "eval_samples_per_second": 96.828,
36
+ "eval_steps_per_second": 6.455,
37
+ "step": 126
38
+ }
39
+ ],
40
+ "logging_steps": 500,
41
+ "max_steps": 210,
42
+ "num_input_tokens_seen": 0,
43
+ "num_train_epochs": 5,
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": false
53
+ },
54
+ "attributes": {}
55
+ }
56
+ },
57
+ "total_flos": 0,
58
+ "train_batch_size": 16,
59
+ "trial_name": null,
60
+ "trial_params": {
61
+ "_wandb": {},
62
+ "assignments": {},
63
+ "learning_rate": 4.0484005469889746e-05,
64
+ "metric": "eval/loss",
65
+ "num_train_epochs": 5,
66
+ "per_device_train_batch_size": 16,
67
+ "seed": 32
68
+ }
69
+ }
run-046iv1ov/checkpoint-126/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e971b4bdc92741dd99c588836c3a276605ecc9ec801502c48b485aa8aacba576
3
+ size 5304
run-046iv1ov/checkpoint-126/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-046iv1ov/checkpoint-168/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-046iv1ov/checkpoint-168/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49be4c14965e34ed51b85a34b845c67a9dace3aad8f59bbea31c0407e56ddcf2
3
+ size 267838720
run-046iv1ov/checkpoint-168/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a67a24b0466b58a68e12ddc81ed27da1556e883a6cbf21d9fb1b6ffad56276fc
3
+ size 535739578
run-046iv1ov/checkpoint-168/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89a56da527ae07b7ec0feebf92ba7aaccc43848b978eedbd3ebc260008562274
3
+ size 14308
run-046iv1ov/checkpoint-168/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1cb903d352b3d5386a3271e63b737b5dfd0df0e9af33bfae1fb575aa4f4abbd
3
+ size 1064
run-046iv1ov/checkpoint-168/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-046iv1ov/checkpoint-168/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-046iv1ov/checkpoint-168/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-046iv1ov/checkpoint-168/trainer_state.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 168,
3
+ "best_metric": 0.9466666666666667,
4
+ "best_model_checkpoint": "website_prediction_model/run-046iv1ov/checkpoint-168",
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 168,
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.76,
15
+ "eval_loss": 0.8799358010292053,
16
+ "eval_runtime": 0.7525,
17
+ "eval_samples_per_second": 99.671,
18
+ "eval_steps_per_second": 6.645,
19
+ "step": 42
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.92,
24
+ "eval_loss": 0.2813997268676758,
25
+ "eval_runtime": 0.7524,
26
+ "eval_samples_per_second": 99.678,
27
+ "eval_steps_per_second": 6.645,
28
+ "step": 84
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.9333333333333333,
33
+ "eval_loss": 0.23722220957279205,
34
+ "eval_runtime": 0.7746,
35
+ "eval_samples_per_second": 96.828,
36
+ "eval_steps_per_second": 6.455,
37
+ "step": 126
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_accuracy": 0.9466666666666667,
42
+ "eval_loss": 0.21807293593883514,
43
+ "eval_runtime": 0.7739,
44
+ "eval_samples_per_second": 96.913,
45
+ "eval_steps_per_second": 6.461,
46
+ "step": 168
47
+ }
48
+ ],
49
+ "logging_steps": 500,
50
+ "max_steps": 210,
51
+ "num_input_tokens_seen": 0,
52
+ "num_train_epochs": 5,
53
+ "save_steps": 500,
54
+ "stateful_callbacks": {
55
+ "TrainerControl": {
56
+ "args": {
57
+ "should_epoch_stop": false,
58
+ "should_evaluate": false,
59
+ "should_log": false,
60
+ "should_save": true,
61
+ "should_training_stop": false
62
+ },
63
+ "attributes": {}
64
+ }
65
+ },
66
+ "total_flos": 0,
67
+ "train_batch_size": 16,
68
+ "trial_name": null,
69
+ "trial_params": {
70
+ "_wandb": {},
71
+ "assignments": {},
72
+ "learning_rate": 4.0484005469889746e-05,
73
+ "metric": "eval/loss",
74
+ "num_train_epochs": 5,
75
+ "per_device_train_batch_size": 16,
76
+ "seed": 32
77
+ }
78
+ }
run-046iv1ov/checkpoint-168/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e971b4bdc92741dd99c588836c3a276605ecc9ec801502c48b485aa8aacba576
3
+ size 5304
run-046iv1ov/checkpoint-168/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-046iv1ov/checkpoint-210/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-046iv1ov/checkpoint-210/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f17d4e5c079f48d0b84d5f453070a6c5c6f974d740b01bce477aa199e9aa887
3
+ size 267838720
run-046iv1ov/checkpoint-210/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9d9bb6006f212ae4411b578db68c33f7aab7d0a30f3f53ff23113eb53928f2
3
+ size 535739578
run-046iv1ov/checkpoint-210/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c56fff8732038f3728082bb733763c22f286192363a444b4eadbac70fb4d61d
3
+ size 14308
run-046iv1ov/checkpoint-210/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b1dbbd41e13e48c65896627fc87b484d5bf7bd9d80a475455a68a619d44a308
3
+ size 1064
run-046iv1ov/checkpoint-210/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-046iv1ov/checkpoint-210/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-046iv1ov/checkpoint-210/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-046iv1ov/checkpoint-210/trainer_state.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 168,
3
+ "best_metric": 0.9466666666666667,
4
+ "best_model_checkpoint": "website_prediction_model/run-046iv1ov/checkpoint-168",
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 210,
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.76,
15
+ "eval_loss": 0.8799358010292053,
16
+ "eval_runtime": 0.7525,
17
+ "eval_samples_per_second": 99.671,
18
+ "eval_steps_per_second": 6.645,
19
+ "step": 42
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.92,
24
+ "eval_loss": 0.2813997268676758,
25
+ "eval_runtime": 0.7524,
26
+ "eval_samples_per_second": 99.678,
27
+ "eval_steps_per_second": 6.645,
28
+ "step": 84
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.9333333333333333,
33
+ "eval_loss": 0.23722220957279205,
34
+ "eval_runtime": 0.7746,
35
+ "eval_samples_per_second": 96.828,
36
+ "eval_steps_per_second": 6.455,
37
+ "step": 126
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_accuracy": 0.9466666666666667,
42
+ "eval_loss": 0.21807293593883514,
43
+ "eval_runtime": 0.7739,
44
+ "eval_samples_per_second": 96.913,
45
+ "eval_steps_per_second": 6.461,
46
+ "step": 168
47
+ },
48
+ {
49
+ "epoch": 5.0,
50
+ "eval_accuracy": 0.9466666666666667,
51
+ "eval_loss": 0.22355476021766663,
52
+ "eval_runtime": 0.7684,
53
+ "eval_samples_per_second": 97.604,
54
+ "eval_steps_per_second": 6.507,
55
+ "step": 210
56
+ }
57
+ ],
58
+ "logging_steps": 500,
59
+ "max_steps": 210,
60
+ "num_input_tokens_seen": 0,
61
+ "num_train_epochs": 5,
62
+ "save_steps": 500,
63
+ "stateful_callbacks": {
64
+ "TrainerControl": {
65
+ "args": {
66
+ "should_epoch_stop": false,
67
+ "should_evaluate": false,
68
+ "should_log": false,
69
+ "should_save": true,
70
+ "should_training_stop": true
71
+ },
72
+ "attributes": {}
73
+ }
74
+ },
75
+ "total_flos": 0,
76
+ "train_batch_size": 16,
77
+ "trial_name": null,
78
+ "trial_params": {
79
+ "_wandb": {},
80
+ "assignments": {},
81
+ "learning_rate": 4.0484005469889746e-05,
82
+ "metric": "eval/loss",
83
+ "num_train_epochs": 5,
84
+ "per_device_train_batch_size": 16,
85
+ "seed": 32
86
+ }
87
+ }
run-046iv1ov/checkpoint-210/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e971b4bdc92741dd99c588836c3a276605ecc9ec801502c48b485aa8aacba576
3
+ size 5304
run-046iv1ov/checkpoint-210/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-046iv1ov/checkpoint-84/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-046iv1ov/checkpoint-84/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d92510e4ce41f58345f267387b3300aab4297624a55962cdd82bb2b6fedf2508
3
+ size 267838720
run-046iv1ov/checkpoint-84/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:548ada2309dc777f4852301eaf737b4e9dd97fe284c472c8d1d19e28c6a35734
3
+ size 535739578
run-046iv1ov/checkpoint-84/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96eb9ee881d40512a9a361cd73ac6c46287a74ba752bc34e7029c9bc12a5955d
3
+ size 14308
run-046iv1ov/checkpoint-84/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2dcba7df484d1717c1fff36e86b4cf736195a504a7182a9f5a7cc0668b74443
3
+ size 1064
run-046iv1ov/checkpoint-84/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-046iv1ov/checkpoint-84/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-046iv1ov/checkpoint-84/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-046iv1ov/checkpoint-84/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 84,
3
+ "best_metric": 0.92,
4
+ "best_model_checkpoint": "website_prediction_model/run-046iv1ov/checkpoint-84",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 84,
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.76,
15
+ "eval_loss": 0.8799358010292053,
16
+ "eval_runtime": 0.7525,
17
+ "eval_samples_per_second": 99.671,
18
+ "eval_steps_per_second": 6.645,
19
+ "step": 42
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.92,
24
+ "eval_loss": 0.2813997268676758,
25
+ "eval_runtime": 0.7524,
26
+ "eval_samples_per_second": 99.678,
27
+ "eval_steps_per_second": 6.645,
28
+ "step": 84
29
+ }
30
+ ],
31
+ "logging_steps": 500,
32
+ "max_steps": 210,
33
+ "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 5,
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": 16,
50
+ "trial_name": null,
51
+ "trial_params": {
52
+ "_wandb": {},
53
+ "assignments": {},
54
+ "learning_rate": 4.0484005469889746e-05,
55
+ "metric": "eval/loss",
56
+ "num_train_epochs": 5,
57
+ "per_device_train_batch_size": 16,
58
+ "seed": 32
59
+ }
60
+ }
run-046iv1ov/checkpoint-84/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e971b4bdc92741dd99c588836c3a276605ecc9ec801502c48b485aa8aacba576
3
+ size 5304
run-046iv1ov/checkpoint-84/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-awg0cb8s/checkpoint-21/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-awg0cb8s/checkpoint-21/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e047e40e4d52567caf922d0d8f136b6c059ca4d2254a3dc5d2e2e8922c98219
3
+ size 267838720
run-awg0cb8s/checkpoint-21/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65bc239c1de0f38c867274c40d824361c4bcc41ea6f9cce2086f1591510aba5c
3
+ size 535739578
run-awg0cb8s/checkpoint-21/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:086f24bbabcf1d018a1f3ab8b665ee6cc85cbc21e88d464e70de24dd311c1f44
3
+ size 14308
run-awg0cb8s/checkpoint-21/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:510518d5ee13cca66381596af2c4ae1dddf22f8a24efcc914e38d2672a007f62
3
+ size 1064