CoolFace
Modelpublic

usagent100/modelv3

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes15downloads
adapter_config.json25 linesDownload Raw Back to root
1{2  "base_model_name_or_path": "openlm-research/open_llama_7b",3  "bias": "none",4  "fan_in_fan_out": false,5  "inference_mode": true,6  "init_lora_weights": true,7  "layers_pattern": null,8  "layers_to_transform": null,9  "lora_alpha": 64,10  "lora_dropout": 0.1,11  "modules_to_save": null,12  "peft_type": "LORA",13  "r": 16,14  "revision": null,15  "target_modules": [16    "q_proj",17    "up_proj",18    "o_proj",19    "k_proj",20    "down_proj",21    "gate_proj",22    "v_proj"23  ],24  "task_type": "CAUSAL_LM"25}