Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
| 35 |
},
|
| 36 |
"device": "cuda",
|
| 37 |
"use_amp": false,
|
| 38 |
-
|
| 39 |
"push_to_hub": true,
|
| 40 |
"repo_id": "qownscks/pi05_widowx",
|
| 41 |
"private": null,
|
|
@@ -56,7 +56,7 @@
|
|
| 56 |
"time_sampling_offset": 0.001,
|
| 57 |
"min_period": 0.004,
|
| 58 |
"max_period": 4.0,
|
| 59 |
-
|
| 60 |
"image_resolution": [
|
| 61 |
224,
|
| 62 |
224
|
|
@@ -71,7 +71,8 @@
|
|
| 71 |
"gradient_checkpointing": true,
|
| 72 |
"compile_model": false,
|
| 73 |
"compile_mode": "max-autotune",
|
| 74 |
-
|
|
|
|
| 75 |
"optimizer_lr": 2.5e-05,
|
| 76 |
"optimizer_betas": [
|
| 77 |
0.9,
|
|
|
|
| 35 |
},
|
| 36 |
"device": "cuda",
|
| 37 |
"use_amp": false,
|
| 38 |
+
"use_peft": false,
|
| 39 |
"push_to_hub": true,
|
| 40 |
"repo_id": "qownscks/pi05_widowx",
|
| 41 |
"private": null,
|
|
|
|
| 56 |
"time_sampling_offset": 0.001,
|
| 57 |
"min_period": 0.004,
|
| 58 |
"max_period": 4.0,
|
| 59 |
+
"rtc_config": null,
|
| 60 |
"image_resolution": [
|
| 61 |
224,
|
| 62 |
224
|
|
|
|
| 71 |
"gradient_checkpointing": true,
|
| 72 |
"compile_model": false,
|
| 73 |
"compile_mode": "max-autotune",
|
| 74 |
+
"compile_mode": "max-autotune",
|
| 75 |
+
"freeze_vision_encoder": false,
|
| 76 |
"optimizer_lr": 2.5e-05,
|
| 77 |
"optimizer_betas": [
|
| 78 |
0.9,
|