Upload 4 files
Browse files
step-210000/0_SwiftLoRA/adapter_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": null,
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"enable_lora": null,
|
| 7 |
+
"fan_in_fan_out": false,
|
| 8 |
+
"inference_mode": false,
|
| 9 |
+
"init_lora_weights": true,
|
| 10 |
+
"layer_replication": null,
|
| 11 |
+
"layers_pattern": null,
|
| 12 |
+
"layers_to_transform": null,
|
| 13 |
+
"loftq_config": {},
|
| 14 |
+
"lora_alpha": 256,
|
| 15 |
+
"lora_dropout": 0.0,
|
| 16 |
+
"lora_dtype": null,
|
| 17 |
+
"lorap_emb_lr": 1e-06,
|
| 18 |
+
"lorap_lr_ratio": 16.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"model_key_mapping": null,
|
| 22 |
+
"modules_to_save": null,
|
| 23 |
+
"peft_type": "LORA",
|
| 24 |
+
"r": 256,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"swift_type": "LORA",
|
| 28 |
+
"target_modules": "model.*(to_q|to_k|to_v|to_out.0|net.0.proj|net.2)$",
|
| 29 |
+
"task_type": null,
|
| 30 |
+
"use_dora": false,
|
| 31 |
+
"use_merged_linear": false,
|
| 32 |
+
"use_qa_lora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
+
}
|
step-210000/0_SwiftLoRA/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40342c0fc8b40efaf53eff0ba21b1c8d5d1c26555e591726065ba6dec2ee7295
|
| 3 |
+
size 383114637
|
step-210000/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Training procedure
|
| 2 |
+
|
| 3 |
+
### Framework versions
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
- SWIFT 2.0.1
|
| 7 |
+
### Base model information
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
- BaseModel Class LatentDiffusionEdit
|
step-210000/configuration.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{}
|