CoolFace
Modelpublic

Maxilicious20/Aether-2.5-Coder

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes6downloads
adapter_config.json50 linesDownload Raw Back to root
1{
2  "alora_invocation_tokens": null,
3  "alpha_pattern": {},
4  "arrow_config": null,
5  "auto_mapping": null,
6  "base_model_name_or_path": "Qwen/Qwen2.5-Coder-3B-Instruct",
7  "bias": "none",
8  "corda_config": null,
9  "ensure_weight_tying": false,
10  "eva_config": null,
11  "exclude_modules": null,
12  "fan_in_fan_out": false,
13  "inference_mode": true,
14  "init_lora_weights": true,
15  "layer_replication": null,
16  "layers_pattern": null,
17  "layers_to_transform": null,
18  "loftq_config": {},
19  "lora_alpha": 32,
20  "lora_bias": false,
21  "lora_dropout": 0.05,
22  "lora_ga_config": null,
23  "megatron_config": null,
24  "megatron_core": "megatron.core",
25  "modules_to_save": null,
26  "monteclora_config": null,
27  "peft_type": "LORA",
28  "peft_version": "0.20.0",
29  "qalora_group_size": 16,
30  "r": 16,
31  "rank_pattern": {},
32  "revision": null,
33  "target_modules": [
34    "up_proj",
35    "gate_proj",
36    "v_proj",
37    "o_proj",
38    "down_proj",
39    "k_proj",
40    "q_proj"
41  ],
42  "target_parameters": null,
43  "task_type": "CAUSAL_LM",
44  "trainable_token_indices": null,
45  "use_bdlora": null,
46  "use_dora": false,
47  "use_qalora": false,
48  "use_rslora": false,
49  "velora_config": null
50}