Views
No views yet
mistralai/Mistral-7B-v0.3. Its 14-task latent table and canonical LoRA-generating core were
learned jointly from Qwen3-1.7B and Qwen3-4B and frozen during refitting. Only a fresh Mistral
alignment was trained.acc_norm). Gold continuation token-mean NLL was tracked separately.| Model | Macro acc_norm |
|---|---|
| Frozen Mistral 7B v0.3 | 0.6127 |
| PorTAL-adapted | 0.7914 |
| Absolute lift | +0.1787 |
metrics.json.mistralai/Mistral-7B-v0.3 at
caa1feb0e54d415e2df31207e5f4e273e33509b1RampPublic/portal-qwen3-4b@v0.2.0RampPublic/portallib-tasks at
ffc3c0e44f529bf64a5ae62ed5db090952db97ea2e-5, linear decay with 10% warmup,
norm-equalized task gradients, character-normalized choice-loss weight 3, seed 0acc_norm, with lower gold NLL as the tie-breakerexamples/configs/refits/mistral-7b.toml.portallib>=0.2.1, then load the immutable artifact revision:1from portallib import PortalModel
2
3portal = PortalModel.from_pretrained(
4 "RampPublic/portal-mistral-7b",
5 revision="v0.2.1",
6)
7portal.export_peft("rte", "./portal-rte-mistral-7b")