CoolFace
Modelpublic

Gcss/guides1

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
adapter_config.json46 linesDownload Raw Back to root
1{2  "alpha_pattern": {},3  "auto_mapping": {4    "base_model_class": "LlamaForCausalLM",5    "parent_library": "transformers.models.llama.modeling_llama",6    "unsloth_fixed": true7  },8  "base_model_name_or_path": "unsloth/meta-llama-3.1-8b-unsloth-bnb-4bit",9  "bias": "none",10  "corda_config": null,11  "eva_config": null,12  "exclude_modules": null,13  "fan_in_fan_out": false,14  "inference_mode": true,15  "init_lora_weights": true,16  "layer_replication": null,17  "layers_pattern": null,18  "layers_to_transform": null,19  "loftq_config": {},20  "lora_alpha": 16,21  "lora_bias": false,22  "lora_dropout": 0,23  "megatron_config": null,24  "megatron_core": "megatron.core",25  "modules_to_save": null,26  "peft_type": "LORA",27  "qalora_group_size": 16,28  "r": 16,29  "rank_pattern": {},30  "revision": null,31  "target_modules": [32    "o_proj",33    "up_proj",34    "q_proj",35    "k_proj",36    "down_proj",37    "v_proj",38    "gate_proj"39  ],40  "target_parameters": null,41  "task_type": "CAUSAL_LM",42  "trainable_token_indices": null,43  "use_dora": false,44  "use_qalora": false,45  "use_rslora": false46}