Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
+
base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
|
3 |
+
inference: false
|
4 |
+
language:
|
5 |
+
- fr
|
6 |
+
- it
|
7 |
+
- de
|
8 |
+
- es
|
9 |
+
- en
|
10 |
license: apache-2.0
|
11 |
+
model_creator: Mistral AI_
|
12 |
+
model_name: Mixtral 8X7B Instruct v0.1
|
13 |
+
model_type: mixtral
|
14 |
+
prompt_template: '[INST] {prompt} [/INST]
|
15 |
+
|
16 |
+
'
|
17 |
+
quantized_by: OptimizeLLM
|
18 |
---
|