Dongkkka commited on
Commit
2edae85
·
verified ·
1 Parent(s): 278b557

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: robotics
3
+ tags:
4
+ - robotis
5
+ - cyclo_intelligence
6
+ - robotics
7
+ datasets:
8
+ - Task_800014_Stack_paper_cup_ACT_tactile_encoder_lerobot
9
+ ---
10
+
11
+ # 100000
12
+
13
+ Created with [Cyclo Intelligence](https://github.com/ROBOTIS-GIT/cyclo_intelligence) by ROBOTIS.
14
+
15
+ Trained on: [Task_800014_Stack_paper_cup_ACT_tactile_encoder_lerobot](https://huggingface.co/datasets/Task_800014_Stack_paper_cup_ACT_tactile_encoder_lerobot)
pretrained_model/config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 54
9
+ ]
10
+ },
11
+ "observation.images.rgb.cam_left_head": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 720,
16
+ 1280
17
+ ]
18
+ },
19
+ "observation.tactile.left": {
20
+ "type": "STATE",
21
+ "shape": [
22
+ 5,
23
+ 3,
24
+ 3
25
+ ]
26
+ },
27
+ "observation.tactile.right": {
28
+ "type": "STATE",
29
+ "shape": [
30
+ 5,
31
+ 3,
32
+ 3
33
+ ]
34
+ }
35
+ },
36
+ "output_features": {
37
+ "action": {
38
+ "type": "ACTION",
39
+ "shape": [
40
+ 54
41
+ ]
42
+ }
43
+ },
44
+ "device": "cuda",
45
+ "use_amp": false,
46
+ "use_peft": false,
47
+ "push_to_hub": false,
48
+ "repo_id": null,
49
+ "private": null,
50
+ "tags": null,
51
+ "license": null,
52
+ "pretrained_path": null,
53
+ "chunk_size": 16,
54
+ "n_action_steps": 4,
55
+ "normalization_mapping": {
56
+ "VISUAL": "MEAN_STD",
57
+ "STATE": "MEAN_STD",
58
+ "ACTION": "MEAN_STD"
59
+ },
60
+ "vision_backbone": "resnet18",
61
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
62
+ "replace_final_stride_with_dilation": false,
63
+ "pre_norm": false,
64
+ "dim_model": 512,
65
+ "n_heads": 8,
66
+ "dim_feedforward": 3200,
67
+ "feedforward_activation": "relu",
68
+ "n_encoder_layers": 4,
69
+ "n_decoder_layers": 1,
70
+ "use_vae": true,
71
+ "latent_dim": 32,
72
+ "n_vae_encoder_layers": 4,
73
+ "temporal_ensemble_coeff": null,
74
+ "dropout": 0.1,
75
+ "kl_weight": 10.0,
76
+ "optimizer_lr": 3e-05,
77
+ "optimizer_weight_decay": 0.0001,
78
+ "optimizer_lr_backbone": 1e-05,
79
+ "tactile_expert_hidden_dim": 128
80
+ }
pretrained_model/cyclo_feature_names.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": [
3
+ "arm_l_joint1",
4
+ "arm_l_joint2",
5
+ "arm_l_joint3",
6
+ "arm_l_joint4",
7
+ "arm_l_joint5",
8
+ "arm_l_joint6",
9
+ "arm_l_joint7",
10
+ "arm_r_joint1",
11
+ "arm_r_joint2",
12
+ "arm_r_joint3",
13
+ "arm_r_joint4",
14
+ "arm_r_joint5",
15
+ "arm_r_joint6",
16
+ "arm_r_joint7",
17
+ "finger_l_joint1",
18
+ "finger_l_joint2",
19
+ "finger_l_joint3",
20
+ "finger_l_joint4",
21
+ "finger_l_joint5",
22
+ "finger_l_joint6",
23
+ "finger_l_joint7",
24
+ "finger_l_joint8",
25
+ "finger_l_joint9",
26
+ "finger_l_joint10",
27
+ "finger_l_joint11",
28
+ "finger_l_joint12",
29
+ "finger_l_joint13",
30
+ "finger_l_joint14",
31
+ "finger_l_joint15",
32
+ "finger_l_joint16",
33
+ "finger_l_joint17",
34
+ "finger_l_joint18",
35
+ "finger_l_joint19",
36
+ "finger_l_joint20",
37
+ "finger_r_joint1",
38
+ "finger_r_joint2",
39
+ "finger_r_joint3",
40
+ "finger_r_joint4",
41
+ "finger_r_joint5",
42
+ "finger_r_joint6",
43
+ "finger_r_joint7",
44
+ "finger_r_joint8",
45
+ "finger_r_joint9",
46
+ "finger_r_joint10",
47
+ "finger_r_joint11",
48
+ "finger_r_joint12",
49
+ "finger_r_joint13",
50
+ "finger_r_joint14",
51
+ "finger_r_joint15",
52
+ "finger_r_joint16",
53
+ "finger_r_joint17",
54
+ "finger_r_joint18",
55
+ "finger_r_joint19",
56
+ "finger_r_joint20"
57
+ ],
58
+ "action": [
59
+ "arm_l_joint1",
60
+ "arm_l_joint2",
61
+ "arm_l_joint3",
62
+ "arm_l_joint4",
63
+ "arm_l_joint5",
64
+ "arm_l_joint6",
65
+ "arm_l_joint7",
66
+ "arm_r_joint1",
67
+ "arm_r_joint2",
68
+ "arm_r_joint3",
69
+ "arm_r_joint4",
70
+ "arm_r_joint5",
71
+ "arm_r_joint6",
72
+ "arm_r_joint7",
73
+ "finger_l_joint1",
74
+ "finger_l_joint2",
75
+ "finger_l_joint3",
76
+ "finger_l_joint4",
77
+ "finger_l_joint5",
78
+ "finger_l_joint6",
79
+ "finger_l_joint7",
80
+ "finger_l_joint8",
81
+ "finger_l_joint9",
82
+ "finger_l_joint10",
83
+ "finger_l_joint11",
84
+ "finger_l_joint12",
85
+ "finger_l_joint13",
86
+ "finger_l_joint14",
87
+ "finger_l_joint15",
88
+ "finger_l_joint16",
89
+ "finger_l_joint17",
90
+ "finger_l_joint18",
91
+ "finger_l_joint19",
92
+ "finger_l_joint20",
93
+ "finger_r_joint1",
94
+ "finger_r_joint2",
95
+ "finger_r_joint3",
96
+ "finger_r_joint4",
97
+ "finger_r_joint5",
98
+ "finger_r_joint6",
99
+ "finger_r_joint7",
100
+ "finger_r_joint8",
101
+ "finger_r_joint9",
102
+ "finger_r_joint10",
103
+ "finger_r_joint11",
104
+ "finger_r_joint12",
105
+ "finger_r_joint13",
106
+ "finger_r_joint14",
107
+ "finger_r_joint15",
108
+ "finger_r_joint16",
109
+ "finger_r_joint17",
110
+ "finger_r_joint18",
111
+ "finger_r_joint19",
112
+ "finger_r_joint20"
113
+ ]
114
+ }
pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70e054eb17833df52ebbd541533be11c97707eda91ff645478c861975fb8dece
3
+ size 207473832
pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 54
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "MEAN_STD"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38b321848276145afe559f712af2100a57dc57f113a82a0ad1f24db70008484b
3
+ size 8568
pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 54
30
+ ]
31
+ },
32
+ "observation.images.rgb.cam_left_head": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 720,
37
+ 1280
38
+ ]
39
+ },
40
+ "observation.tactile.left": {
41
+ "type": "STATE",
42
+ "shape": [
43
+ 5,
44
+ 3,
45
+ 3
46
+ ]
47
+ },
48
+ "observation.tactile.right": {
49
+ "type": "STATE",
50
+ "shape": [
51
+ 5,
52
+ 3,
53
+ 3
54
+ ]
55
+ },
56
+ "action": {
57
+ "type": "ACTION",
58
+ "shape": [
59
+ 54
60
+ ]
61
+ }
62
+ },
63
+ "norm_map": {
64
+ "VISUAL": "MEAN_STD",
65
+ "STATE": "MEAN_STD",
66
+ "ACTION": "MEAN_STD"
67
+ }
68
+ },
69
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
70
+ }
71
+ ]
72
+ }
pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38b321848276145afe559f712af2100a57dc57f113a82a0ad1f24db70008484b
3
+ size 8568
pretrained_model/train_config.json ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "Task_800014_Stack_paper_cup_ACT_tactile_encoder_lerobot",
4
+ "root": "/workspace/lerobot/Task_800014_Stack_paper_cup_ACT_tactile_encoder_lerobot",
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": true,
8
+ "apply_probability": 0.5,
9
+ "max_num_transforms": 3,
10
+ "random_order": false,
11
+ "tfs": {
12
+ "brightness": {
13
+ "weight": 1.0,
14
+ "type": "ColorJitter",
15
+ "kwargs": {
16
+ "brightness": [
17
+ 0.8,
18
+ 1.2
19
+ ]
20
+ }
21
+ },
22
+ "contrast": {
23
+ "weight": 1.0,
24
+ "type": "ColorJitter",
25
+ "kwargs": {
26
+ "contrast": [
27
+ 0.8,
28
+ 1.2
29
+ ]
30
+ }
31
+ },
32
+ "saturation": {
33
+ "weight": 1.0,
34
+ "type": "ColorJitter",
35
+ "kwargs": {
36
+ "saturation": [
37
+ 0.5,
38
+ 1.5
39
+ ]
40
+ }
41
+ },
42
+ "hue": {
43
+ "weight": 1.0,
44
+ "type": "ColorJitter",
45
+ "kwargs": {
46
+ "hue": [
47
+ -0.05,
48
+ 0.05
49
+ ]
50
+ }
51
+ },
52
+ "sharpness": {
53
+ "weight": 1.0,
54
+ "type": "SharpnessJitter",
55
+ "kwargs": {
56
+ "sharpness": [
57
+ 0.5,
58
+ 1.5
59
+ ]
60
+ }
61
+ },
62
+ "affine": {
63
+ "weight": 1.0,
64
+ "type": "RandomAffine",
65
+ "kwargs": {
66
+ "degrees": [
67
+ -5.0,
68
+ 5.0
69
+ ],
70
+ "translate": [
71
+ 0.05,
72
+ 0.05
73
+ ]
74
+ }
75
+ }
76
+ }
77
+ },
78
+ "revision": null,
79
+ "use_imagenet_stats": true,
80
+ "video_backend": "torchcodec",
81
+ "return_uint8": false,
82
+ "streaming": false
83
+ },
84
+ "env": null,
85
+ "policy": {
86
+ "type": "act",
87
+ "n_obs_steps": 1,
88
+ "input_features": {
89
+ "observation.state": {
90
+ "type": "STATE",
91
+ "shape": [
92
+ 54
93
+ ]
94
+ },
95
+ "observation.images.rgb.cam_left_head": {
96
+ "type": "VISUAL",
97
+ "shape": [
98
+ 3,
99
+ 720,
100
+ 1280
101
+ ]
102
+ },
103
+ "observation.tactile.left": {
104
+ "type": "STATE",
105
+ "shape": [
106
+ 5,
107
+ 3,
108
+ 3
109
+ ]
110
+ },
111
+ "observation.tactile.right": {
112
+ "type": "STATE",
113
+ "shape": [
114
+ 5,
115
+ 3,
116
+ 3
117
+ ]
118
+ }
119
+ },
120
+ "output_features": {
121
+ "action": {
122
+ "type": "ACTION",
123
+ "shape": [
124
+ 54
125
+ ]
126
+ }
127
+ },
128
+ "device": "cuda",
129
+ "use_amp": false,
130
+ "use_peft": false,
131
+ "push_to_hub": false,
132
+ "repo_id": null,
133
+ "private": null,
134
+ "tags": null,
135
+ "license": null,
136
+ "pretrained_path": null,
137
+ "chunk_size": 16,
138
+ "n_action_steps": 4,
139
+ "normalization_mapping": {
140
+ "VISUAL": "MEAN_STD",
141
+ "STATE": "MEAN_STD",
142
+ "ACTION": "MEAN_STD"
143
+ },
144
+ "vision_backbone": "resnet18",
145
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
146
+ "replace_final_stride_with_dilation": false,
147
+ "pre_norm": false,
148
+ "dim_model": 512,
149
+ "n_heads": 8,
150
+ "dim_feedforward": 3200,
151
+ "feedforward_activation": "relu",
152
+ "n_encoder_layers": 4,
153
+ "n_decoder_layers": 1,
154
+ "use_vae": true,
155
+ "latent_dim": 32,
156
+ "n_vae_encoder_layers": 4,
157
+ "temporal_ensemble_coeff": null,
158
+ "dropout": 0.1,
159
+ "kl_weight": 10.0,
160
+ "optimizer_lr": 3e-05,
161
+ "optimizer_weight_decay": 0.0001,
162
+ "optimizer_lr_backbone": 1e-05,
163
+ "tactile_expert_hidden_dim": 128
164
+ },
165
+ "reward_model": null,
166
+ "output_dir": "/workspace/checkpoints/Task_800014_Stack_paper_cup_ACT_tactile_augmentation_raw1_aug1",
167
+ "job_name": "Task_800014_Stack_paper_cup_ACT_tactile_augmentation_raw1_aug1",
168
+ "resume": false,
169
+ "seed": 2026,
170
+ "cudnn_deterministic": false,
171
+ "num_workers": 4,
172
+ "batch_size": 16,
173
+ "gradient_accumulation_steps": 1,
174
+ "prefetch_factor": 4,
175
+ "persistent_workers": true,
176
+ "steps": 100000,
177
+ "eval_freq": 0,
178
+ "log_freq": 200,
179
+ "tolerance_s": 0.0001,
180
+ "save_checkpoint": true,
181
+ "save_freq": 20000,
182
+ "use_policy_training_preset": true,
183
+ "optimizer": {
184
+ "type": "adamw",
185
+ "lr": 3e-05,
186
+ "weight_decay": 0.0001,
187
+ "grad_clip_norm": 10.0,
188
+ "betas": [
189
+ 0.9,
190
+ 0.999
191
+ ],
192
+ "eps": 1e-08
193
+ },
194
+ "scheduler": null,
195
+ "eval": {
196
+ "n_episodes": 50,
197
+ "batch_size": 16,
198
+ "use_async_envs": true
199
+ },
200
+ "wandb": {
201
+ "enable": false,
202
+ "disable_artifact": false,
203
+ "project": "lerobot",
204
+ "entity": null,
205
+ "notes": null,
206
+ "run_id": null,
207
+ "mode": null,
208
+ "add_tags": true
209
+ },
210
+ "peft": null,
211
+ "sample_weighting": null,
212
+ "rename_map": {},
213
+ "use_state_base": false,
214
+ "checkpoint_path": null
215
+ }
training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 3e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132,
151
+ 133,
152
+ 134,
153
+ 135,
154
+ 136,
155
+ 137,
156
+ 138,
157
+ 139,
158
+ 140,
159
+ 141,
160
+ 142,
161
+ 143,
162
+ 144,
163
+ 145,
164
+ 146
165
+ ]
166
+ },
167
+ {
168
+ "lr": 1e-05,
169
+ "betas": [
170
+ 0.9,
171
+ 0.999
172
+ ],
173
+ "eps": 1e-08,
174
+ "weight_decay": 0.0001,
175
+ "amsgrad": false,
176
+ "maximize": false,
177
+ "foreach": null,
178
+ "capturable": false,
179
+ "differentiable": false,
180
+ "fused": null,
181
+ "decoupled_weight_decay": true,
182
+ "params": [
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152,
189
+ 153,
190
+ 154,
191
+ 155,
192
+ 156,
193
+ 157,
194
+ 158,
195
+ 159,
196
+ 160,
197
+ 161,
198
+ 162,
199
+ 163,
200
+ 164,
201
+ 165,
202
+ 166
203
+ ]
204
+ }
205
+ ]
training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8daa7c1dfd01472090f993f8a466e89199042cb86fb3c02b093ec61e309f91c7
3
+ size 414709916
training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46c9b67262e7ab264b9d0929157df3f9011c5c286d06c0550cababacd3384b6
3
+ size 15708
training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 100000
3
+ }