Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser
|
3 |
+
datasets:
|
4 |
+
- ehartford/dolphin
|
5 |
+
- jondurbin/airoboros-2.2.1
|
6 |
+
- ehartford/dolphin-coder
|
7 |
+
- teknium/openhermes
|
8 |
+
- ise-uiuc/Magicoder-OSS-Instruct-75K
|
9 |
+
- ise-uiuc/Magicoder-Evol-Instruct-110K
|
10 |
+
- LDJnr/Capybara
|
11 |
+
inference: false
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
license: apache-2.0
|
15 |
+
model_creator: Cognitive Computations
|
16 |
+
model_name: Dolphin 2.6 Mistral 7B DPO Laser
|
17 |
+
model_type: mistral
|
18 |
+
prompt_template: '<|im_start|>system
|
19 |
+
|
20 |
+
{system_message}<|im_end|>
|
21 |
+
|
22 |
+
<|im_start|>user
|
23 |
+
|
24 |
+
{prompt}<|im_end|>
|
25 |
+
|
26 |
+
<|im_start|>assistant
|
27 |
+
|
28 |
+
'
|
29 |
+
quantized_by: lr1729
|
30 |
+
---
|
31 |
+
GGUF quants of https://huggingface.co/cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser with importance matrix calculations run on 20k_random_data.txt for improved perplexity.
|