JoeStrout commited on
Commit
e4290ed
Β·
verified Β·
1 Parent(s): ef01f9d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -1,12 +1,22 @@
1
  ---
2
- title: Miniscript Code Helper
3
- emoji: πŸƒ
4
- colorFrom: purple
5
- colorTo: purple
6
  sdk: gradio
7
- sdk_version: 6.12.0
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
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.