Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,21 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
-
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DeepSeek-Coder LoRA Playground
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.40.0"
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# 🤖 DeepSeek-Coder LoRA Playground
|
| 13 |
+
|
| 14 |
+
Fine-tunes and serves `deepseek-ai/deepseek-coder-1.3b-base` using QLoRA on the NL2SH-ALFA dataset.
|
| 15 |
+
|
| 16 |
+
## How to use
|
| 17 |
+
1. Type a natural-language command in the text box
|
| 18 |
+
2. Click **Generate Bash Command**
|
| 19 |
+
3. The corresponding shell command appears below
|
| 20 |
+
|
| 21 |
+
---
|