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