Falcon-ur-ce-Adalora / adapter_config.json
soroushheidary's picture
Training in progress, step 114
1a0f4c0 verified
raw
history blame contribute delete
447 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "tiiuae/falcon-11B",
"fan_in_fan_out": false,
"feedforward_modules": [
"dense_4h_to_h",
"dense_h_to_4h"
],
"inference_mode": true,
"init_ia3_weights": true,
"modules_to_save": [
"classifier",
"score"
],
"peft_type": "IA3",
"revision": null,
"target_modules": [
"query_key_value",
"dense_4h_to_h",
"dense_h_to_4h"
],
"task_type": "SEQ_CLS"
}