Upload policy weights, train config and readme
Browse files- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +2 -2
config.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 34 |
}
|
| 35 |
},
|
| 36 |
"device": "cuda",
|
| 37 |
-
"use_amp":
|
| 38 |
"use_peft": false,
|
| 39 |
"push_to_hub": true,
|
| 40 |
"repo_id": "annyi/record-green-cube",
|
|
|
|
| 34 |
}
|
| 35 |
},
|
| 36 |
"device": "cuda",
|
| 37 |
+
"use_amp": false,
|
| 38 |
"use_peft": false,
|
| 39 |
"push_to_hub": true,
|
| 40 |
"repo_id": "annyi/record-green-cube",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206699736
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2c17f410f42704bc3d5731a03535dc7b9161accb5f904c857f25b8d404bde61
|
| 3 |
size 206699736
|
train_config.json
CHANGED
|
@@ -116,7 +116,7 @@
|
|
| 116 |
}
|
| 117 |
},
|
| 118 |
"device": "cuda",
|
| 119 |
-
"use_amp":
|
| 120 |
"use_peft": false,
|
| 121 |
"push_to_hub": true,
|
| 122 |
"repo_id": "annyi/record-green-cube",
|
|
@@ -151,7 +151,7 @@
|
|
| 151 |
"optimizer_weight_decay": 0.0001,
|
| 152 |
"optimizer_lr_backbone": 1e-05
|
| 153 |
},
|
| 154 |
-
"output_dir": "outputs/train/
|
| 155 |
"job_name": "so101_act_pick_green_cube",
|
| 156 |
"resume": false,
|
| 157 |
"seed": 1000,
|
|
|
|
| 116 |
}
|
| 117 |
},
|
| 118 |
"device": "cuda",
|
| 119 |
+
"use_amp": false,
|
| 120 |
"use_peft": false,
|
| 121 |
"push_to_hub": true,
|
| 122 |
"repo_id": "annyi/record-green-cube",
|
|
|
|
| 151 |
"optimizer_weight_decay": 0.0001,
|
| 152 |
"optimizer_lr_backbone": 1e-05
|
| 153 |
},
|
| 154 |
+
"output_dir": "outputs/train/so101_act_pick_green_cube",
|
| 155 |
"job_name": "so101_act_pick_green_cube",
|
| 156 |
"resume": false,
|
| 157 |
"seed": 1000,
|