robgreenberg3 commited on
Commit
fab5d80
·
verified ·
1 Parent(s): e41be80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -1,12 +1,28 @@
1
  ---
2
  language:
 
3
  - fr
4
  - it
5
  - de
6
  - es
7
- - en
 
 
 
 
 
 
 
 
8
  license: apache-2.0
9
- base_model: mistralai/Mixtral-8x7B-v0.1
 
 
 
 
 
 
 
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