CoolFace
Modelpublic

SandeepCodez/gemma-vcet-output-log

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
adapter_config.json45 linesDownload Raw Back to root
1{2  "alpha_pattern": {},3  "auto_mapping": null,4  "base_model_name_or_path": "google/gemma-3-270m-it",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": 16,17  "lora_bias": false,18  "lora_dropout": 0.05,19  "megatron_config": null,20  "megatron_core": "megatron.core",21  "modules_to_save": [22    "lm_head",23    "embed_tokens"24  ],25  "peft_type": "LORA",26  "qalora_group_size": 16,27  "r": 16,28  "rank_pattern": {},29  "revision": null,30  "target_modules": [31    "o_proj",32    "k_proj",33    "up_proj",34    "down_proj",35    "gate_proj",36    "q_proj",37    "v_proj"38  ],39  "target_parameters": null,40  "task_type": "CAUSAL_LM",41  "trainable_token_indices": null,42  "use_dora": false,43  "use_qalora": false,44  "use_rslora": false45}