Upload 2 files
Browse files- adapter_config.json +41 -0
- adapter_model.safetensors +3 -0
adapter_config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": {
|
| 4 |
+
"base_model_class": "DiffusersTransformer2DWrapper",
|
| 5 |
+
"parent_library": "cr.models.transformers.tranformers"
|
| 6 |
+
},
|
| 7 |
+
"base_model_name_or_path": null,
|
| 8 |
+
"bias": "none",
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layers_pattern": null,
|
| 13 |
+
"layers_to_transform": null,
|
| 14 |
+
"loftq_config": {},
|
| 15 |
+
"lora_alpha": 8,
|
| 16 |
+
"lora_dropout": 0.0,
|
| 17 |
+
"megatron_config": null,
|
| 18 |
+
"megatron_core": "megatron.core",
|
| 19 |
+
"modules_to_save": null,
|
| 20 |
+
"peft_type": "LORA",
|
| 21 |
+
"r": 64,
|
| 22 |
+
"rank_pattern": {},
|
| 23 |
+
"revision": null,
|
| 24 |
+
"target_modules": [
|
| 25 |
+
"to_q",
|
| 26 |
+
"to_v",
|
| 27 |
+
"proj_in",
|
| 28 |
+
"ff.net.0.proj",
|
| 29 |
+
"ff.net.2",
|
| 30 |
+
"proj",
|
| 31 |
+
"to_out.0",
|
| 32 |
+
"linear_1",
|
| 33 |
+
"proj_out",
|
| 34 |
+
"linear_2",
|
| 35 |
+
"linear",
|
| 36 |
+
"to_k"
|
| 37 |
+
],
|
| 38 |
+
"task_type": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_rslora": false
|
| 41 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99ef037fe3c1fb6d6bbefdbb85ad60df434fcc0577d34c768d752d60cf69681b
|
| 3 |
+
size 221407288
|