CoolFace
Modelpublic

andstor/bigcode-starcoder2-7b-unit-test-ia3

sourceHugging Facebigcode-openrail-mupdated 1y agoView on Hugging Face
0likes8downloads
adapter_config.json19 linesDownload Raw Back to root
1{2  "auto_mapping": null,3  "base_model_name_or_path": "bigcode/starcoder2-7b",4  "fan_in_fan_out": false,5  "feedforward_modules": [6    "c_proj"7  ],8  "inference_mode": true,9  "init_ia3_weights": true,10  "modules_to_save": null,11  "peft_type": "IA3",12  "revision": null,13  "target_modules": [14    "q_proj",15    "v_proj",16    "c_proj"17  ],18  "task_type": "CAUSAL_LM"19}