Quant Studio Gemma 4 E4B Quant DSL v0.1 LoRA GGUF
This repository contains a runtime-loadable llama.cpp LoRA adapter GGUF for Quant Studio Quant DSL v0.1 experiments.
- Repository: coders1/quantstudio-gemma4-e4b-quant-dsl-v0-1-lora-gguf
- Artifact ID: quant_dsl_v0_1_gemma4__gemma4_quant_dsl_v0_1_e4b_lora
- Dataset ID: quant_dsl_v0_1_gemma4
- DSL version: Quant DSL v0.1
- Adapter file: quant_dsl_v0_1_gemma4_e4b_finetuned_lora.gguf
- Adapter size: 532.28 MiB
- SHA256: f80f71149950e7b2ab606f775454f0bd9508829754c4ff8e6c06f7ea97b687ec
What This Is
This is an adapter-only artifact. It is not a merged model and it is not a standalone checkpoint.
You must load it together with a compatible Gemma 4 E4B base GGUF in llama.cpp.
- Base preset: gemma4-e4b-it-q4km
- Base display name: Gemma 4 E4B Instruct Q4_K_M
- Tested local base path: D:/Models/gemma-4-e4b-it-Q4_K_M.gguf
- Adapter scale: 1.0
LoRA Recipe
- Rank: 64
- Alpha: 128
- Dropout: 0.05
- Target modules: q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj
llama.cpp Usage
llama-cli -m /path/to/gemma-4-e4b-it-Q4_K_M.gguf --lora /path/to/quant_dsl_v0_1_gemma4_e4b_finetuned_lora.gguf
You can also use the adapter in Quant Studio with:
- Base model downloaded from Hugging Face
- Adapter GGUF downloaded from the Quant Studio artifact server
Notes
- This artifact was exported as a GGUF LoRA adapter for runtime attachment.
- The tested training model family is
google/gemma-4-E4B-it.
- A compatible Gemma base model is still required at inference time.
- Gemma terms apply to Gemma derivatives and downstream usage.