Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
base_model: unsloth/llama-3.2-1b-unsloth-bnb-4bit
|
3 |
library_name: peft
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
title: "LoRA Model Demo"
|
4 |
+
emoji: "🤖"
|
5 |
+
colorFrom: "blue"
|
6 |
+
colorTo: "green"
|
7 |
+
sdk: gradio
|
8 |
+
sdk_version: "3.1.0" # You can specify the version if needed
|
9 |
+
app_file: app.py
|
10 |
+
pinned: false
|
11 |
+
---
|
12 |
+
|
13 |
+
|
14 |
---
|
15 |
base_model: unsloth/llama-3.2-1b-unsloth-bnb-4bit
|
16 |
library_name: peft
|