GPT2-Math-LoRa / adapter_config.json
Slicky325's picture
Upload 6 files
d840d86 verified
raw
history blame
781 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "GPT2LMHeadModel",
"parent_library": "transformers.models.gpt2.modeling_gpt2"
},
"base_model_name_or_path": "openai-community/gpt2-medium",
"bias": "none",
"fan_in_fan_out": true,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 64,
"lora_dropout": 0.2,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"attn.q_proj",
"attn.c_attn",
"attn.v_proj"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}