Spaces:
Runtime error
Runtime error
File size: 771 Bytes
ef01f9d e4290ed ef01f9d d1bcf24 ef01f9d e4290ed ef01f9d e4290ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
title: MiniScript Code Helper
emoji: π»
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: "5.9.0"
app_file: app.py
pinned: false
license: mit
hardware: a10g-small
---
# MiniScript Code Helper
An AI assistant for the [MiniScript](https://miniscript.org) programming language, powered by:
- **Base model**: [Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct)
- **Fine-tuning**: QLoRA adapter trained on a MiniScript Q&A corpus ([JoeStrout/miniscript-code-helper-lora](https://huggingface.co/JoeStrout/miniscript-code-helper-lora))
- **RAG**: ChromaDB vector index over the MiniScript manual, quick reference, and example code
Ask it anything about MiniScript β syntax, built-in functions, idioms, debugging tips, and more.
|