dataequity
commited on
Commit
•
c06ba66
1
Parent(s):
eddb54b
update
Browse files
README.md
CHANGED
@@ -6,9 +6,7 @@ model_creator: Mistral AI_
|
|
6 |
model_name: Mistral 7B Instruct v0.2
|
7 |
model_type: mistral
|
8 |
pipeline_tag: text-generation
|
9 |
-
prompt_template: '<s>[INST] {prompt} [/INST]
|
10 |
|
11 |
-
'
|
12 |
quantized_by: TheBloke
|
13 |
tags:
|
14 |
- finetuned
|
@@ -23,12 +21,13 @@ tags:
|
|
23 |
|
24 |
This repo contains GGUF format model files for [Mistral AI_'s Mistral 7B Instruct v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
|
25 |
|
26 |
-
These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
|
27 |
-
|
28 |
-
|
29 |
## Prompt template: Mistral
|
30 |
|
31 |
```
|
32 |
<s>[INST] {prompt} [/INST]
|
33 |
|
34 |
-
```
|
|
|
|
|
|
|
|
|
|
6 |
model_name: Mistral 7B Instruct v0.2
|
7 |
model_type: mistral
|
8 |
pipeline_tag: text-generation
|
|
|
9 |
|
|
|
10 |
quantized_by: TheBloke
|
11 |
tags:
|
12 |
- finetuned
|
|
|
21 |
|
22 |
This repo contains GGUF format model files for [Mistral AI_'s Mistral 7B Instruct v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
|
23 |
|
|
|
|
|
|
|
24 |
## Prompt template: Mistral
|
25 |
|
26 |
```
|
27 |
<s>[INST] {prompt} [/INST]
|
28 |
|
29 |
+
```
|
30 |
+
|
31 |
+
## Citation
|
32 |
+
|
33 |
+
TheBloke
|