1B_finetuned_llama3.2_ours_mmlu / adapter_config.json
yuntaozh's picture
Upload CustomLlamaForCausalLM
b848a46 verified
raw
history blame contribute delete
420 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "yuntaozh/custom_llama",
"fan_in_fan_out": false,
"feedforward_modules": [
"down_proj"
],
"inference_mode": true,
"init_ia3_weights": true,
"modules_to_save": [
"classifier",
"score"
],
"peft_type": "IA3",
"revision": null,
"target_modules": [
"o_proj",
"v_proj",
"k_proj",
"down_proj"
],
"task_type": "SEQ_CLS"
}