afafafawdfa commited on
Commit
1c324b9
·
verified ·
1 Parent(s): 10e9ce6

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. model.safetensors +1 -1
  3. train_config.json +3 -3
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: afafafawdfa/record-test3
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - act
9
- - lerobot
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for act
 
1
  ---
2
+ datasets: local-dataset
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - act
 
9
  - robotics
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for act
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8de162091434db86a668e18840382380b99c9f47365b0c7f970acf403aa24cba
3
  size 206701096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:870ea3043cb92cf7ae2c6997b4679b8d42e56abeb604103383f4e0f67e8faeb8
3
  size 206701096
train_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "dataset": {
3
- "repo_id": "afafafawdfa/record-test3",
4
- "root": null,
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
@@ -134,7 +134,7 @@
134
  "optimizer_weight_decay": 0.0001,
135
  "optimizer_lr_backbone": 1e-05
136
  },
137
- "output_dir": "outputs/train/act_so101_test2/checkpoints/last/pretrained_model",
138
  "job_name": "act_so101_finetune_test3",
139
  "resume": true,
140
  "seed": 1000,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "local-dataset",
4
+ "root": "/home/fante/.cache/huggingface/lerobot/afafafawdfa/combined-record",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
 
134
  "optimizer_weight_decay": 0.0001,
135
  "optimizer_lr_backbone": 1e-05
136
  },
137
+ "output_dir": "outputs/train/act_so101_test2/checkpoints/merged",
138
  "job_name": "act_so101_finetune_test3",
139
  "resume": true,
140
  "seed": 1000,