Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,28 @@
|
|
1 |
---
|
2 |
language:
|
|
|
3 |
- fr
|
4 |
- it
|
5 |
- de
|
6 |
- es
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
license: apache-2.0
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
inference:
|
11 |
parameters:
|
12 |
temperature: 0.5
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- en
|
4 |
- fr
|
5 |
- it
|
6 |
- de
|
7 |
- es
|
8 |
+
base_model:
|
9 |
+
- mistralai/Mixtral-8x7B-Instruct-v0.1
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
tags:
|
12 |
+
- mixtral
|
13 |
+
- vllm
|
14 |
+
- conversational
|
15 |
+
- text-generation-inference
|
16 |
+
- mistral
|
17 |
license: apache-2.0
|
18 |
+
license_name: apache-2.0
|
19 |
+
name: RedHatAI/Mixtral-8x7B-Instruct-v0.1
|
20 |
+
description: A pretrained generative Sparse Mixture of Experts model with 8x7B parameters.
|
21 |
+
readme: https://huggingface.co/RedHatAI/Mixtral-8x7B-Instruct-v0.1/main/README.md
|
22 |
+
tasks:
|
23 |
+
- text-to-text
|
24 |
+
provider: Mistral AI
|
25 |
+
license_link: https://www.apache.org/licenses/LICENSE-2.0
|
26 |
inference:
|
27 |
parameters:
|
28 |
temperature: 0.5
|