Spaces:
Running
Running
ehristoforu
commited on
Commit
•
5483c72
1
Parent(s):
17cf727
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,17 @@
|
|
1 |
---
|
2 |
-
title: Mistral
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.31.5
|
8 |
app_file: app.py
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Mistral-7B-v0.3 Fast Chat
|
3 |
+
emoji: 🏃
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.31.5
|
8 |
app_file: app.py
|
9 |
+
models:
|
10 |
+
- mistralai/Mistral-7B-v0.3
|
11 |
+
- mistralai/Mistral-7B-Instruct-v0.3
|
12 |
+
pinned: true
|
13 |
+
license: mit
|
14 |
+
short_description: Fast chatting with Mistral v0.3
|
15 |
---
|
16 |
|
17 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|