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
|
@@ -36,7 +36,7 @@
|
|
| 36 |
"device": "cuda",
|
| 37 |
"use_amp": false,
|
| 38 |
"push_to_hub": true,
|
| 39 |
-
"repo_id": "
|
| 40 |
"private": null,
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
|
|
|
| 36 |
"device": "cuda",
|
| 37 |
"use_amp": false,
|
| 38 |
"push_to_hub": true,
|
| 39 |
+
"repo_id": "act-new-red",
|
| 40 |
"private": null,
|
| 41 |
"tags": null,
|
| 42 |
"license": null,
|
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:a86e58c024639a341b5e05dbb03ed5b6f23f6c6377055f346c2d217200240c2d
|
| 3 |
size 206699736
|
train_config.json
CHANGED
|
@@ -118,7 +118,7 @@
|
|
| 118 |
"device": "cuda",
|
| 119 |
"use_amp": false,
|
| 120 |
"push_to_hub": true,
|
| 121 |
-
"repo_id": "
|
| 122 |
"private": null,
|
| 123 |
"tags": null,
|
| 124 |
"license": null,
|
|
@@ -156,7 +156,7 @@
|
|
| 156 |
"seed": 1000,
|
| 157 |
"num_workers": 4,
|
| 158 |
"batch_size": 6,
|
| 159 |
-
"steps":
|
| 160 |
"eval_freq": 20000,
|
| 161 |
"log_freq": 200,
|
| 162 |
"save_checkpoint": true,
|
|
|
|
| 118 |
"device": "cuda",
|
| 119 |
"use_amp": false,
|
| 120 |
"push_to_hub": true,
|
| 121 |
+
"repo_id": "act-new-red",
|
| 122 |
"private": null,
|
| 123 |
"tags": null,
|
| 124 |
"license": null,
|
|
|
|
| 156 |
"seed": 1000,
|
| 157 |
"num_workers": 4,
|
| 158 |
"batch_size": 6,
|
| 159 |
+
"steps": 2000,
|
| 160 |
"eval_freq": 20000,
|
| 161 |
"log_freq": 200,
|
| 162 |
"save_checkpoint": true,
|