Tristan Druyen
commited on
Commit
•
1311ceb
1
Parent(s):
bfec9f0
Fix README.md
Browse files
README.md
CHANGED
@@ -1,30 +1,23 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
tags:
|
4 |
- Mistral
|
5 |
- instruct
|
6 |
-
- finetune
|
7 |
-
- chatml
|
8 |
-
- DPO
|
9 |
-
- RLHF
|
10 |
-
- gpt4
|
11 |
-
- synthetic data
|
12 |
-
- distillation
|
13 |
-
- function calling
|
14 |
-
- json mode
|
15 |
model-index:
|
16 |
-
- name:
|
17 |
results: []
|
18 |
license: apache-2.0
|
19 |
language:
|
|
|
|
|
|
|
|
|
20 |
- en
|
21 |
-
datasets:
|
22 |
-
- teknium/OpenHermes-2.5
|
23 |
---
|
24 |
|
25 |
-
#
|
26 |
|
27 |
-
Source Model: [
|
28 |
Quantized with [llama.cpp](https://github.com/ggerganov/llama.cpp) commit [46acb3676718b983157058aecf729a2064fc7d34](https://github.com/ggerganov/llama.cpp/commit/46acb3676718b983157058aecf729a2064fc7d34)
|
29 |
Imatrix was generated from the f16 gguf via this command:
|
30 |
|
|
|
1 |
---
|
2 |
+
base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
|
3 |
tags:
|
4 |
- Mistral
|
5 |
- instruct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
+
- name: Mixtral-8x7B-Instruct-v0.1-iMat-GGUF
|
8 |
results: []
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
+
- fr
|
12 |
+
- it
|
13 |
+
- de
|
14 |
+
- es
|
15 |
- en
|
|
|
|
|
16 |
---
|
17 |
|
18 |
+
# Mixtral-8x7B-Instruct-v0.1-iMat-GGUF
|
19 |
|
20 |
+
Source Model: [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1)
|
21 |
Quantized with [llama.cpp](https://github.com/ggerganov/llama.cpp) commit [46acb3676718b983157058aecf729a2064fc7d34](https://github.com/ggerganov/llama.cpp/commit/46acb3676718b983157058aecf729a2064fc7d34)
|
22 |
Imatrix was generated from the f16 gguf via this command:
|
23 |
|