llama-2-7b-fourierft-alpaca-loca / adapter_config.json
vantaa32's picture
Upload folder using huggingface_hub
39c6661 verified
{
"auto_mapping": null,
"base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
"bias": "none",
"exclude_modules": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"modules_to_save": null,
"n_frequency": 150000,
"n_frequency_pattern": {},
"peft_type": "FOURIERFT",
"random_loc_seed": 777,
"revision": null,
"scaling": 64.0,
"target_modules": [
"v_proj",
"q_proj"
],
"task_type": "CAUSAL_LM"
}