Commit
·
735e134
1
Parent(s):
c1eaaab
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
tags:
|
5 |
+
- finetuned
|
6 |
+
inference: false
|
7 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
8 |
+
model_creator: Mistral AI_
|
9 |
+
model_name: Mistral 7B Instruct v0.2
|
10 |
+
model_type: mistral
|
11 |
+
prompt_template: '<s>[INST] {prompt} [/INST]
|
12 |
+
'
|
13 |
+
quantized_by: wenqiglantz
|
14 |
+
---
|
15 |
+
|
16 |
+
# Mistral 7B Instruct v0.2 - GGUF
|
17 |
+
- Model creator: [Mistral AI_](https://huggingface.co/mistralai)
|
18 |
+
- Original model: [Mistral 7B Instruct v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
19 |
+
|
20 |
+
<!-- description start -->
|
21 |
+
## Description
|
22 |
+
|
23 |
+
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).
|
24 |
+
|
25 |
+
This model was quantized in Google Colab.
|