quant-llama3-1.0-8B-Lora / adapter_config.json
magic10241's picture
Upload model trained with Unsloth
36c5b38 verified
raw
history blame contribute delete
762 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "zhichen/Llama3-Chinese",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 16,
"lora_dropout": 0,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"lm_head",
"embed_tokens"
],
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": "unsloth",
"target_modules": [
"up_proj",
"q_proj",
"v_proj",
"gate_proj",
"k_proj",
"down_proj",
"o_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}