danielsanjosepro commited on
Commit
12d8577
·
verified ·
1 Parent(s): 6d6ebd0

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +5 -5
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: cascaded_flow
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
- - lerobot
10
  - cascaded_flow
 
 
11
  ---
12
 
13
  # Model Card for cascaded_flow
 
5
  model_name: cascaded_flow
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - cascaded_flow
9
+ - lerobot
10
+ - robotics
11
  ---
12
 
13
  # Model Card for cascaded_flow
config.json CHANGED
@@ -134,7 +134,7 @@
134
  "smooth_slow_policy_output": false,
135
  "apply_slow_policy_output": false,
136
  "use_image_features_for_fast_policy": true,
137
- "training_stage": "slow_policy",
138
  "slow_policy_type": "ditmeanflow",
139
  "slow_policy_pretrained_repo_id": null
140
  }
 
134
  "smooth_slow_policy_output": false,
135
  "apply_slow_policy_output": false,
136
  "use_image_features_for_fast_policy": true,
137
+ "training_stage": "fast_policy",
138
  "slow_policy_type": "ditmeanflow",
139
  "slow_policy_pretrained_repo_id": null
140
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72a4a952795d449930dfaeb44527c6138b82c24b90fa85c34130384bee357058
3
  size 279929144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a50b60322a22ca78361c39fdec2a6619ec88b2af29af0a052fbc3ba8e744f38a
3
  size 279929144
train_config.json CHANGED
@@ -201,17 +201,17 @@
201
  "smooth_slow_policy_output": false,
202
  "apply_slow_policy_output": false,
203
  "use_image_features_for_fast_policy": true,
204
- "training_stage": "slow_policy",
205
  "slow_policy_type": "ditmeanflow",
206
  "slow_policy_pretrained_repo_id": null
207
  },
208
- "output_dir": "outputs/train/2025-12-25/18-36-02_config/train_cascaded_stack.json_slow",
209
- "job_name": "config/train_cascaded_stack.json_slow",
210
  "resume": false,
211
  "seed": 1000,
212
  "num_workers": 4,
213
  "batch_size": 128,
214
- "steps": 20000,
215
  "eval_freq": 1000,
216
  "log_freq": 100,
217
  "save_checkpoint": true,
@@ -244,7 +244,7 @@
244
  "project": "policies",
245
  "entity": null,
246
  "notes": null,
247
- "run_id": "yjugup37",
248
  "mode": null
249
  }
250
  }
 
201
  "smooth_slow_policy_output": false,
202
  "apply_slow_policy_output": false,
203
  "use_image_features_for_fast_policy": true,
204
+ "training_stage": "fast_policy",
205
  "slow_policy_type": "ditmeanflow",
206
  "slow_policy_pretrained_repo_id": null
207
  },
208
+ "output_dir": "outputs/train/2025-12-25/23-49-20_config/train_cascaded_stack.json_fast",
209
+ "job_name": "config/train_cascaded_stack.json_fast",
210
  "resume": false,
211
  "seed": 1000,
212
  "num_workers": 4,
213
  "batch_size": 128,
214
+ "steps": 10000,
215
  "eval_freq": 1000,
216
  "log_freq": 100,
217
  "save_checkpoint": true,
 
244
  "project": "policies",
245
  "entity": null,
246
  "notes": null,
247
+ "run_id": "ezxm1ynx",
248
  "mode": null
249
  }
250
  }