CoolFace
Modelpublic

darthludious/adaption_preference_trace_decisions

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes4downloads
adapter_config.json42 linesDownload Raw Back to root
1{2  "alpha_pattern": {},3  "auto_mapping": null,4  "base_model_name_or_path": "togethercomputer/Llama-4-Scout-17B-16E-Instruct_bnb_4bit",5  "bias": "none",6  "corda_config": null,7  "eva_config": null,8  "exclude_modules": [],9  "fan_in_fan_out": false,10  "inference_mode": true,11  "init_lora_weights": true,12  "layer_replication": null,13  "layers_pattern": null,14  "layers_to_transform": null,15  "loftq_config": {},16  "lora_alpha": 32,17  "lora_bias": false,18  "lora_dropout": 0.0,19  "megatron_config": null,20  "megatron_core": "megatron.core",21  "modules_to_save": null,22  "peft_type": "LORA",23  "r": 16,24  "rank_pattern": {},25  "revision": null,26  "target_modules": [27    "feed_forward.gate_proj",28    "o_proj",29    "shared_expert.up_proj",30    "shared_expert.down_proj",31    "q_proj",32    "shared_expert.gate_proj",33    "k_proj",34    "v_proj",35    "feed_forward.up_proj",36    "feed_forward.down_proj"37  ],38  "task_type": "CAUSAL_LM",39  "trainable_token_indices": null,40  "use_dora": false,41  "use_rslora": false42}