Views
No views yet
| Base | mlx-community/Qwen3-1.7B-4bit |
| Train | 190 / 8 epochs / val loss 0.486 |
| Gold | caiotheodoro/plumb train_handseeded |
| sw-recall | precision | exact | parse | |
|---|---|---|---|---|
| this | 0.318 [0.290, 0.347] | 0.308 [0.279, 0.337] | 0.178 | 1.000 |
| Ornith-only | 0.241 [0.214, 0.268] | 0.111 [0.098, 0.124] | 0.084 | 0.997 |
| blend | 0.334 [0.306, 0.363] | 0.374 [0.342, 0.406] | 0.228 | 1.000 |
1from huggingface_hub import snapshot_download
2from mlx_lm.lora import load
3path = snapshot_download("caiotheodoro/plumb-handseeded")
4model, tokenizer = load("mlx-community/Qwen3-1.7B-4bit", adapter_path=path)