Robotics
LeRobot
Safetensors
act
SagriviS commited on
Commit
bb0af11
·
verified ·
1 Parent(s): 387bf70

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -0
  3. model.safetensors +1 -1
  4. train_config.json +4 -2
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
9
- - lerobot
10
  - act
 
11
  ---
12
 
13
  # Model Card for act
 
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
 
9
  - act
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -27,6 +27,7 @@
27
  },
28
  "device": "cuda",
29
  "use_amp": false,
 
30
  "push_to_hub": true,
31
  "repo_id": "SagriviS/Test",
32
  "private": null,
 
27
  },
28
  "device": "cuda",
29
  "use_amp": false,
30
+ "use_peft": false,
31
  "push_to_hub": true,
32
  "repo_id": "SagriviS/Test",
33
  "private": null,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c2ef666392f52bd3b7c5d695fcdbb0ddaeff97aa5ac12f0321945dc13ade80d
3
  size 206970104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91be9352a113b0e8bc4fa00223a5f537efc91f7676965f6bfcfc40c08e50298d
3
  size 206970104
train_config.json CHANGED
@@ -109,6 +109,7 @@
109
  },
110
  "device": "cuda",
111
  "use_amp": false,
 
112
  "push_to_hub": true,
113
  "repo_id": "SagriviS/Test",
114
  "private": null,
@@ -142,7 +143,7 @@
142
  "optimizer_weight_decay": 0.0001,
143
  "optimizer_lr_backbone": 1e-05
144
  },
145
- "output_dir": "outputs/train/TestEcriture2",
146
  "job_name": "act",
147
  "resume": false,
148
  "seed": 1000,
@@ -178,9 +179,10 @@
178
  "project": "lerobot",
179
  "entity": null,
180
  "notes": null,
181
- "run_id": "d3eq2vx4",
182
  "mode": null
183
  },
 
184
  "use_rabc": false,
185
  "rabc_progress_path": null,
186
  "rabc_kappa": 0.01,
 
109
  },
110
  "device": "cuda",
111
  "use_amp": false,
112
+ "use_peft": false,
113
  "push_to_hub": true,
114
  "repo_id": "SagriviS/Test",
115
  "private": null,
 
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
+ "output_dir": "lerobot/outputs/train/TestEcriture",
147
  "job_name": "act",
148
  "resume": false,
149
  "seed": 1000,
 
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
+ "run_id": "w1s4lfal",
183
  "mode": null
184
  },
185
+ "peft": null,
186
  "use_rabc": false,
187
  "rabc_progress_path": null,
188
  "rabc_kappa": 0.01,