Xin Liu
commited on
Commit
·
14604ff
1
Parent(s):
6780fe6
Add
Browse filesSigned-off-by: Xin Liu <[email protected]>
- .gitattributes +1 -0
- README.md +9 -3
- mixtral-8x7b-instruct-v0.1.Q4_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Mixtral-8x7B-Instruct-v0.1
|
2 |
+
|
3 |
+
## Prompt Template
|
4 |
+
|
5 |
+
The prompt template type used in `llama-api-server` and `llama-chat` is `mistral-instruct`
|
6 |
+
|
7 |
+
```text
|
8 |
+
<s> [INST] {user_message_1} [/INST] {assitant_message_1}</s> [INST] {user_message_2} [/INST]
|
9 |
+
```
|
mixtral-8x7b-instruct-v0.1.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c57465507f21bed4364fca37efd310bee92e25a4ce4f5678ef9b44e95830e4e
|
3 |
+
size 26441533376
|