ovi054 commited on
Commit
d0170ee
·
verified ·
1 Parent(s): 379cc15

Delete adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -54
adapter_config.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "alora_invocation_tokens": null,
3
- "alpha_pattern": {},
4
- "arrow_config": null,
5
- "auto_mapping": {
6
- "base_model_class": "LongCatImageTransformer2DModel",
7
- "parent_library": "longcat_image.models.longcat_image_dit"
8
- },
9
- "base_model_name_or_path": null,
10
- "bias": "none",
11
- "corda_config": null,
12
- "ensure_weight_tying": false,
13
- "eva_config": null,
14
- "exclude_modules": null,
15
- "fan_in_fan_out": false,
16
- "inference_mode": true,
17
- "init_lora_weights": "gaussian",
18
- "layer_replication": null,
19
- "layers_pattern": null,
20
- "layers_to_transform": null,
21
- "loftq_config": {},
22
- "lora_alpha": 8,
23
- "lora_bias": false,
24
- "lora_dropout": 0.0,
25
- "megatron_config": null,
26
- "megatron_core": "megatron.core",
27
- "modules_to_save": null,
28
- "peft_type": "LORA",
29
- "peft_version": "0.18.0",
30
- "qalora_group_size": 16,
31
- "r": 32,
32
- "rank_pattern": {},
33
- "revision": null,
34
- "target_modules": [
35
- "attn.to_k",
36
- "attn.to_q",
37
- "attn.to_out.0",
38
- "attn.add_k_proj",
39
- "ff_context.net.2",
40
- "attn.to_add_out",
41
- "attn.add_q_proj",
42
- "attn.to_v",
43
- "ff.net.0.proj",
44
- "ff_context.net.0.proj",
45
- "attn.add_v_proj",
46
- "ff.net.2"
47
- ],
48
- "target_parameters": null,
49
- "task_type": null,
50
- "trainable_token_indices": null,
51
- "use_dora": false,
52
- "use_qalora": false,
53
- "use_rslora": false
54
- }