TetorisAce commited on
Commit
6275295
·
verified ·
1 Parent(s): f397f67

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-9816kcc3/checkpoint-1000/config.json +36 -0
  3. run-9816kcc3/checkpoint-1000/model.safetensors +3 -0
  4. run-9816kcc3/checkpoint-1000/optimizer.pt +3 -0
  5. run-9816kcc3/checkpoint-1000/rng_state.pth +3 -0
  6. run-9816kcc3/checkpoint-1000/scheduler.pt +3 -0
  7. run-9816kcc3/checkpoint-1000/special_tokens_map.json +7 -0
  8. run-9816kcc3/checkpoint-1000/tokenizer.json +0 -0
  9. run-9816kcc3/checkpoint-1000/tokenizer_config.json +56 -0
  10. run-9816kcc3/checkpoint-1000/trainer_state.json +126 -0
  11. run-9816kcc3/checkpoint-1000/training_args.bin +3 -0
  12. run-9816kcc3/checkpoint-1000/vocab.txt +0 -0
  13. run-9816kcc3/checkpoint-1250/config.json +36 -0
  14. run-9816kcc3/checkpoint-1250/model.safetensors +3 -0
  15. run-9816kcc3/checkpoint-1250/optimizer.pt +3 -0
  16. run-9816kcc3/checkpoint-1250/rng_state.pth +3 -0
  17. run-9816kcc3/checkpoint-1250/scheduler.pt +3 -0
  18. run-9816kcc3/checkpoint-1250/special_tokens_map.json +7 -0
  19. run-9816kcc3/checkpoint-1250/tokenizer.json +0 -0
  20. run-9816kcc3/checkpoint-1250/tokenizer_config.json +56 -0
  21. run-9816kcc3/checkpoint-1250/trainer_state.json +135 -0
  22. run-9816kcc3/checkpoint-1250/training_args.bin +3 -0
  23. run-9816kcc3/checkpoint-1250/vocab.txt +0 -0
  24. run-9816kcc3/checkpoint-1500/config.json +36 -0
  25. run-9816kcc3/checkpoint-1500/model.safetensors +3 -0
  26. run-9816kcc3/checkpoint-1500/optimizer.pt +3 -0
  27. run-9816kcc3/checkpoint-1500/rng_state.pth +3 -0
  28. run-9816kcc3/checkpoint-1500/scheduler.pt +3 -0
  29. run-9816kcc3/checkpoint-1500/special_tokens_map.json +7 -0
  30. run-9816kcc3/checkpoint-1500/tokenizer.json +0 -0
  31. run-9816kcc3/checkpoint-1500/tokenizer_config.json +56 -0
  32. run-9816kcc3/checkpoint-1500/trainer_state.json +151 -0
  33. run-9816kcc3/checkpoint-1500/training_args.bin +3 -0
  34. run-9816kcc3/checkpoint-1500/vocab.txt +0 -0
  35. run-9816kcc3/checkpoint-500/config.json +36 -0
  36. run-9816kcc3/checkpoint-500/model.safetensors +3 -0
  37. run-9816kcc3/checkpoint-500/optimizer.pt +3 -0
  38. run-9816kcc3/checkpoint-500/rng_state.pth +3 -0
  39. run-9816kcc3/checkpoint-500/scheduler.pt +3 -0
  40. run-9816kcc3/checkpoint-500/special_tokens_map.json +7 -0
  41. run-9816kcc3/checkpoint-500/tokenizer.json +0 -0
  42. run-9816kcc3/checkpoint-500/tokenizer_config.json +56 -0
  43. run-9816kcc3/checkpoint-500/trainer_state.json +101 -0
  44. run-9816kcc3/checkpoint-500/training_args.bin +3 -0
  45. run-9816kcc3/checkpoint-500/vocab.txt +0 -0
  46. run-9816kcc3/checkpoint-750/config.json +36 -0
  47. run-9816kcc3/checkpoint-750/model.safetensors +3 -0
  48. run-9816kcc3/checkpoint-750/optimizer.pt +3 -0
  49. run-9816kcc3/checkpoint-750/rng_state.pth +3 -0
  50. run-9816kcc3/checkpoint-750/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:503898bb4f7bb12354efafb4d17d0b3a026feab26cf41e45595c46c050e0c6f7
3
  size 267838720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37bbe8d27f5d1f173234e5bd80404b9fe1a13f43af7d4b32966b99328c7963f4
3
  size 267838720
run-9816kcc3/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-9816kcc3/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2913f25555ecf46c8691607cce6c0d26dc8cd255bc6ff29a7bccf76b03fc9063
3
+ size 267838720
run-9816kcc3/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d9a59fa6736b7e8f77d0b9098ccc78d350205d9068453979db2adcd4dc72754
3
+ size 535741515
run-9816kcc3/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca80971fc3b053d99bcec33c7fa42f0c99f5be30e2055ed7f758b7cfe5cf96fe
3
+ size 14645
run-9816kcc3/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83f2334f50a87db5c2689868f8c2196ba38d7bb3402188b805def30f603c443e
3
+ size 1465
run-9816kcc3/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-9816kcc3/checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-9816kcc3/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-9816kcc3/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 250,
3
+ "best_metric": 0.3948093354701996,
4
+ "best_model_checkpoint": "topic_classifier_model/run-9816kcc3/checkpoint-250",
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.879,
15
+ "eval_loss": 0.3948093354701996,
16
+ "eval_runtime": 2.6827,
17
+ "eval_samples_per_second": 372.763,
18
+ "eval_steps_per_second": 23.484,
19
+ "step": 250
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "grad_norm": 39.29621887207031,
24
+ "learning_rate": 7.500895564789535e-06,
25
+ "loss": 0.5523,
26
+ "step": 500
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "eval_accuracy": 0.879,
31
+ "eval_loss": 0.4520011842250824,
32
+ "eval_runtime": 2.7875,
33
+ "eval_samples_per_second": 358.749,
34
+ "eval_steps_per_second": 22.601,
35
+ "step": 500
36
+ },
37
+ {
38
+ "epoch": 3.0,
39
+ "eval_accuracy": 0.873,
40
+ "eval_loss": 0.5025014281272888,
41
+ "eval_runtime": 2.7727,
42
+ "eval_samples_per_second": 360.655,
43
+ "eval_steps_per_second": 22.721,
44
+ "step": 750
45
+ },
46
+ {
47
+ "epoch": 4.0,
48
+ "grad_norm": 0.12481679767370224,
49
+ "learning_rate": 3.754194483476081e-06,
50
+ "loss": 0.2399,
51
+ "step": 1000
52
+ },
53
+ {
54
+ "epoch": 4.0,
55
+ "eval_accuracy": 0.887,
56
+ "eval_loss": 0.5078921318054199,
57
+ "eval_runtime": 2.7405,
58
+ "eval_samples_per_second": 364.894,
59
+ "eval_steps_per_second": 22.988,
60
+ "step": 1000
61
+ }
62
+ ],
63
+ "logging_steps": 500,
64
+ "max_steps": 1500,
65
+ "num_input_tokens_seen": 0,
66
+ "num_train_epochs": 6,
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": 73263293866560.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": 1.1240103243940362e-05,
121
+ "metric": "eval/loss",
122
+ "num_train_epochs": 6,
123
+ "per_device_train_batch_size": 4,
124
+ "seed": 2
125
+ }
126
+ }
run-9816kcc3/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:348c9a7783dc1814fcc5d9bc464e430840421ea1ee3a083be1b16c81dc13b1c1
3
+ size 5777
run-9816kcc3/checkpoint-1000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-9816kcc3/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-9816kcc3/checkpoint-1250/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72d3bff94003998d7374798a57ddb3d49130b04a0683f855bb6722d4b04dd76e
3
+ size 267838720
run-9816kcc3/checkpoint-1250/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e96c14de5aae88f2ed676434e1975b9ff97b054532cae731e2ad54ad38949b29
3
+ size 535741515
run-9816kcc3/checkpoint-1250/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67ec2b43cd45f8cd74b6d7894d63f4be066f4900ac2a485e2b1b21e062df5bc0
3
+ size 14645
run-9816kcc3/checkpoint-1250/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba24379c51f147cdc8fd7ab5fb809d725765b906c2f33ad7aae54aa94910c2e0
3
+ size 1465
run-9816kcc3/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-9816kcc3/checkpoint-1250/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-9816kcc3/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-9816kcc3/checkpoint-1250/trainer_state.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 250,
3
+ "best_metric": 0.3948093354701996,
4
+ "best_model_checkpoint": "topic_classifier_model/run-9816kcc3/checkpoint-250",
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.879,
15
+ "eval_loss": 0.3948093354701996,
16
+ "eval_runtime": 2.6827,
17
+ "eval_samples_per_second": 372.763,
18
+ "eval_steps_per_second": 23.484,
19
+ "step": 250
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "grad_norm": 39.29621887207031,
24
+ "learning_rate": 7.500895564789535e-06,
25
+ "loss": 0.5523,
26
+ "step": 500
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "eval_accuracy": 0.879,
31
+ "eval_loss": 0.4520011842250824,
32
+ "eval_runtime": 2.7875,
33
+ "eval_samples_per_second": 358.749,
34
+ "eval_steps_per_second": 22.601,
35
+ "step": 500
36
+ },
37
+ {
38
+ "epoch": 3.0,
39
+ "eval_accuracy": 0.873,
40
+ "eval_loss": 0.5025014281272888,
41
+ "eval_runtime": 2.7727,
42
+ "eval_samples_per_second": 360.655,
43
+ "eval_steps_per_second": 22.721,
44
+ "step": 750
45
+ },
46
+ {
47
+ "epoch": 4.0,
48
+ "grad_norm": 0.12481679767370224,
49
+ "learning_rate": 3.754194483476081e-06,
50
+ "loss": 0.2399,
51
+ "step": 1000
52
+ },
53
+ {
54
+ "epoch": 4.0,
55
+ "eval_accuracy": 0.887,
56
+ "eval_loss": 0.5078921318054199,
57
+ "eval_runtime": 2.7405,
58
+ "eval_samples_per_second": 364.894,
59
+ "eval_steps_per_second": 22.988,
60
+ "step": 1000
61
+ },
62
+ {
63
+ "epoch": 5.0,
64
+ "eval_accuracy": 0.879,
65
+ "eval_loss": 0.539190411567688,
66
+ "eval_runtime": 2.8515,
67
+ "eval_samples_per_second": 350.696,
68
+ "eval_steps_per_second": 22.094,
69
+ "step": 1250
70
+ }
71
+ ],
72
+ "logging_steps": 500,
73
+ "max_steps": 1500,
74
+ "num_input_tokens_seen": 0,
75
+ "num_train_epochs": 6,
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": false
85
+ },
86
+ "attributes": {}
87
+ }
88
+ },
89
+ "total_flos": 73263293866560.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": 1.1240103243940362e-05,
130
+ "metric": "eval/loss",
131
+ "num_train_epochs": 6,
132
+ "per_device_train_batch_size": 4,
133
+ "seed": 2
134
+ }
135
+ }
run-9816kcc3/checkpoint-1250/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:348c9a7783dc1814fcc5d9bc464e430840421ea1ee3a083be1b16c81dc13b1c1
3
+ size 5777
run-9816kcc3/checkpoint-1250/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-9816kcc3/checkpoint-1500/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-9816kcc3/checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35e4f75b7f4973e0843f4b8ad39ac45b7b253168ca15f849246f3371f3adfe51
3
+ size 267838720
run-9816kcc3/checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:559b55ee343d3e64e4994b69a57245d8f796e617f2975d579788a97aa8f1ae93
3
+ size 535741515
run-9816kcc3/checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6904daf183d86f1a2d0341299aca5533fc15d88947d780dcd4629030ebfdeec2
3
+ size 14645
run-9816kcc3/checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4412c97a2efb92f7c35a1d19d13d59fd14407f618193dbbfc0411ca867fb481b
3
+ size 1465
run-9816kcc3/checkpoint-1500/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-9816kcc3/checkpoint-1500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-9816kcc3/checkpoint-1500/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-9816kcc3/checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 250,
3
+ "best_metric": 0.3948093354701996,
4
+ "best_model_checkpoint": "topic_classifier_model/run-9816kcc3/checkpoint-250",
5
+ "epoch": 6.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1500,
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.879,
15
+ "eval_loss": 0.3948093354701996,
16
+ "eval_runtime": 2.6827,
17
+ "eval_samples_per_second": 372.763,
18
+ "eval_steps_per_second": 23.484,
19
+ "step": 250
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "grad_norm": 39.29621887207031,
24
+ "learning_rate": 7.500895564789535e-06,
25
+ "loss": 0.5523,
26
+ "step": 500
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "eval_accuracy": 0.879,
31
+ "eval_loss": 0.4520011842250824,
32
+ "eval_runtime": 2.7875,
33
+ "eval_samples_per_second": 358.749,
34
+ "eval_steps_per_second": 22.601,
35
+ "step": 500
36
+ },
37
+ {
38
+ "epoch": 3.0,
39
+ "eval_accuracy": 0.873,
40
+ "eval_loss": 0.5025014281272888,
41
+ "eval_runtime": 2.7727,
42
+ "eval_samples_per_second": 360.655,
43
+ "eval_steps_per_second": 22.721,
44
+ "step": 750
45
+ },
46
+ {
47
+ "epoch": 4.0,
48
+ "grad_norm": 0.12481679767370224,
49
+ "learning_rate": 3.754194483476081e-06,
50
+ "loss": 0.2399,
51
+ "step": 1000
52
+ },
53
+ {
54
+ "epoch": 4.0,
55
+ "eval_accuracy": 0.887,
56
+ "eval_loss": 0.5078921318054199,
57
+ "eval_runtime": 2.7405,
58
+ "eval_samples_per_second": 364.894,
59
+ "eval_steps_per_second": 22.988,
60
+ "step": 1000
61
+ },
62
+ {
63
+ "epoch": 5.0,
64
+ "eval_accuracy": 0.879,
65
+ "eval_loss": 0.539190411567688,
66
+ "eval_runtime": 2.8515,
67
+ "eval_samples_per_second": 350.696,
68
+ "eval_steps_per_second": 22.094,
69
+ "step": 1250
70
+ },
71
+ {
72
+ "epoch": 6.0,
73
+ "grad_norm": 1.2626676559448242,
74
+ "learning_rate": 7.493402162626908e-09,
75
+ "loss": 0.1805,
76
+ "step": 1500
77
+ },
78
+ {
79
+ "epoch": 6.0,
80
+ "eval_accuracy": 0.879,
81
+ "eval_loss": 0.5392631888389587,
82
+ "eval_runtime": 2.8102,
83
+ "eval_samples_per_second": 355.846,
84
+ "eval_steps_per_second": 22.418,
85
+ "step": 1500
86
+ }
87
+ ],
88
+ "logging_steps": 500,
89
+ "max_steps": 1500,
90
+ "num_input_tokens_seen": 0,
91
+ "num_train_epochs": 6,
92
+ "save_steps": 500,
93
+ "stateful_callbacks": {
94
+ "TrainerControl": {
95
+ "args": {
96
+ "should_epoch_stop": false,
97
+ "should_evaluate": false,
98
+ "should_log": false,
99
+ "should_save": true,
100
+ "should_training_stop": true
101
+ },
102
+ "attributes": {}
103
+ }
104
+ },
105
+ "total_flos": 109874242030560.0,
106
+ "train_batch_size": 4,
107
+ "trial_name": null,
108
+ "trial_params": {
109
+ "_wandb": {
110
+ "cli_version": "0.21.3",
111
+ "m": [],
112
+ "python_version": "3.12.11",
113
+ "t": {
114
+ "1": [
115
+ 1,
116
+ 2,
117
+ 3,
118
+ 5,
119
+ 11,
120
+ 12,
121
+ 41,
122
+ 49,
123
+ 51,
124
+ 53,
125
+ 71,
126
+ 98,
127
+ 100,
128
+ 105
129
+ ],
130
+ "12": "0.21.3",
131
+ "13": "linux-x86_64",
132
+ "3": [
133
+ 14
134
+ ],
135
+ "4": "3.12.11",
136
+ "5": "0.21.3",
137
+ "6": "4.56.1",
138
+ "8": [
139
+ 1,
140
+ 12
141
+ ]
142
+ }
143
+ },
144
+ "assignments": {},
145
+ "learning_rate": 1.1240103243940362e-05,
146
+ "metric": "eval/loss",
147
+ "num_train_epochs": 6,
148
+ "per_device_train_batch_size": 4,
149
+ "seed": 2
150
+ }
151
+ }
run-9816kcc3/checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:348c9a7783dc1814fcc5d9bc464e430840421ea1ee3a083be1b16c81dc13b1c1
3
+ size 5777
run-9816kcc3/checkpoint-1500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-9816kcc3/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-9816kcc3/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84c33c144c6ebe4768f97aef1591573589c962bcce75c3f5eaf62126a484dca
3
+ size 267838720
run-9816kcc3/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aa44efc38d6c5c5294c3989d6208cbde58d5472902f0e03154dc3f0a3f7e138
3
+ size 535741515
run-9816kcc3/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f0b4dd114649962be5e3678abb33e128d508fd58a82315079df265c646afebe
3
+ size 14645
run-9816kcc3/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c31864ebaa0fa2e3f5e23f94f906026aea30ec13e42861332972aa51a084d24
3
+ size 1465
run-9816kcc3/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-9816kcc3/checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-9816kcc3/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-9816kcc3/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 250,
3
+ "best_metric": 0.3948093354701996,
4
+ "best_model_checkpoint": "topic_classifier_model/run-9816kcc3/checkpoint-250",
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.879,
15
+ "eval_loss": 0.3948093354701996,
16
+ "eval_runtime": 2.6827,
17
+ "eval_samples_per_second": 372.763,
18
+ "eval_steps_per_second": 23.484,
19
+ "step": 250
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "grad_norm": 39.29621887207031,
24
+ "learning_rate": 7.500895564789535e-06,
25
+ "loss": 0.5523,
26
+ "step": 500
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "eval_accuracy": 0.879,
31
+ "eval_loss": 0.4520011842250824,
32
+ "eval_runtime": 2.7875,
33
+ "eval_samples_per_second": 358.749,
34
+ "eval_steps_per_second": 22.601,
35
+ "step": 500
36
+ }
37
+ ],
38
+ "logging_steps": 500,
39
+ "max_steps": 1500,
40
+ "num_input_tokens_seen": 0,
41
+ "num_train_epochs": 6,
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": 36735140779680.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": 1.1240103243940362e-05,
96
+ "metric": "eval/loss",
97
+ "num_train_epochs": 6,
98
+ "per_device_train_batch_size": 4,
99
+ "seed": 2
100
+ }
101
+ }
run-9816kcc3/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:348c9a7783dc1814fcc5d9bc464e430840421ea1ee3a083be1b16c81dc13b1c1
3
+ size 5777
run-9816kcc3/checkpoint-500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-9816kcc3/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-9816kcc3/checkpoint-750/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d437c422d6596d10d71ba60ef82d36fac049a57078fcc93a4897903f54241f86
3
+ size 267838720
run-9816kcc3/checkpoint-750/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ed36089c2fff91778dc02224d2c532d5163bc35f3cc01a1cdd5d1f981882a0
3
+ size 535741515
run-9816kcc3/checkpoint-750/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:377128c33521065f236908b1d7f167ae8966d1cf5a6560bce745c0787c704ccb
3
+ size 14645
run-9816kcc3/checkpoint-750/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdb7d862bdb2330909698cafcaabf5bb905849cb83c4d91c09e3a650a6c89c69
3
+ size 1465