CoolFace
Modelpublic

schaturv/text2code-python-r64

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
adapter_config.json32 linesDownload Raw Back to root
1{2  "alpha_pattern": {},3  "auto_mapping": null,4  "base_model_name_or_path": "microsoft/unixcoder-base",5  "bias": "none",6  "eva_config": null,7  "exclude_modules": null,8  "fan_in_fan_out": false,9  "inference_mode": false,10  "init_lora_weights": true,11  "layer_replication": null,12  "layers_pattern": null,13  "layers_to_transform": null,14  "loftq_config": {},15  "lora_alpha": 128,16  "lora_bias": false,17  "lora_dropout": 0.1,18  "megatron_config": null,19  "megatron_core": "megatron.core",20  "modules_to_save": null,21  "peft_type": "LORA",22  "r": 64,23  "rank_pattern": {},24  "revision": null,25  "target_modules": [26    "query",27    "value"28  ],29  "task_type": "FEATURE_EXTRACTION",30  "use_dora": false,31  "use_rslora": false32}