Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
•
c1ba757
1
Parent(s):
ca677a9
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
---
|
2 |
-
title: Mixtral
|
3 |
emoji: 🦊
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.8.0
|
8 |
app_file: app.py
|
9 |
-
models:
|
|
|
|
|
10 |
pinned: true
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Mixtral-46.7B
|
3 |
emoji: 🦊
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.8.0
|
8 |
app_file: app.py
|
9 |
+
models:
|
10 |
+
- mistralai/Mixtral-8x7B-v0.1
|
11 |
+
- mistralai/Mixtral-8x7B-Instruct-v0.1
|
12 |
pinned: true
|
13 |
+
license: mit
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|