phi2-bunny / adapter_config.json
justinj92's picture
Training in progress, step 46
a81943e verified
raw
history blame
674 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "microsoft/phi-2",
"bias": "none",
"fan_in_fan_out": null,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"embed_tokens",
"lm_head"
],
"peft_type": "LORA",
"r": 64,
"rank_pattern": {},
"revision": null,
"target_modules": [
"dense",
"k_proj",
"v_proj",
"fc2",
"q_proj",
"fc1"
],
"task_type": "CAUSAL_LM",
"use_rslora": false
}