llama-2-7b-fourierft-alpaca / adapter_config.json
vantaa32's picture
Upload folder using huggingface_hub
3bd7913 verified
raw
history blame contribute delete
518 Bytes
{
"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": false,
"layers_pattern": null,
"layers_to_transform": null,
"modules_to_save": null,
"n_frequency": 1000,
"n_frequency_pattern": {},
"peft_type": "FOURIERFT",
"random_loc_seed": 777,
"revision": null,
"scaling": 300.0,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}