Views
No views yet
lmstudio-community/gemma-4-E4B-it-MLX-4bit for the aggro-test domain (electronics, embedded, KiCad, SPICE).Maintained by Ailiance — French AI org publishing EU AI Act aligned LoRA adapters and datasets.
1from mlx_lm import load, generate
2
3model, tokenizer = load(
4 "lmstudio-community/gemma-4-E4B-it-MLX-4bit",
5 adapter_path="Ailiance-fr/gemma-4-E4B-aggro-test-lora",
6)
7
8print(generate(model, tokenizer, prompt="..."))electron-bench functional pipeline
(Phases P1 → P6, base vs LoRA).| Task | Result |
|---|---|
| status | experimental |
compare_base_vs_lora.md.| Component | License |
|---|---|
Base model weights (lmstudio-community/gemma-4-E4B-it-MLX-4bit) | Gemma Terms of Use |
Training data (Ailiance-fr/kill-life-embedded-qa) | cc-by-sa-4.0 |
| LoRA adapter (this repo) | CC-BY-SA-4.0 |
Ailiance-fr/kill-life-embedded-qa (cc-by-sa-4.0).
See the Ailiance-fr catalog for related cards.1@misc{ailiance_gemma_4_E4B_aggro_test_lora_2026,
2 author = {Ailiance},
3 title = {Ailiance — Gemma 4 E4B aggro-test LoRA},
4 year = {2026},
5 publisher = {Hugging Face},
6 url = {https://huggingface.co/Ailiance-fr/gemma-4-E4B-aggro-test-lora}
7}| Variant | composite | parse_ok | erc_clean | erc_low_warn |
|---|---|---|---|---|
| gemma-4-E4B base | 0.060 | 0 | 0 | 0 |
| This LoRA (tuned) | 0.060 | 0 | 0 | 0 |
| Delta | 0.000 | 0 | 0 | 0 |
parse_ok=0 — domain transfer pcb→sch fails on every variant. The
floor reflects the composite formula weights
(0.30·parse + 0.40·no-extra-errs + 0.30·no-extra-warns), not actual valid
generation.