Upload folder using huggingface_hub
Browse files- config.json +0 -3
config.json
CHANGED
|
@@ -27,7 +27,6 @@
|
|
| 27 |
},
|
| 28 |
"device": "cuda",
|
| 29 |
"use_amp": false,
|
| 30 |
-
"use_peft": false,
|
| 31 |
"push_to_hub": true,
|
| 32 |
"repo_id": "your_repo_id",
|
| 33 |
"private": null,
|
|
@@ -63,8 +62,6 @@
|
|
| 63 |
"gradient_checkpointing": true,
|
| 64 |
"compile_model": true,
|
| 65 |
"compile_mode": "max-autotune",
|
| 66 |
-
"freeze_vision_encoder": false,
|
| 67 |
-
"train_expert_only": false,
|
| 68 |
"optimizer_lr": 2.5e-05,
|
| 69 |
"optimizer_betas": [
|
| 70 |
0.9,
|
|
|
|
| 27 |
},
|
| 28 |
"device": "cuda",
|
| 29 |
"use_amp": false,
|
|
|
|
| 30 |
"push_to_hub": true,
|
| 31 |
"repo_id": "your_repo_id",
|
| 32 |
"private": null,
|
|
|
|
| 62 |
"gradient_checkpointing": true,
|
| 63 |
"compile_model": true,
|
| 64 |
"compile_mode": "max-autotune",
|
|
|
|
|
|
|
| 65 |
"optimizer_lr": 2.5e-05,
|
| 66 |
"optimizer_betas": [
|
| 67 |
0.9,
|