Ais
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,18 @@
|
|
1 |
---
|
2 |
title: aigen
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
|
|
7 |
pinned: false
|
8 |
-
|
|
|
|
|
|
|
9 |
---
|
10 |
|
|
|
11 |
# Aigen Chatbot
|
12 |
|
13 |
-
This is a LoRA fine-tuned chatbot using FastAPI + Mistral-7B-Instruct.
|
|
|
1 |
---
|
2 |
title: aigen
|
3 |
+
emoji: ⚡
|
4 |
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
sdk: docker
|
7 |
+
app_file: start.sh
|
8 |
pinned: false
|
9 |
+
secrets:
|
10 |
+
- HF_TOKEN
|
11 |
+
license: mit
|
12 |
+
short_description: LOL - This is LoRA tuned chatbot using FastAPI + Mistral-7B
|
13 |
---
|
14 |
|
15 |
+
|
16 |
# Aigen Chatbot
|
17 |
|
18 |
+
This is a LoRA fine-tuned chatbot using FastAPI + Mistral-7B-Instruct.
|