dataequity commited on
Commit
eddb54b
1 Parent(s): cfbba7c
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: mistralai/Mistral-7B-Instruct-v0.2
3
+ inference: false
4
  license: apache-2.0
5
+ 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
15
  ---
16
+
17
+ # Mistral 7B Instruct v0.2 - GGUF
18
+ - Model creator: [Mistral AI_](https://huggingface.co/mistralai)
19
+ - Original model: [Mistral 7B Instruct v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
20
+
21
+ <!-- description start -->
22
+ ## Description
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
+ ```