CoolFace
Modelpublic

m2g-lab/gemma3-4b-mathwizards-instruct-basic

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes7downloads
adapter_config.json33 linesDownload Raw Back to root
1{2  "alpha_pattern": {},3  "auto_mapping": null,4  "base_model_name_or_path": "unsloth/gemma-3-4b-it-unsloth-bnb-4bit",5  "bias": "none",6  "corda_config": null,7  "eva_config": null,8  "exclude_modules": null,9  "fan_in_fan_out": false,10  "inference_mode": true,11  "init_lora_weights": true,12  "layer_replication": null,13  "layers_pattern": null,14  "layers_to_transform": null,15  "loftq_config": {},16  "lora_alpha": 8,17  "lora_bias": false,18  "lora_dropout": 0,19  "megatron_config": null,20  "megatron_core": "megatron.core",21  "modules_to_save": null,22  "peft_type": "LORA",23  "qalora_group_size": 16,24  "r": 8,25  "rank_pattern": {},26  "revision": null,27  "target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense).*?(?:k_proj|v_proj|q_proj|out_proj|fc1|fc2|o_proj|gate_proj|up_proj|down_proj).*?)|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense)\\.(?:(?:k_proj|v_proj|q_proj|out_proj|fc1|fc2|o_proj|gate_proj|up_proj|down_proj)))",28  "task_type": "CAUSAL_LM",29  "trainable_token_indices": null,30  "use_dora": false,31  "use_qalora": false,32  "use_rslora": false33}