CoolFace
Modelpublic

LumenSyntax/logos29-gemma2-9b

sourceHugging Facegemmaupdated 5mo agoView on Hugging Face
0likes12downloads
adapter_config.json50 linesDownload Raw Back to root
1{2  "alora_invocation_tokens": null,3  "alpha_pattern": {},4  "arrow_config": null,5  "auto_mapping": {6    "base_model_class": "Gemma2ForCausalLM",7    "parent_library": "transformers.models.gemma2.modeling_gemma2",8    "unsloth_fixed": true9  },10  "base_model_name_or_path": "unsloth/gemma-2-9b-it-bnb-4bit",11  "bias": "none",12  "corda_config": null,13  "ensure_weight_tying": false,14  "eva_config": null,15  "exclude_modules": null,16  "fan_in_fan_out": false,17  "inference_mode": true,18  "init_lora_weights": true,19  "layer_replication": null,20  "layers_pattern": null,21  "layers_to_transform": null,22  "loftq_config": {},23  "lora_alpha": 16,24  "lora_bias": false,25  "lora_dropout": 0,26  "megatron_config": null,27  "megatron_core": "megatron.core",28  "modules_to_save": null,29  "peft_type": "LORA",30  "peft_version": "0.18.1",31  "qalora_group_size": 16,32  "r": 16,33  "rank_pattern": {},34  "revision": null,35  "target_modules": [36    "q_proj",37    "up_proj",38    "k_proj",39    "gate_proj",40    "o_proj",41    "down_proj",42    "v_proj"43  ],44  "target_parameters": null,45  "task_type": "CAUSAL_LM",46  "trainable_token_indices": null,47  "use_dora": false,48  "use_qalora": false,49  "use_rslora": false50}