Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
model_creator: Mistral AI_
|
7 |
+
model_name: Mistral 7B Instruct v0.2
|
8 |
+
model_type: mistral
|
9 |
+
prompt_template: '<s>[INST] {prompt} [/INST]
|
10 |
+
'
|
11 |
+
---
|
12 |
+
|
13 |
+
# Mistral-7B-Instruct-v0.2-GGUF
|
14 |
+
|
15 |
+
New batch of quantized Mistral-7B-Instruct-v0.2 models using recent versions of llama.cpp.
|