darwinsfavorite commited on
Commit
22b239b
·
verified ·
1 Parent(s): 499cd85

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-awg0cb8s/checkpoint-105/config.json +36 -0
  3. run-awg0cb8s/checkpoint-105/model.safetensors +3 -0
  4. run-awg0cb8s/checkpoint-105/optimizer.pt +3 -0
  5. run-awg0cb8s/checkpoint-105/rng_state.pth +3 -0
  6. run-awg0cb8s/checkpoint-105/scheduler.pt +3 -0
  7. run-awg0cb8s/checkpoint-105/special_tokens_map.json +7 -0
  8. run-awg0cb8s/checkpoint-105/tokenizer.json +0 -0
  9. run-awg0cb8s/checkpoint-105/tokenizer_config.json +56 -0
  10. run-awg0cb8s/checkpoint-105/trainer_state.json +87 -0
  11. run-awg0cb8s/checkpoint-105/training_args.bin +3 -0
  12. run-awg0cb8s/checkpoint-105/vocab.txt +0 -0
  13. run-awg0cb8s/checkpoint-42/config.json +36 -0
  14. run-awg0cb8s/checkpoint-42/model.safetensors +3 -0
  15. run-awg0cb8s/checkpoint-42/optimizer.pt +3 -0
  16. run-awg0cb8s/checkpoint-42/rng_state.pth +3 -0
  17. run-awg0cb8s/checkpoint-42/scheduler.pt +3 -0
  18. run-awg0cb8s/checkpoint-42/special_tokens_map.json +7 -0
  19. run-awg0cb8s/checkpoint-42/tokenizer.json +0 -0
  20. run-awg0cb8s/checkpoint-42/tokenizer_config.json +56 -0
  21. run-awg0cb8s/checkpoint-42/trainer_state.json +60 -0
  22. run-awg0cb8s/checkpoint-42/training_args.bin +3 -0
  23. run-awg0cb8s/checkpoint-42/vocab.txt +0 -0
  24. run-awg0cb8s/checkpoint-63/config.json +36 -0
  25. run-awg0cb8s/checkpoint-63/model.safetensors +3 -0
  26. run-awg0cb8s/checkpoint-63/optimizer.pt +3 -0
  27. run-awg0cb8s/checkpoint-63/rng_state.pth +3 -0
  28. run-awg0cb8s/checkpoint-63/scheduler.pt +3 -0
  29. run-awg0cb8s/checkpoint-63/special_tokens_map.json +7 -0
  30. run-awg0cb8s/checkpoint-63/tokenizer.json +0 -0
  31. run-awg0cb8s/checkpoint-63/tokenizer_config.json +56 -0
  32. run-awg0cb8s/checkpoint-63/trainer_state.json +69 -0
  33. run-awg0cb8s/checkpoint-63/training_args.bin +3 -0
  34. run-awg0cb8s/checkpoint-63/vocab.txt +0 -0
  35. run-awg0cb8s/checkpoint-84/config.json +36 -0
  36. run-awg0cb8s/checkpoint-84/model.safetensors +3 -0
  37. run-awg0cb8s/checkpoint-84/optimizer.pt +3 -0
  38. run-awg0cb8s/checkpoint-84/rng_state.pth +3 -0
  39. run-awg0cb8s/checkpoint-84/scheduler.pt +3 -0
  40. run-awg0cb8s/checkpoint-84/special_tokens_map.json +7 -0
  41. run-awg0cb8s/checkpoint-84/tokenizer.json +0 -0
  42. run-awg0cb8s/checkpoint-84/tokenizer_config.json +56 -0
  43. run-awg0cb8s/checkpoint-84/trainer_state.json +78 -0
  44. run-awg0cb8s/checkpoint-84/training_args.bin +3 -0
  45. run-awg0cb8s/checkpoint-84/vocab.txt +0 -0
  46. run-pp3enhq8/checkpoint-11/config.json +36 -0
  47. run-pp3enhq8/checkpoint-11/model.safetensors +3 -0
  48. run-pp3enhq8/checkpoint-11/optimizer.pt +3 -0
  49. run-pp3enhq8/checkpoint-11/rng_state.pth +3 -0
  50. run-pp3enhq8/checkpoint-11/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e047e40e4d52567caf922d0d8f136b6c059ca4d2254a3dc5d2e2e8922c98219
3
  size 267838720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a1039fae28e14d42335d5babe6173c6eea5e9e678e138367230091e9ed0d02
3
  size 267838720
run-awg0cb8s/checkpoint-105/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-105/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d851b3bc0a3d569d60613b1fdf7fb58403edf75b236fe9507757fa8fcd596eb2
3
+ size 267838720
run-awg0cb8s/checkpoint-105/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a48533dc3190f4c4871201ced2e9a4088f4e2a6a659a39c375adf638574353
3
+ size 535739578
run-awg0cb8s/checkpoint-105/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1db0ea37604b56de9f3251b62faff9fb0b1a670c1669d23323abbf775bdbe665
3
+ size 14308
run-awg0cb8s/checkpoint-105/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d24f59599d66afd2ea4f1c3cd38166d4b1c52cd3274fa47c61889f0e2aafed
3
+ size 1064
run-awg0cb8s/checkpoint-105/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-awg0cb8s/checkpoint-105/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-awg0cb8s/checkpoint-105/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-awg0cb8s/checkpoint-105/trainer_state.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 84,
3
+ "best_metric": 0.6266666666666667,
4
+ "best_model_checkpoint": "website_prediction_model/run-awg0cb8s/checkpoint-84",
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 105,
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.16,
15
+ "eval_loss": 1.4040924310684204,
16
+ "eval_runtime": 0.7569,
17
+ "eval_samples_per_second": 99.09,
18
+ "eval_steps_per_second": 6.606,
19
+ "step": 21
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.3466666666666667,
24
+ "eval_loss": 1.3794679641723633,
25
+ "eval_runtime": 0.8305,
26
+ "eval_samples_per_second": 90.312,
27
+ "eval_steps_per_second": 6.021,
28
+ "step": 42
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.5733333333333334,
33
+ "eval_loss": 1.3347134590148926,
34
+ "eval_runtime": 0.7913,
35
+ "eval_samples_per_second": 94.782,
36
+ "eval_steps_per_second": 6.319,
37
+ "step": 63
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_accuracy": 0.6266666666666667,
42
+ "eval_loss": 1.2955228090286255,
43
+ "eval_runtime": 0.768,
44
+ "eval_samples_per_second": 97.656,
45
+ "eval_steps_per_second": 6.51,
46
+ "step": 84
47
+ },
48
+ {
49
+ "epoch": 5.0,
50
+ "eval_accuracy": 0.6133333333333333,
51
+ "eval_loss": 1.2866833209991455,
52
+ "eval_runtime": 0.7614,
53
+ "eval_samples_per_second": 98.498,
54
+ "eval_steps_per_second": 6.567,
55
+ "step": 105
56
+ }
57
+ ],
58
+ "logging_steps": 500,
59
+ "max_steps": 105,
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": 32,
77
+ "trial_name": null,
78
+ "trial_params": {
79
+ "_wandb": {},
80
+ "assignments": {},
81
+ "learning_rate": 3.359133095753484e-06,
82
+ "metric": "eval/loss",
83
+ "num_train_epochs": 5,
84
+ "per_device_train_batch_size": 32,
85
+ "seed": 31
86
+ }
87
+ }
run-awg0cb8s/checkpoint-105/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3415fd6a97c7531df70729b90c88efee28cae66f8b27cb03a7aedd137f28be6a
3
+ size 5304
run-awg0cb8s/checkpoint-105/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-awg0cb8s/checkpoint-42/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-42/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fb8f6cdf5e25748a1045c3d445fc3aa48c813f46377d3f74d2ce15a5b719f29
3
+ size 267838720
run-awg0cb8s/checkpoint-42/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b50bc5c6bc7cf1ff1f45e3361dea3ea31b4035efe0764c6a3774448a916631ad
3
+ size 535739578
run-awg0cb8s/checkpoint-42/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9243e1be13e73eb21494103651e6a05e3e289f91606f6ea0ea24cbf6ed54a03
3
+ size 14308
run-awg0cb8s/checkpoint-42/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08d6f103c777a3bd1b90f0ead622fead4cf7b8ff58b0cc22167948d83e0c6ef
3
+ size 1064
run-awg0cb8s/checkpoint-42/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-awg0cb8s/checkpoint-42/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-awg0cb8s/checkpoint-42/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-awg0cb8s/checkpoint-42/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 42,
3
+ "best_metric": 0.3466666666666667,
4
+ "best_model_checkpoint": "website_prediction_model/run-awg0cb8s/checkpoint-42",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 42,
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.16,
15
+ "eval_loss": 1.4040924310684204,
16
+ "eval_runtime": 0.7569,
17
+ "eval_samples_per_second": 99.09,
18
+ "eval_steps_per_second": 6.606,
19
+ "step": 21
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.3466666666666667,
24
+ "eval_loss": 1.3794679641723633,
25
+ "eval_runtime": 0.8305,
26
+ "eval_samples_per_second": 90.312,
27
+ "eval_steps_per_second": 6.021,
28
+ "step": 42
29
+ }
30
+ ],
31
+ "logging_steps": 500,
32
+ "max_steps": 105,
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": 32,
50
+ "trial_name": null,
51
+ "trial_params": {
52
+ "_wandb": {},
53
+ "assignments": {},
54
+ "learning_rate": 3.359133095753484e-06,
55
+ "metric": "eval/loss",
56
+ "num_train_epochs": 5,
57
+ "per_device_train_batch_size": 32,
58
+ "seed": 31
59
+ }
60
+ }
run-awg0cb8s/checkpoint-42/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3415fd6a97c7531df70729b90c88efee28cae66f8b27cb03a7aedd137f28be6a
3
+ size 5304
run-awg0cb8s/checkpoint-42/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-awg0cb8s/checkpoint-63/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-63/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d59cc65ffbfc987b2bc65865e2c1d9502d67fe6881901be6a12ccfbff7c7ed4f
3
+ size 267838720
run-awg0cb8s/checkpoint-63/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0661f2396645b3c295d55f5def551c154a897bc24a4b2b884ec87e28b2c4ab76
3
+ size 535739578
run-awg0cb8s/checkpoint-63/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a1abef3d0504995e03710560c4ec2705928a91f703d8b3a82c9eba18df1574
3
+ size 14308
run-awg0cb8s/checkpoint-63/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53fc8b27cdc056f2439304f83dcdc633581f95541cc169552b0b8b0d543c1d0f
3
+ size 1064
run-awg0cb8s/checkpoint-63/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-awg0cb8s/checkpoint-63/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-awg0cb8s/checkpoint-63/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-awg0cb8s/checkpoint-63/trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 63,
3
+ "best_metric": 0.5733333333333334,
4
+ "best_model_checkpoint": "website_prediction_model/run-awg0cb8s/checkpoint-63",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 63,
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.16,
15
+ "eval_loss": 1.4040924310684204,
16
+ "eval_runtime": 0.7569,
17
+ "eval_samples_per_second": 99.09,
18
+ "eval_steps_per_second": 6.606,
19
+ "step": 21
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.3466666666666667,
24
+ "eval_loss": 1.3794679641723633,
25
+ "eval_runtime": 0.8305,
26
+ "eval_samples_per_second": 90.312,
27
+ "eval_steps_per_second": 6.021,
28
+ "step": 42
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.5733333333333334,
33
+ "eval_loss": 1.3347134590148926,
34
+ "eval_runtime": 0.7913,
35
+ "eval_samples_per_second": 94.782,
36
+ "eval_steps_per_second": 6.319,
37
+ "step": 63
38
+ }
39
+ ],
40
+ "logging_steps": 500,
41
+ "max_steps": 105,
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": 32,
59
+ "trial_name": null,
60
+ "trial_params": {
61
+ "_wandb": {},
62
+ "assignments": {},
63
+ "learning_rate": 3.359133095753484e-06,
64
+ "metric": "eval/loss",
65
+ "num_train_epochs": 5,
66
+ "per_device_train_batch_size": 32,
67
+ "seed": 31
68
+ }
69
+ }
run-awg0cb8s/checkpoint-63/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3415fd6a97c7531df70729b90c88efee28cae66f8b27cb03a7aedd137f28be6a
3
+ size 5304
run-awg0cb8s/checkpoint-63/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-awg0cb8s/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-awg0cb8s/checkpoint-84/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fca996a4559e2439c0a13b5d03f567a1d2d77f00c5acf0276c10cec22ffe7ff9
3
+ size 267838720
run-awg0cb8s/checkpoint-84/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cafd6c177a35df8b75f996f05a9dd11c62a23f3155065bb76a585aaf7318890f
3
+ size 535739578
run-awg0cb8s/checkpoint-84/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ef1c320c6a72fc4a7e4ce47ab07c8ead78221670659a15d0fb338a0b7403a05
3
+ size 14308
run-awg0cb8s/checkpoint-84/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68cec1021445246508d03dd16375477c3e1e7c1105190d18bc7349f16372c5a5
3
+ size 1064
run-awg0cb8s/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-awg0cb8s/checkpoint-84/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-awg0cb8s/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-awg0cb8s/checkpoint-84/trainer_state.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 84,
3
+ "best_metric": 0.6266666666666667,
4
+ "best_model_checkpoint": "website_prediction_model/run-awg0cb8s/checkpoint-84",
5
+ "epoch": 4.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.16,
15
+ "eval_loss": 1.4040924310684204,
16
+ "eval_runtime": 0.7569,
17
+ "eval_samples_per_second": 99.09,
18
+ "eval_steps_per_second": 6.606,
19
+ "step": 21
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.3466666666666667,
24
+ "eval_loss": 1.3794679641723633,
25
+ "eval_runtime": 0.8305,
26
+ "eval_samples_per_second": 90.312,
27
+ "eval_steps_per_second": 6.021,
28
+ "step": 42
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.5733333333333334,
33
+ "eval_loss": 1.3347134590148926,
34
+ "eval_runtime": 0.7913,
35
+ "eval_samples_per_second": 94.782,
36
+ "eval_steps_per_second": 6.319,
37
+ "step": 63
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_accuracy": 0.6266666666666667,
42
+ "eval_loss": 1.2955228090286255,
43
+ "eval_runtime": 0.768,
44
+ "eval_samples_per_second": 97.656,
45
+ "eval_steps_per_second": 6.51,
46
+ "step": 84
47
+ }
48
+ ],
49
+ "logging_steps": 500,
50
+ "max_steps": 105,
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": 32,
68
+ "trial_name": null,
69
+ "trial_params": {
70
+ "_wandb": {},
71
+ "assignments": {},
72
+ "learning_rate": 3.359133095753484e-06,
73
+ "metric": "eval/loss",
74
+ "num_train_epochs": 5,
75
+ "per_device_train_batch_size": 32,
76
+ "seed": 31
77
+ }
78
+ }
run-awg0cb8s/checkpoint-84/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3415fd6a97c7531df70729b90c88efee28cae66f8b27cb03a7aedd137f28be6a
3
+ size 5304
run-awg0cb8s/checkpoint-84/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-pp3enhq8/checkpoint-11/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-pp3enhq8/checkpoint-11/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a1039fae28e14d42335d5babe6173c6eea5e9e678e138367230091e9ed0d02
3
+ size 267838720
run-pp3enhq8/checkpoint-11/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:052f52cdf13da198de7ac21e9206079e685d5dc863fe5a1b1616801b33252c60
3
+ size 535739578
run-pp3enhq8/checkpoint-11/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bf303f7772d5efe65359bfe8d5d0931737f1732b7553d55e6b2efba08796f1c
3
+ size 14244
run-pp3enhq8/checkpoint-11/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a70b75a19a095f81747985a3bf6624b9d5d834f845a2d17b931b69d2ba24ab84
3
+ size 1064