TetorisAce commited on
Commit
813f6da
·
verified ·
1 Parent(s): 5f6890c

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-m5alrfwj/checkpoint-1000/config.json +36 -0
  3. run-m5alrfwj/checkpoint-1000/model.safetensors +3 -0
  4. run-m5alrfwj/checkpoint-1000/optimizer.pt +3 -0
  5. run-m5alrfwj/checkpoint-1000/rng_state.pth +3 -0
  6. run-m5alrfwj/checkpoint-1000/scheduler.pt +3 -0
  7. run-m5alrfwj/checkpoint-1000/special_tokens_map.json +7 -0
  8. run-m5alrfwj/checkpoint-1000/tokenizer.json +0 -0
  9. run-m5alrfwj/checkpoint-1000/tokenizer_config.json +56 -0
  10. run-m5alrfwj/checkpoint-1000/trainer_state.json +126 -0
  11. run-m5alrfwj/checkpoint-1000/training_args.bin +3 -0
  12. run-m5alrfwj/checkpoint-1000/vocab.txt +0 -0
  13. run-m5alrfwj/checkpoint-1250/config.json +36 -0
  14. run-m5alrfwj/checkpoint-1250/model.safetensors +3 -0
  15. run-m5alrfwj/checkpoint-1250/optimizer.pt +3 -0
  16. run-m5alrfwj/checkpoint-1250/rng_state.pth +3 -0
  17. run-m5alrfwj/checkpoint-1250/scheduler.pt +3 -0
  18. run-m5alrfwj/checkpoint-1250/special_tokens_map.json +7 -0
  19. run-m5alrfwj/checkpoint-1250/tokenizer.json +0 -0
  20. run-m5alrfwj/checkpoint-1250/tokenizer_config.json +56 -0
  21. run-m5alrfwj/checkpoint-1250/trainer_state.json +135 -0
  22. run-m5alrfwj/checkpoint-1250/training_args.bin +3 -0
  23. run-m5alrfwj/checkpoint-1250/vocab.txt +0 -0
  24. run-m5alrfwj/checkpoint-500/config.json +36 -0
  25. run-m5alrfwj/checkpoint-500/model.safetensors +3 -0
  26. run-m5alrfwj/checkpoint-500/optimizer.pt +3 -0
  27. run-m5alrfwj/checkpoint-500/rng_state.pth +3 -0
  28. run-m5alrfwj/checkpoint-500/scheduler.pt +3 -0
  29. run-m5alrfwj/checkpoint-500/special_tokens_map.json +7 -0
  30. run-m5alrfwj/checkpoint-500/tokenizer.json +0 -0
  31. run-m5alrfwj/checkpoint-500/tokenizer_config.json +56 -0
  32. run-m5alrfwj/checkpoint-500/trainer_state.json +101 -0
  33. run-m5alrfwj/checkpoint-500/training_args.bin +3 -0
  34. run-m5alrfwj/checkpoint-500/vocab.txt +0 -0
  35. run-m5alrfwj/checkpoint-750/config.json +36 -0
  36. run-m5alrfwj/checkpoint-750/model.safetensors +3 -0
  37. run-m5alrfwj/checkpoint-750/optimizer.pt +3 -0
  38. run-m5alrfwj/checkpoint-750/rng_state.pth +3 -0
  39. run-m5alrfwj/checkpoint-750/scheduler.pt +3 -0
  40. run-m5alrfwj/checkpoint-750/special_tokens_map.json +7 -0
  41. run-m5alrfwj/checkpoint-750/tokenizer.json +0 -0
  42. run-m5alrfwj/checkpoint-750/tokenizer_config.json +56 -0
  43. run-m5alrfwj/checkpoint-750/trainer_state.json +110 -0
  44. run-m5alrfwj/checkpoint-750/training_args.bin +3 -0
  45. run-m5alrfwj/checkpoint-750/vocab.txt +0 -0
  46. run-p24aopwx/checkpoint-125/config.json +36 -0
  47. run-p24aopwx/checkpoint-125/model.safetensors +3 -0
  48. run-p24aopwx/checkpoint-125/optimizer.pt +3 -0
  49. run-p24aopwx/checkpoint-125/rng_state.pth +3 -0
  50. run-p24aopwx/checkpoint-125/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01e37ec40f27baf59831267cd31bca2337e778e9b1758b8f0f95468372c1c4e4
3
  size 267838720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744af60a6ddc8b6e529237e37bb1396ab85e8d20e864172ea8939e8f949c1356
3
  size 267838720
run-m5alrfwj/checkpoint-1000/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
+ "dtype": "float32",
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1,
21
+ "LABEL_2": 2,
22
+ "LABEL_3": 3
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "transformers_version": "4.56.1",
35
+ "vocab_size": 30522
36
+ }
run-m5alrfwj/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c95f26796a0482e9a2d9e9e3fdbd05b7666c887a0f05d5144aa67ff39ebec490
3
+ size 267838720
run-m5alrfwj/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b36e19acfb85dbc1d1ec4ff6d8dfd75c4ea08d0a27444f4018e5eb2a18086afb
3
+ size 535741515
run-m5alrfwj/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15abc620b9b6f90f19156925266492577bf058cc7e6d3f51bf0a480c39782fc
3
+ size 14645
run-m5alrfwj/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b121b2b56701397a9ea141c8953fd93f7eb780125bf0974d96e2df51581d85
3
+ size 1465
run-m5alrfwj/checkpoint-1000/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-m5alrfwj/checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-m5alrfwj/checkpoint-1000/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-m5alrfwj/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 500,
3
+ "best_metric": 0.6061989665031433,
4
+ "best_model_checkpoint": "topic_classifier_model/run-m5alrfwj/checkpoint-500",
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1000,
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.852,
15
+ "eval_loss": 0.6556681394577026,
16
+ "eval_runtime": 3.5365,
17
+ "eval_samples_per_second": 282.762,
18
+ "eval_steps_per_second": 17.814,
19
+ "step": 250
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "grad_norm": 0.2926628589630127,
24
+ "learning_rate": 3.6834458632458664e-05,
25
+ "loss": 0.4736,
26
+ "step": 500
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "eval_accuracy": 0.872,
31
+ "eval_loss": 0.6061989665031433,
32
+ "eval_runtime": 2.8624,
33
+ "eval_samples_per_second": 349.36,
34
+ "eval_steps_per_second": 22.01,
35
+ "step": 500
36
+ },
37
+ {
38
+ "epoch": 3.0,
39
+ "eval_accuracy": 0.877,
40
+ "eval_loss": 0.6755268573760986,
41
+ "eval_runtime": 2.776,
42
+ "eval_samples_per_second": 360.235,
43
+ "eval_steps_per_second": 22.695,
44
+ "step": 750
45
+ },
46
+ {
47
+ "epoch": 4.0,
48
+ "grad_norm": 0.07131870090961456,
49
+ "learning_rate": 1.231085102096821e-05,
50
+ "loss": 0.2149,
51
+ "step": 1000
52
+ },
53
+ {
54
+ "epoch": 4.0,
55
+ "eval_accuracy": 0.881,
56
+ "eval_loss": 0.6423977017402649,
57
+ "eval_runtime": 2.756,
58
+ "eval_samples_per_second": 362.842,
59
+ "eval_steps_per_second": 22.859,
60
+ "step": 1000
61
+ }
62
+ ],
63
+ "logging_steps": 500,
64
+ "max_steps": 1250,
65
+ "num_input_tokens_seen": 0,
66
+ "num_train_epochs": 5,
67
+ "save_steps": 500,
68
+ "stateful_callbacks": {
69
+ "TrainerControl": {
70
+ "args": {
71
+ "should_epoch_stop": false,
72
+ "should_evaluate": false,
73
+ "should_log": false,
74
+ "should_save": true,
75
+ "should_training_stop": false
76
+ },
77
+ "attributes": {}
78
+ }
79
+ },
80
+ "total_flos": 73536517621056.0,
81
+ "train_batch_size": 4,
82
+ "trial_name": null,
83
+ "trial_params": {
84
+ "_wandb": {
85
+ "cli_version": "0.21.3",
86
+ "m": [],
87
+ "python_version": "3.12.11",
88
+ "t": {
89
+ "1": [
90
+ 1,
91
+ 2,
92
+ 3,
93
+ 5,
94
+ 11,
95
+ 12,
96
+ 41,
97
+ 49,
98
+ 51,
99
+ 53,
100
+ 71,
101
+ 98,
102
+ 100,
103
+ 105
104
+ ],
105
+ "12": "0.21.3",
106
+ "13": "linux-x86_64",
107
+ "3": [
108
+ 14
109
+ ],
110
+ "4": "3.12.11",
111
+ "5": "0.21.3",
112
+ "6": "4.56.1",
113
+ "8": [
114
+ 1,
115
+ 12
116
+ ]
117
+ }
118
+ },
119
+ "assignments": {},
120
+ "learning_rate": 6.130901902872614e-05,
121
+ "metric": "eval/loss",
122
+ "num_train_epochs": 5,
123
+ "per_device_train_batch_size": 4,
124
+ "seed": 40
125
+ }
126
+ }
run-m5alrfwj/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934cbbb308e8e2a43d3dfa9540bc12899ee79a766bc5434b122ad1473158b50e
3
+ size 5777
run-m5alrfwj/checkpoint-1000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-m5alrfwj/checkpoint-1250/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
+ "dtype": "float32",
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1,
21
+ "LABEL_2": 2,
22
+ "LABEL_3": 3
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "transformers_version": "4.56.1",
35
+ "vocab_size": 30522
36
+ }
run-m5alrfwj/checkpoint-1250/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f1b2aeb6e9a5f8e7b762de8008fe9972bc77072c9f9f4c2d55050700eaccee
3
+ size 267838720
run-m5alrfwj/checkpoint-1250/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5b8be56b21c6beadd2505d5005abadf9dca833689a196390953a204b1865b1a
3
+ size 535741515
run-m5alrfwj/checkpoint-1250/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48da12aac3dab05fc351cb7e7d8592ffbda0533648e28f9544fdcacc033f5933
3
+ size 14645
run-m5alrfwj/checkpoint-1250/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:916551395698ccbd000ff6a0bb9554b7062f9fc857f3acaee26868d4e049c367
3
+ size 1465
run-m5alrfwj/checkpoint-1250/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-m5alrfwj/checkpoint-1250/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-m5alrfwj/checkpoint-1250/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-m5alrfwj/checkpoint-1250/trainer_state.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 500,
3
+ "best_metric": 0.6061989665031433,
4
+ "best_model_checkpoint": "topic_classifier_model/run-m5alrfwj/checkpoint-500",
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1250,
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.852,
15
+ "eval_loss": 0.6556681394577026,
16
+ "eval_runtime": 3.5365,
17
+ "eval_samples_per_second": 282.762,
18
+ "eval_steps_per_second": 17.814,
19
+ "step": 250
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "grad_norm": 0.2926628589630127,
24
+ "learning_rate": 3.6834458632458664e-05,
25
+ "loss": 0.4736,
26
+ "step": 500
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "eval_accuracy": 0.872,
31
+ "eval_loss": 0.6061989665031433,
32
+ "eval_runtime": 2.8624,
33
+ "eval_samples_per_second": 349.36,
34
+ "eval_steps_per_second": 22.01,
35
+ "step": 500
36
+ },
37
+ {
38
+ "epoch": 3.0,
39
+ "eval_accuracy": 0.877,
40
+ "eval_loss": 0.6755268573760986,
41
+ "eval_runtime": 2.776,
42
+ "eval_samples_per_second": 360.235,
43
+ "eval_steps_per_second": 22.695,
44
+ "step": 750
45
+ },
46
+ {
47
+ "epoch": 4.0,
48
+ "grad_norm": 0.07131870090961456,
49
+ "learning_rate": 1.231085102096821e-05,
50
+ "loss": 0.2149,
51
+ "step": 1000
52
+ },
53
+ {
54
+ "epoch": 4.0,
55
+ "eval_accuracy": 0.881,
56
+ "eval_loss": 0.6423977017402649,
57
+ "eval_runtime": 2.756,
58
+ "eval_samples_per_second": 362.842,
59
+ "eval_steps_per_second": 22.859,
60
+ "step": 1000
61
+ },
62
+ {
63
+ "epoch": 5.0,
64
+ "eval_accuracy": 0.879,
65
+ "eval_loss": 0.6394979953765869,
66
+ "eval_runtime": 7.4793,
67
+ "eval_samples_per_second": 133.701,
68
+ "eval_steps_per_second": 8.423,
69
+ "step": 1250
70
+ }
71
+ ],
72
+ "logging_steps": 500,
73
+ "max_steps": 1250,
74
+ "num_input_tokens_seen": 0,
75
+ "num_train_epochs": 5,
76
+ "save_steps": 500,
77
+ "stateful_callbacks": {
78
+ "TrainerControl": {
79
+ "args": {
80
+ "should_epoch_stop": false,
81
+ "should_evaluate": false,
82
+ "should_log": false,
83
+ "should_save": true,
84
+ "should_training_stop": true
85
+ },
86
+ "attributes": {}
87
+ }
88
+ },
89
+ "total_flos": 73536517621056.0,
90
+ "train_batch_size": 4,
91
+ "trial_name": null,
92
+ "trial_params": {
93
+ "_wandb": {
94
+ "cli_version": "0.21.3",
95
+ "m": [],
96
+ "python_version": "3.12.11",
97
+ "t": {
98
+ "1": [
99
+ 1,
100
+ 2,
101
+ 3,
102
+ 5,
103
+ 11,
104
+ 12,
105
+ 41,
106
+ 49,
107
+ 51,
108
+ 53,
109
+ 71,
110
+ 98,
111
+ 100,
112
+ 105
113
+ ],
114
+ "12": "0.21.3",
115
+ "13": "linux-x86_64",
116
+ "3": [
117
+ 14
118
+ ],
119
+ "4": "3.12.11",
120
+ "5": "0.21.3",
121
+ "6": "4.56.1",
122
+ "8": [
123
+ 1,
124
+ 12
125
+ ]
126
+ }
127
+ },
128
+ "assignments": {},
129
+ "learning_rate": 6.130901902872614e-05,
130
+ "metric": "eval/loss",
131
+ "num_train_epochs": 5,
132
+ "per_device_train_batch_size": 4,
133
+ "seed": 40
134
+ }
135
+ }
run-m5alrfwj/checkpoint-1250/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934cbbb308e8e2a43d3dfa9540bc12899ee79a766bc5434b122ad1473158b50e
3
+ size 5777
run-m5alrfwj/checkpoint-1250/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-m5alrfwj/checkpoint-500/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
+ "dtype": "float32",
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1,
21
+ "LABEL_2": 2,
22
+ "LABEL_3": 3
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "transformers_version": "4.56.1",
35
+ "vocab_size": 30522
36
+ }
run-m5alrfwj/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f28e988ac645a6dab8bd4659d8985ddf5c13f05613270be2d6af9439c1b439e
3
+ size 267838720
run-m5alrfwj/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56b8874b57915d2de7c4ddc19d9699ae69fc24f474264b83541498ba43d322a4
3
+ size 535741515
run-m5alrfwj/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103db0fef648fd202ff52ea1c22a0eec151fa1f2672aeacfbc9285e1a2415f6e
3
+ size 14645
run-m5alrfwj/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acf363e08a3863fb9f6e8411fd5fa8d4075b94de2189684197810d61f1b4c0bc
3
+ size 1465
run-m5alrfwj/checkpoint-500/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-m5alrfwj/checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-m5alrfwj/checkpoint-500/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-m5alrfwj/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 500,
3
+ "best_metric": 0.6061989665031433,
4
+ "best_model_checkpoint": "topic_classifier_model/run-m5alrfwj/checkpoint-500",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
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.852,
15
+ "eval_loss": 0.6556681394577026,
16
+ "eval_runtime": 3.5365,
17
+ "eval_samples_per_second": 282.762,
18
+ "eval_steps_per_second": 17.814,
19
+ "step": 250
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "grad_norm": 0.2926628589630127,
24
+ "learning_rate": 3.6834458632458664e-05,
25
+ "loss": 0.4736,
26
+ "step": 500
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "eval_accuracy": 0.872,
31
+ "eval_loss": 0.6061989665031433,
32
+ "eval_runtime": 2.8624,
33
+ "eval_samples_per_second": 349.36,
34
+ "eval_steps_per_second": 22.01,
35
+ "step": 500
36
+ }
37
+ ],
38
+ "logging_steps": 500,
39
+ "max_steps": 1250,
40
+ "num_input_tokens_seen": 0,
41
+ "num_train_epochs": 5,
42
+ "save_steps": 500,
43
+ "stateful_callbacks": {
44
+ "TrainerControl": {
45
+ "args": {
46
+ "should_epoch_stop": false,
47
+ "should_evaluate": false,
48
+ "should_log": false,
49
+ "should_save": true,
50
+ "should_training_stop": false
51
+ },
52
+ "attributes": {}
53
+ }
54
+ },
55
+ "total_flos": 36660625210272.0,
56
+ "train_batch_size": 4,
57
+ "trial_name": null,
58
+ "trial_params": {
59
+ "_wandb": {
60
+ "cli_version": "0.21.3",
61
+ "m": [],
62
+ "python_version": "3.12.11",
63
+ "t": {
64
+ "1": [
65
+ 1,
66
+ 2,
67
+ 3,
68
+ 5,
69
+ 11,
70
+ 12,
71
+ 41,
72
+ 49,
73
+ 51,
74
+ 53,
75
+ 71,
76
+ 98,
77
+ 100,
78
+ 105
79
+ ],
80
+ "12": "0.21.3",
81
+ "13": "linux-x86_64",
82
+ "3": [
83
+ 14
84
+ ],
85
+ "4": "3.12.11",
86
+ "5": "0.21.3",
87
+ "6": "4.56.1",
88
+ "8": [
89
+ 1,
90
+ 12
91
+ ]
92
+ }
93
+ },
94
+ "assignments": {},
95
+ "learning_rate": 6.130901902872614e-05,
96
+ "metric": "eval/loss",
97
+ "num_train_epochs": 5,
98
+ "per_device_train_batch_size": 4,
99
+ "seed": 40
100
+ }
101
+ }
run-m5alrfwj/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934cbbb308e8e2a43d3dfa9540bc12899ee79a766bc5434b122ad1473158b50e
3
+ size 5777
run-m5alrfwj/checkpoint-500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-m5alrfwj/checkpoint-750/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
+ "dtype": "float32",
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1,
21
+ "LABEL_2": 2,
22
+ "LABEL_3": 3
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "transformers_version": "4.56.1",
35
+ "vocab_size": 30522
36
+ }
run-m5alrfwj/checkpoint-750/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6cc822ab401951e3fb6f303ca4b41a0a42dc3396a2d1c60dd351a8e9eb8c69c
3
+ size 267838720
run-m5alrfwj/checkpoint-750/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:318b3e1d6bb585f0de175ce560058a4498741f48a6e1f96ca2c44600a6d87a07
3
+ size 535741515
run-m5alrfwj/checkpoint-750/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39ab02b420ea14e8398f4feeb9750f1ac77e942cc63743ba92de1d09214537f1
3
+ size 14645
run-m5alrfwj/checkpoint-750/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8efa9aff56039be6656b8498ac6ec1beb41da2cc69f943fb3e30fbcbdb3bbe6
3
+ size 1465
run-m5alrfwj/checkpoint-750/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-m5alrfwj/checkpoint-750/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-m5alrfwj/checkpoint-750/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-m5alrfwj/checkpoint-750/trainer_state.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 500,
3
+ "best_metric": 0.6061989665031433,
4
+ "best_model_checkpoint": "topic_classifier_model/run-m5alrfwj/checkpoint-500",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 750,
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.852,
15
+ "eval_loss": 0.6556681394577026,
16
+ "eval_runtime": 3.5365,
17
+ "eval_samples_per_second": 282.762,
18
+ "eval_steps_per_second": 17.814,
19
+ "step": 250
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "grad_norm": 0.2926628589630127,
24
+ "learning_rate": 3.6834458632458664e-05,
25
+ "loss": 0.4736,
26
+ "step": 500
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "eval_accuracy": 0.872,
31
+ "eval_loss": 0.6061989665031433,
32
+ "eval_runtime": 2.8624,
33
+ "eval_samples_per_second": 349.36,
34
+ "eval_steps_per_second": 22.01,
35
+ "step": 500
36
+ },
37
+ {
38
+ "epoch": 3.0,
39
+ "eval_accuracy": 0.877,
40
+ "eval_loss": 0.6755268573760986,
41
+ "eval_runtime": 2.776,
42
+ "eval_samples_per_second": 360.235,
43
+ "eval_steps_per_second": 22.695,
44
+ "step": 750
45
+ }
46
+ ],
47
+ "logging_steps": 500,
48
+ "max_steps": 1250,
49
+ "num_input_tokens_seen": 0,
50
+ "num_train_epochs": 5,
51
+ "save_steps": 500,
52
+ "stateful_callbacks": {
53
+ "TrainerControl": {
54
+ "args": {
55
+ "should_epoch_stop": false,
56
+ "should_evaluate": false,
57
+ "should_log": false,
58
+ "should_save": true,
59
+ "should_training_stop": false
60
+ },
61
+ "attributes": {}
62
+ }
63
+ },
64
+ "total_flos": 36660625210272.0,
65
+ "train_batch_size": 4,
66
+ "trial_name": null,
67
+ "trial_params": {
68
+ "_wandb": {
69
+ "cli_version": "0.21.3",
70
+ "m": [],
71
+ "python_version": "3.12.11",
72
+ "t": {
73
+ "1": [
74
+ 1,
75
+ 2,
76
+ 3,
77
+ 5,
78
+ 11,
79
+ 12,
80
+ 41,
81
+ 49,
82
+ 51,
83
+ 53,
84
+ 71,
85
+ 98,
86
+ 100,
87
+ 105
88
+ ],
89
+ "12": "0.21.3",
90
+ "13": "linux-x86_64",
91
+ "3": [
92
+ 14
93
+ ],
94
+ "4": "3.12.11",
95
+ "5": "0.21.3",
96
+ "6": "4.56.1",
97
+ "8": [
98
+ 1,
99
+ 12
100
+ ]
101
+ }
102
+ },
103
+ "assignments": {},
104
+ "learning_rate": 6.130901902872614e-05,
105
+ "metric": "eval/loss",
106
+ "num_train_epochs": 5,
107
+ "per_device_train_batch_size": 4,
108
+ "seed": 40
109
+ }
110
+ }
run-m5alrfwj/checkpoint-750/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934cbbb308e8e2a43d3dfa9540bc12899ee79a766bc5434b122ad1473158b50e
3
+ size 5777
run-m5alrfwj/checkpoint-750/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-p24aopwx/checkpoint-125/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
+ "dtype": "float32",
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1,
21
+ "LABEL_2": 2,
22
+ "LABEL_3": 3
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "transformers_version": "4.56.1",
35
+ "vocab_size": 30522
36
+ }
run-p24aopwx/checkpoint-125/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744af60a6ddc8b6e529237e37bb1396ab85e8d20e864172ea8939e8f949c1356
3
+ size 267838720
run-p24aopwx/checkpoint-125/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31f670e413168bc73f3106e39f815042d3f4d389772597bd7e6e3266ba399336
3
+ size 535741515
run-p24aopwx/checkpoint-125/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f956244cc01f93f2b094267fd3da2f00256cf8da5d8e24486beff947c2f4e255
3
+ size 14645
run-p24aopwx/checkpoint-125/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:485461fcfdbfed1647e4ca0c7ce2d5a7eaf0fb2c12d7a631175d22160df6c527
3
+ size 1465