Views
No views yet
Qwen3.6-35B-A3B (MoE 35B, 8 experts of 256, A3B activation).micro-kiki project, L'Electron Rare, April 2026.| Parameter | Value |
|---|---|
| Framework | mlx_lm (Apple Silicon MLX) |
| Hardware | Mac Studio M3 Ultra, 512 GB unified memory |
| Fine-tune type | LoRA |
| Rank | 16 |
| Alpha | 16 |
| Dropout | 0.0 |
| Scale | 20.0 |
| Target layers | 32 |
| Iterations | 200 per domain |
| Batch size | 1 |
| Learning rate | 1e-5 |
| Max seq length | 1024 |
| Grad checkpoint | true |
<domain>/
adapters.safetensors # final LoRA weights
0000200_adapters.safetensors # checkpoint at iter 200
adapter_config.json # PEFT config
config-<domain>.yaml # training config per domain
log-<domain>.txt # training log (loss curves, warnings)1from mlx_lm import load, generate
2
3model, tokenizer = load(
4 "Qwen/Qwen3.6-35B-A3B",
5 adapter_path="path/to/this-repo/math",
6)
7print(generate(model, tokenizer, prompt="Prove the Pythagorean theorem.", max_tokens=512))llm-ops domain had a Metal backend crash right after save; weights are
intact but the post-training eval did not complete.components, electronics, llm-ops, security) are
~2.4 GB instead of 3.8 GB — smaller datasets or shorter effective rank.@software{microkiki_v4sota_2026,
author = {Saillant, Clément},
title = {Micro-Kiki 35B A3B V4-SOTA LoRA Adapters},
year = {2026},
month = {4},
url = {https://huggingface.co/electron-rare/micro-kiki-35b-a3b-v4-sota-lora}
}| Field | Value |
|---|---|
| Provider | L'Électron Rare (clemsail / electron-rare) |
| Role under AI Act | GPAI provider for this adapter |
| Base model | Qwen/Qwen3.6-35B-A3B — see upstream provenance |
| Adapter type | LoRA / PEFT — adapter weights only; base unchanged |
| Training data origin | L'Électron Rare proprietary technical corpus + curated public docs |
| License | Apache-2.0 (adapter). Upstream base licence applies separately. |
| Intended use | Multi-domain technical assistance — engineering, KiCad, embedded, code, FR/EN chat |
| Out of scope | Healthcare diagnosis, legal advice, autonomous safety-critical decisions, generation of malicious code |
| Risk classification | Limited risk — Article 50 transparency obligations apply |
| Copyright respect | Training data does not include scraped copyrighted material. Opt-out signals (robots.txt, ai.txt) are honoured for web-sourced data. |
| Full provenance | https://github.com/L-electron-Rare/eu-kiki/tree/main/docs/provenance |
| Contact | postmaster@saillant.cc — biased output reports, copyright concerns, etc. |