GPT2-Einstein-EPFL / adapter_config.json
paulo-ribeiro's picture
PEFT files
1747a9b verified
raw
history blame contribute delete
635 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "ADP-EPFL/GPT2-Einstein",
"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": 128,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"rank_pattern": {},
"revision": null,
"target_modules": [
"c_attn"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}