LoftQ's picture
Upload LoftQ models
f7066cb
raw
history blame
No virus
721 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "/mnt/t-qingzhang/model_zoo_hf/LoftQ/Mistral-7B-v0.1-4bit-32rank",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {
"bits_pattern": {},
"loftq_bits": 4,
"loftq_fake": true,
"loftq_iter": 5
},
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q_proj",
"gate_proj",
"up_proj",
"v_proj",
"down_proj",
"k_proj",
"o_proj"
],
"task_type": "CAUSAL_LM"
}