Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Mistral-7B-Doc-Chat
|
2 |
-
Doc QA
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Mistral 7B Doc Chat
|
3 |
+
emoji: 🌍
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.12.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: true
|
10 |
+
---
|
11 |
+
|
12 |
# Mistral-7B-Doc-Chat
|
13 |
+
- Simple demo showing Doc QA using Mistral-7B model
|
14 |
+
- [Demo is hosted on huggingface here](https://huggingface.co/spaces/akshay326/Mistral-7B-Doc-Chat)
|
15 |
+
|
16 |
+
## References
|
17 |
+
- https://huggingface.co/docs/hub/spaces-github-actions
|