Robotics
LeRobot
Safetensors
act
fanaustinca commited on
Commit
0cc4f76
·
verified ·
1 Parent(s): b94f733

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -3
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +8 -8
README.md CHANGED
@@ -1,14 +1,13 @@
1
  ---
2
- datasets: fanaustinca/fll_training_combined_260205
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - robotics
 
10
  - act
11
- - 150episodes
12
  ---
13
 
14
  # Model Card for act
 
1
  ---
2
+ datasets: fanaustinca/fll_training_combined
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
+ - lerobot
10
  - act
 
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -37,7 +37,7 @@
37
  "use_amp": true,
38
  "use_peft": false,
39
  "push_to_hub": true,
40
- "repo_id": "fanaustinca/fll_act_260205",
41
  "private": null,
42
  "tags": null,
43
  "license": null,
 
37
  "use_amp": true,
38
  "use_peft": false,
39
  "push_to_hub": true,
40
+ "repo_id": "fanaustinca/fll_act_model",
41
  "private": null,
42
  "tags": null,
43
  "license": null,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd24c3d00cbd1d0149250d36cf2c79ff5fa3a3b5e340fe19086ae0107f7f91b8
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b6365ad2ce0e638aadf569b747f25784d35efbe03972a06a0a3773224dd0f9
3
  size 206699736
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "fanaustinca/fll_training_combined_260205",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -74,7 +74,7 @@
74
  }
75
  }
76
  },
77
- "revision": null,
78
  "use_imagenet_stats": true,
79
  "video_backend": "torchcodec",
80
  "streaming": false
@@ -119,7 +119,7 @@
119
  "use_amp": true,
120
  "use_peft": false,
121
  "push_to_hub": true,
122
- "repo_id": "fanaustinca/fll_act_260205",
123
  "private": null,
124
  "tags": null,
125
  "license": null,
@@ -151,18 +151,18 @@
151
  "optimizer_weight_decay": 0.0001,
152
  "optimizer_lr_backbone": 1e-05
153
  },
154
- "output_dir": "outputs/train/fll_act_260205",
155
  "job_name": "fll_act_train",
156
  "resume": false,
157
  "seed": 1000,
158
- "num_workers": 4,
159
- "batch_size": 24,
160
  "steps": 150000,
161
  "eval_freq": 20000,
162
  "log_freq": 1000,
163
  "tolerance_s": 0.0001,
164
  "save_checkpoint": true,
165
- "save_freq": 10000,
166
  "use_policy_training_preset": true,
167
  "optimizer": {
168
  "type": "adamw",
@@ -187,7 +187,7 @@
187
  "project": "lerobot",
188
  "entity": null,
189
  "notes": null,
190
- "run_id": "apjcfifg",
191
  "mode": null
192
  },
193
  "peft": null,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "fanaustinca/fll_training_combined",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
74
  }
75
  }
76
  },
77
+ "revision": "350episodes",
78
  "use_imagenet_stats": true,
79
  "video_backend": "torchcodec",
80
  "streaming": false
 
119
  "use_amp": true,
120
  "use_peft": false,
121
  "push_to_hub": true,
122
+ "repo_id": "fanaustinca/fll_act_model",
123
  "private": null,
124
  "tags": null,
125
  "license": null,
 
151
  "optimizer_weight_decay": 0.0001,
152
  "optimizer_lr_backbone": 1e-05
153
  },
154
+ "output_dir": "outputs/train/fll_act_model",
155
  "job_name": "fll_act_train",
156
  "resume": false,
157
  "seed": 1000,
158
+ "num_workers": 8,
159
+ "batch_size": 16,
160
  "steps": 150000,
161
  "eval_freq": 20000,
162
  "log_freq": 1000,
163
  "tolerance_s": 0.0001,
164
  "save_checkpoint": true,
165
+ "save_freq": 5000,
166
  "use_policy_training_preset": true,
167
  "optimizer": {
168
  "type": "adamw",
 
187
  "project": "lerobot",
188
  "entity": null,
189
  "notes": null,
190
+ "run_id": "evuck19k",
191
  "mode": null
192
  },
193
  "peft": null,