Update Model tags
Browse files
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- text-generation-inference
|
7 |
+
- transformers
|
8 |
+
- unsloth
|
9 |
+
- mistral
|
10 |
+
- trl
|
11 |
+
- sft
|
12 |
+
- quantized
|
13 |
+
- 4-bit
|
14 |
+
- AWQ
|
15 |
+
- text-generation
|
16 |
+
- autotrain_compatible
|
17 |
+
- endpoints_compatible
|
18 |
+
- chatml
|
19 |
+
model_creator: macadeliccc
|
20 |
+
model_name: Mistral-7B-v0.2-OpenHermes
|
21 |
+
model_type: mistral
|
22 |
+
pipeline_tag: text-generation
|
23 |
+
inference: false
|
24 |
+
prompt_template: '<|im_start|>system
|
25 |
+
|
26 |
+
{system_message}<|im_end|>
|
27 |
+
|
28 |
+
<|im_start|>user
|
29 |
+
|
30 |
+
{prompt}<|im_end|>
|
31 |
+
|
32 |
+
<|im_start|>assistant
|
33 |
+
|
34 |
+
'
|
35 |
+
quantized_by: Suparious
|
36 |
+
base_model: alpindale/Mistral-7B-v0.2
|
37 |
---
|
38 |
+
# macadeliccc/Mistral-7B-v0.2-OpenHermes AWQ
|
39 |
+
|
40 |
+
**UPLOAD IN PROGRESS**
|
41 |
+
|
42 |
+
- Model creator: [macadeliccc](https://huggingface.co/macadeliccc)
|
43 |
+
- Original model: [Mistral-7B-v0.2-OpenHermes](https://huggingface.co/macadeliccc/Mistral-7B-v0.2-OpenHermes)
|