TetorisAce commited on
Commit
1fd320d
·
verified ·
1 Parent(s): f4d18fb

Training in progress, epoch 1

Browse files
Files changed (37) hide show
  1. model.safetensors +1 -1
  2. run-8dyy5elb/checkpoint-80/config.json +36 -0
  3. run-8dyy5elb/checkpoint-80/model.safetensors +3 -0
  4. run-8dyy5elb/checkpoint-80/optimizer.pt +3 -0
  5. run-8dyy5elb/checkpoint-80/rng_state.pth +3 -0
  6. run-8dyy5elb/checkpoint-80/scheduler.pt +3 -0
  7. run-8dyy5elb/checkpoint-80/special_tokens_map.json +7 -0
  8. run-8dyy5elb/checkpoint-80/tokenizer.json +0 -0
  9. run-8dyy5elb/checkpoint-80/tokenizer_config.json +56 -0
  10. run-8dyy5elb/checkpoint-80/trainer_state.json +121 -0
  11. run-8dyy5elb/checkpoint-80/training_args.bin +3 -0
  12. run-8dyy5elb/checkpoint-80/vocab.txt +0 -0
  13. run-8dyy5elb/checkpoint-96/config.json +36 -0
  14. run-8dyy5elb/checkpoint-96/model.safetensors +3 -0
  15. run-8dyy5elb/checkpoint-96/optimizer.pt +3 -0
  16. run-8dyy5elb/checkpoint-96/rng_state.pth +3 -0
  17. run-8dyy5elb/checkpoint-96/scheduler.pt +3 -0
  18. run-8dyy5elb/checkpoint-96/special_tokens_map.json +7 -0
  19. run-8dyy5elb/checkpoint-96/tokenizer.json +0 -0
  20. run-8dyy5elb/checkpoint-96/tokenizer_config.json +56 -0
  21. run-8dyy5elb/checkpoint-96/trainer_state.json +130 -0
  22. run-8dyy5elb/checkpoint-96/training_args.bin +3 -0
  23. run-8dyy5elb/checkpoint-96/vocab.txt +0 -0
  24. run-zeh4dysu/checkpoint-32/config.json +36 -0
  25. run-zeh4dysu/checkpoint-32/model.safetensors +3 -0
  26. run-zeh4dysu/checkpoint-32/optimizer.pt +3 -0
  27. run-zeh4dysu/checkpoint-32/rng_state.pth +3 -0
  28. run-zeh4dysu/checkpoint-32/scheduler.pt +3 -0
  29. run-zeh4dysu/checkpoint-32/special_tokens_map.json +7 -0
  30. run-zeh4dysu/checkpoint-32/tokenizer.json +0 -0
  31. run-zeh4dysu/checkpoint-32/tokenizer_config.json +56 -0
  32. run-zeh4dysu/checkpoint-32/trainer_state.json +85 -0
  33. run-zeh4dysu/checkpoint-32/training_args.bin +3 -0
  34. run-zeh4dysu/checkpoint-32/vocab.txt +0 -0
  35. runs/Sep19_08-00-22_8a8f19444048/events.out.tfevents.1758271905.8a8f19444048.1681.1 +2 -2
  36. runs/Sep19_08-00-22_8a8f19444048/events.out.tfevents.1758272115.8a8f19444048.1681.2 +3 -0
  37. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a156618563cb316c39ef398efced793ec174eef527371a729064472b9e5e4997
3
  size 267838720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:518df0167f5e52a689a5383e0e6d3e753204b7d0eeef00e6369e0d5b8ec371b0
3
  size 267838720
run-8dyy5elb/checkpoint-80/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-8dyy5elb/checkpoint-80/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c14cfb45af8029334695b37739c39c7bb42332af7b1c774b329e3df2d47a683
3
+ size 267838720
run-8dyy5elb/checkpoint-80/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c51b46b4b757e42729a88fa87a48e06373d0e9bcf61ca1e7084f00df22d1ac25
3
+ size 535741515
run-8dyy5elb/checkpoint-80/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9def46a21f17b56fd58164cc604e2dfeb4f2f530e068545484b23866758d346e
3
+ size 14645
run-8dyy5elb/checkpoint-80/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb2213c8b2f7f7f5f402deb856c5331ce64040cc001b89d6f08608cc4ffe3637
3
+ size 1465
run-8dyy5elb/checkpoint-80/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-8dyy5elb/checkpoint-80/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8dyy5elb/checkpoint-80/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-8dyy5elb/checkpoint-80/trainer_state.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 64,
3
+ "best_metric": 0.382813036441803,
4
+ "best_model_checkpoint": "topic_classifier_model/run-8dyy5elb/checkpoint-64",
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 80,
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.873,
15
+ "eval_loss": 0.48823022842407227,
16
+ "eval_runtime": 2.7343,
17
+ "eval_samples_per_second": 365.722,
18
+ "eval_steps_per_second": 23.041,
19
+ "step": 16
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.871,
24
+ "eval_loss": 0.4071064293384552,
25
+ "eval_runtime": 4.9987,
26
+ "eval_samples_per_second": 200.05,
27
+ "eval_steps_per_second": 12.603,
28
+ "step": 32
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.888,
33
+ "eval_loss": 0.38322019577026367,
34
+ "eval_runtime": 2.7954,
35
+ "eval_samples_per_second": 357.728,
36
+ "eval_steps_per_second": 22.537,
37
+ "step": 48
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_accuracy": 0.881,
42
+ "eval_loss": 0.382813036441803,
43
+ "eval_runtime": 2.9386,
44
+ "eval_samples_per_second": 340.296,
45
+ "eval_steps_per_second": 21.439,
46
+ "step": 64
47
+ },
48
+ {
49
+ "epoch": 5.0,
50
+ "eval_accuracy": 0.883,
51
+ "eval_loss": 0.3931596577167511,
52
+ "eval_runtime": 2.8959,
53
+ "eval_samples_per_second": 345.32,
54
+ "eval_steps_per_second": 21.755,
55
+ "step": 80
56
+ }
57
+ ],
58
+ "logging_steps": 500,
59
+ "max_steps": 96,
60
+ "num_input_tokens_seen": 0,
61
+ "num_train_epochs": 6,
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": false
71
+ },
72
+ "attributes": {}
73
+ }
74
+ },
75
+ "total_flos": 0,
76
+ "train_batch_size": 64,
77
+ "trial_name": null,
78
+ "trial_params": {
79
+ "_wandb": {
80
+ "cli_version": "0.21.3",
81
+ "m": [],
82
+ "python_version": "3.12.11",
83
+ "t": {
84
+ "1": [
85
+ 1,
86
+ 2,
87
+ 3,
88
+ 5,
89
+ 11,
90
+ 12,
91
+ 41,
92
+ 49,
93
+ 51,
94
+ 53,
95
+ 71,
96
+ 98,
97
+ 100,
98
+ 105
99
+ ],
100
+ "12": "0.21.3",
101
+ "13": "linux-x86_64",
102
+ "3": [
103
+ 14
104
+ ],
105
+ "4": "3.12.11",
106
+ "5": "0.21.3",
107
+ "6": "4.56.1",
108
+ "8": [
109
+ 1,
110
+ 12
111
+ ]
112
+ }
113
+ },
114
+ "assignments": {},
115
+ "learning_rate": 7.283547429832169e-05,
116
+ "metric": "eval/loss",
117
+ "num_train_epochs": 6,
118
+ "per_device_train_batch_size": 64,
119
+ "seed": 36
120
+ }
121
+ }
run-8dyy5elb/checkpoint-80/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd0fd4a9512c3725dfe78678d4384765a0d0b7c7838db07942eb9a55e7178223
3
+ size 5777
run-8dyy5elb/checkpoint-80/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-8dyy5elb/checkpoint-96/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-8dyy5elb/checkpoint-96/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b816bc448948b9297c61f7710f4b39f687d6258f7a1b44fc66f412c2bec8196c
3
+ size 267838720
run-8dyy5elb/checkpoint-96/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c098ecbb21889d7d4c04db8021aa153ab8e8042ae8a2a004b8ced271397f4d
3
+ size 535741515
run-8dyy5elb/checkpoint-96/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9afbe8c91b12dce511de6cae9f1e3a087cacdb2f76e6183755b5aa2ce975ee8f
3
+ size 14645
run-8dyy5elb/checkpoint-96/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5914df06271c3c4591027dfb62f64ec0021be238f87e4c7afed71b69547aef18
3
+ size 1465
run-8dyy5elb/checkpoint-96/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-8dyy5elb/checkpoint-96/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8dyy5elb/checkpoint-96/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-8dyy5elb/checkpoint-96/trainer_state.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 64,
3
+ "best_metric": 0.382813036441803,
4
+ "best_model_checkpoint": "topic_classifier_model/run-8dyy5elb/checkpoint-64",
5
+ "epoch": 6.0,
6
+ "eval_steps": 500,
7
+ "global_step": 96,
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.873,
15
+ "eval_loss": 0.48823022842407227,
16
+ "eval_runtime": 2.7343,
17
+ "eval_samples_per_second": 365.722,
18
+ "eval_steps_per_second": 23.041,
19
+ "step": 16
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.871,
24
+ "eval_loss": 0.4071064293384552,
25
+ "eval_runtime": 4.9987,
26
+ "eval_samples_per_second": 200.05,
27
+ "eval_steps_per_second": 12.603,
28
+ "step": 32
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.888,
33
+ "eval_loss": 0.38322019577026367,
34
+ "eval_runtime": 2.7954,
35
+ "eval_samples_per_second": 357.728,
36
+ "eval_steps_per_second": 22.537,
37
+ "step": 48
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_accuracy": 0.881,
42
+ "eval_loss": 0.382813036441803,
43
+ "eval_runtime": 2.9386,
44
+ "eval_samples_per_second": 340.296,
45
+ "eval_steps_per_second": 21.439,
46
+ "step": 64
47
+ },
48
+ {
49
+ "epoch": 5.0,
50
+ "eval_accuracy": 0.883,
51
+ "eval_loss": 0.3931596577167511,
52
+ "eval_runtime": 2.8959,
53
+ "eval_samples_per_second": 345.32,
54
+ "eval_steps_per_second": 21.755,
55
+ "step": 80
56
+ },
57
+ {
58
+ "epoch": 6.0,
59
+ "eval_accuracy": 0.878,
60
+ "eval_loss": 0.4034556746482849,
61
+ "eval_runtime": 2.7956,
62
+ "eval_samples_per_second": 357.7,
63
+ "eval_steps_per_second": 22.535,
64
+ "step": 96
65
+ }
66
+ ],
67
+ "logging_steps": 500,
68
+ "max_steps": 96,
69
+ "num_input_tokens_seen": 0,
70
+ "num_train_epochs": 6,
71
+ "save_steps": 500,
72
+ "stateful_callbacks": {
73
+ "TrainerControl": {
74
+ "args": {
75
+ "should_epoch_stop": false,
76
+ "should_evaluate": false,
77
+ "should_log": false,
78
+ "should_save": true,
79
+ "should_training_stop": true
80
+ },
81
+ "attributes": {}
82
+ }
83
+ },
84
+ "total_flos": 0,
85
+ "train_batch_size": 64,
86
+ "trial_name": null,
87
+ "trial_params": {
88
+ "_wandb": {
89
+ "cli_version": "0.21.3",
90
+ "m": [],
91
+ "python_version": "3.12.11",
92
+ "t": {
93
+ "1": [
94
+ 1,
95
+ 2,
96
+ 3,
97
+ 5,
98
+ 11,
99
+ 12,
100
+ 41,
101
+ 49,
102
+ 51,
103
+ 53,
104
+ 71,
105
+ 98,
106
+ 100,
107
+ 105
108
+ ],
109
+ "12": "0.21.3",
110
+ "13": "linux-x86_64",
111
+ "3": [
112
+ 14
113
+ ],
114
+ "4": "3.12.11",
115
+ "5": "0.21.3",
116
+ "6": "4.56.1",
117
+ "8": [
118
+ 1,
119
+ 12
120
+ ]
121
+ }
122
+ },
123
+ "assignments": {},
124
+ "learning_rate": 7.283547429832169e-05,
125
+ "metric": "eval/loss",
126
+ "num_train_epochs": 6,
127
+ "per_device_train_batch_size": 64,
128
+ "seed": 36
129
+ }
130
+ }
run-8dyy5elb/checkpoint-96/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd0fd4a9512c3725dfe78678d4384765a0d0b7c7838db07942eb9a55e7178223
3
+ size 5777
run-8dyy5elb/checkpoint-96/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-zeh4dysu/checkpoint-32/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-zeh4dysu/checkpoint-32/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:518df0167f5e52a689a5383e0e6d3e753204b7d0eeef00e6369e0d5b8ec371b0
3
+ size 267838720
run-zeh4dysu/checkpoint-32/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:081c9658725d33ee4357ef32651cefde7cc3fa5477e13096884522ad600490df
3
+ size 535741515
run-zeh4dysu/checkpoint-32/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac85510012105b589aa1e6621caecac7d36b20ef405a7c8e4f79a86bb83a7ca2
3
+ size 14645
run-zeh4dysu/checkpoint-32/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b723c2142e1908b051223d68f971b223879a19ed37aca40d24c8dffa1231a454
3
+ size 1465
run-zeh4dysu/checkpoint-32/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-zeh4dysu/checkpoint-32/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-zeh4dysu/checkpoint-32/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-zeh4dysu/checkpoint-32/trainer_state.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 32,
3
+ "best_metric": 0.8360655307769775,
4
+ "best_model_checkpoint": "topic_classifier_model/run-zeh4dysu/checkpoint-32",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 32,
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.857,
15
+ "eval_loss": 0.8360655307769775,
16
+ "eval_runtime": 2.7448,
17
+ "eval_samples_per_second": 364.332,
18
+ "eval_steps_per_second": 22.953,
19
+ "step": 32
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 64,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 2,
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": 32,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "_wandb": {
44
+ "cli_version": "0.21.3",
45
+ "m": [],
46
+ "python_version": "3.12.11",
47
+ "t": {
48
+ "1": [
49
+ 1,
50
+ 2,
51
+ 3,
52
+ 5,
53
+ 11,
54
+ 12,
55
+ 41,
56
+ 49,
57
+ 51,
58
+ 53,
59
+ 71,
60
+ 98,
61
+ 100,
62
+ 105
63
+ ],
64
+ "12": "0.21.3",
65
+ "13": "linux-x86_64",
66
+ "3": [
67
+ 14
68
+ ],
69
+ "4": "3.12.11",
70
+ "5": "0.21.3",
71
+ "6": "4.56.1",
72
+ "8": [
73
+ 1,
74
+ 12
75
+ ]
76
+ }
77
+ },
78
+ "assignments": {},
79
+ "learning_rate": 1.8536225665241115e-05,
80
+ "metric": "eval/loss",
81
+ "num_train_epochs": 2,
82
+ "per_device_train_batch_size": 32,
83
+ "seed": 39
84
+ }
85
+ }
run-zeh4dysu/checkpoint-32/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10845e9713fabf872b25ddb9ed63eafca4fa9a7091856ece546c057e4bdac1dd
3
+ size 5777
run-zeh4dysu/checkpoint-32/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Sep19_08-00-22_8a8f19444048/events.out.tfevents.1758271905.8a8f19444048.1681.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52d6c63410a1d923328e4e53a33d59172d2bb787a78f2d1fac063338285554b2
3
- size 6968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:531c7990f4651f709387c3e68e0865a0ec446852086f7da144732decdcc6e5b5
3
+ size 7316
runs/Sep19_08-00-22_8a8f19444048/events.out.tfevents.1758272115.8a8f19444048.1681.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2352e8842f7a4a4c6c93ba4a0ad59ebb2e9b3326f4283b3b278e184a6214edb0
3
+ size 6049
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd0fd4a9512c3725dfe78678d4384765a0d0b7c7838db07942eb9a55e7178223
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10845e9713fabf872b25ddb9ed63eafca4fa9a7091856ece546c057e4bdac1dd
3
  size 5777