Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +2 -2
config.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
| 48 |
"private": null,
|
| 49 |
"tags": null,
|
| 50 |
"license": null,
|
| 51 |
-
"pretrained_path":
|
| 52 |
"chunk_size": 50,
|
| 53 |
"n_action_steps": 50,
|
| 54 |
"normalization_mapping": {
|
|
|
|
| 48 |
"private": null,
|
| 49 |
"tags": null,
|
| 50 |
"license": null,
|
| 51 |
+
"pretrained_path": "/fsx/michel_aractingi/outputs/tmp/checkpoints/000010/pretrained_model",
|
| 52 |
"chunk_size": 50,
|
| 53 |
"n_action_steps": 50,
|
| 54 |
"normalization_mapping": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6964802952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:363d13104a202698bc741ea477625fc61d063bec208fc976fc8a85b011041751
|
| 3 |
size 6964802952
|
train_config.json
CHANGED
|
@@ -116,7 +116,7 @@
|
|
| 116 |
"private": null,
|
| 117 |
"tags": null,
|
| 118 |
"license": null,
|
| 119 |
-
"pretrained_path":
|
| 120 |
"chunk_size": 50,
|
| 121 |
"n_action_steps": 50,
|
| 122 |
"normalization_mapping": {
|
|
@@ -161,7 +161,7 @@
|
|
| 161 |
},
|
| 162 |
"output_dir": "/fsx/michel_aractingi/outputs/tmp",
|
| 163 |
"job_name": "groot",
|
| 164 |
-
"resume":
|
| 165 |
"seed": 1000,
|
| 166 |
"num_workers": 4,
|
| 167 |
"batch_size": 32,
|
|
|
|
| 116 |
"private": null,
|
| 117 |
"tags": null,
|
| 118 |
"license": null,
|
| 119 |
+
"pretrained_path": "/fsx/michel_aractingi/outputs/tmp/checkpoints/000010/pretrained_model",
|
| 120 |
"chunk_size": 50,
|
| 121 |
"n_action_steps": 50,
|
| 122 |
"normalization_mapping": {
|
|
|
|
| 161 |
},
|
| 162 |
"output_dir": "/fsx/michel_aractingi/outputs/tmp",
|
| 163 |
"job_name": "groot",
|
| 164 |
+
"resume": true,
|
| 165 |
"seed": 1000,
|
| 166 |
"num_workers": 4,
|
| 167 |
"batch_size": 32,
|