falcon-7b-sharded-2 / adapter_config.json
pbaoo2705's picture
IA3 applied #2
bbefea8
raw
history blame
No virus
445 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "ybelkada/falcon-7b-sharded-bf16",
"fan_in_fan_out": false,
"feedforward_modules": [
"dense_h_to_4h",
"dense_4h_to_h"
],
"inference_mode": true,
"init_ia3_weights": true,
"modules_to_save": null,
"peft_type": "IA3",
"revision": null,
"target_modules": [
"query_key_value",
"dense",
"dense_h_to_4h",
"dense_4h_to_h"
],
"task_type": "CAUSAL_LM"
}