Views
No views yet
swiss-ai/Apertus-70B-Instruct-2509 for spice-sim tasks.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 "swiss-ai/Apertus-70B-Instruct-2509",
5 adapter_path="Ailiance-fr/apertus-spice-sim-lora",
6)
7
8print(generate(model, tokenizer, prompt="..."))| Hyperparameter | Value |
|---|---|
| Base model | swiss-ai/Apertus-70B-Instruct-2509 |
| Method | LoRA via mlx-lm |
| Rank | 16 |
| Scale | 2.0 |
| Alpha | 32 |
| Max seq length | 2048 |
| Iterations | 475 |
| Optimizer | Adam, LR 1e-5 |
| Hardware | Apple M3 Ultra 512 GB |
| Role | Dataset | License |
|---|---|---|
| Primary corpus | Ailiance-fr/mascarade-spice-dataset | cc-by-sa-4.0 |
electron-bench (the current
pipeline supports gemma-4-E4B base only). Training was completed with the
standard mlx-lm LoRA trainer (rank 16, alpha 32, scale 2.0, AdamW
LR 1e-5, 500 iters) — full hyperparameters are in the Training table above.swiss-ai/Apertus-70B-Instruct-2509gemma-4-E4B base, see the
base-vs-LoRA matrix.| Component | License |
|---|---|
Base model (swiss-ai/Apertus-70B-Instruct-2509) | apache-2.0 |
Training data (Ailiance-fr/mascarade-spice-dataset) | cc-by-sa-4.0 |
| LoRA adapter (this repo) | cc-by-sa-4.0 |
swiss-ai/Apertus-70B-Instruct-2509 released under apache-2.0.1@misc{ailiance_apertus_spice_sim_2026,
2 author = {Ailiance},
3 title = {Ailiance — Apertus-70B-Instruct spice-sim LoRA},
4 year = {2026},
5 publisher = {Hugging Face},
6 url = {https://huggingface.co/Ailiance-fr/apertus-spice-sim-lora}
7}| Task | Score | Notes |
|---|---|---|
| ARC-Easy acc / acc_norm | 0.81 / 0.77 | W3 lm-eval-harness BF16 |
| GSM8K-CoT | TIMEOUT (1800s budget) | base 70B BF16 too slow for CoT |
| MMLU-Pro Computer Science | TIMEOUT |
ailiance-apertus-<domain> on
https://www.ailiance.fr through the Apertus multi-LoRA hot-swap server
(Studio :9322, 1 base + 10 LoRA dynamic swap, ~40GB VRAM).