CoolFace
Modelpublic

cy948/starcoder-peft-airscript

sourceHugging Facebigcode-openrail-mupdated 2y agoView on Hugging Face
0likes13downloads
adapter_config.json40 linesDownload Raw Back to root
1{2  "alpha_pattern": {},3  "auto_mapping": null,4  "base_model_name_or_path": "bigcode/starcoderbase-1b",5  "beta1": 0.85,6  "beta2": 0.85,7  "bias": "none",8  "deltaT": 1,9  "fan_in_fan_out": false,10  "inference_mode": true,11  "init_lora_weights": true,12  "init_r": 12,13  "layer_replication": null,14  "layers_pattern": null,15  "layers_to_transform": null,16  "loftq_config": {},17  "lora_alpha": 48,18  "lora_dropout": 0.0,19  "megatron_config": null,20  "megatron_core": "megatron.core",21  "modules_to_save": null,22  "orth_reg_weight": 0.5,23  "peft_type": "ADALORA",24  "r": 8,25  "rank_pattern": null,26  "revision": null,27  "target_modules": [28    "c_proj",29    "c_attn",30    "c_fc",31    "q_attn"32  ],33  "target_r": 8,34  "task_type": "CAUSAL_LM",35  "tfinal": 0,36  "tinit": 0,37  "total_step": null,38  "use_dora": false,39  "use_rslora": false40}