Instructions to use CodePit/PlanGuard-0.2-Seed-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use CodePit/PlanGuard-0.2-Seed-LoRA with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir PlanGuard-0.2-Seed-LoRA CodePit/PlanGuard-0.2-Seed-LoRA
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 339 Bytes
4380a25 | 1 2 3 4 5 6 7 8 9 10 11 | {
"adapter_path": "artifacts/planguard-training/adapters/planguard-0.2-seed",
"base_model": "mlx-community/Qwen2.5-0.5B-Instruct-bf16",
"note": "Parsed from local MLX-LM masked test run in /tmp/planguard-v02-mlx-test.log.",
"test_loss": 0.015,
"test_ppl": 1.015,
"train_rows": 39,
"validation_rows": 10,
"version": "0.2"
}
|