CoolFace
Modelpublic

RadAlienware/30epoch29feb

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes4downloads
adapter_config.json38 linesDownload Raw Back to root
1{2  "alpha_pattern": {},3  "auto_mapping": {4    "base_model_class": "MistralForCausalLM",5    "parent_library": "transformers.models.mistral.modeling_mistral"6  },7  "base_model_name_or_path": "intelsense/mis2nd4th5thekushfinalyo1",8  "bias": "none",9  "fan_in_fan_out": false,10  "inference_mode": true,11  "init_lora_weights": true,12  "layers_pattern": null,13  "layers_to_transform": null,14  "loftq_config": {},15  "lora_alpha": 32,16  "lora_dropout": 0.05,17  "megatron_config": null,18  "megatron_core": "megatron.core",19  "modules_to_save": [20    "embed_tokens",21    "lm_head"22  ],23  "peft_type": "LORA",24  "r": 16,25  "rank_pattern": {},26  "revision": null,27  "target_modules": [28    "v_proj",29    "q_proj",30    "k_proj",31    "gate_proj",32    "down_proj",33    "o_proj",34    "up_proj"35  ],36  "task_type": null,37  "use_rslora": false38}