Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
language:
|
2 |
+
- en
|
3 |
+
license: apache-2.0
|
4 |
+
model-index:
|
5 |
+
- name: OpenAutolycus-2.5-Mistral-7B
|
6 |
+
results: []
|
7 |
+
model_creator: FPHam
|
8 |
+
model_name: OpenAutolycus 2 Mistral 7B
|
9 |
+
model_type: mistral
|
10 |
+
prompt_template: '<|im_start|>system
|
11 |
+
|
12 |
+
{system_message}<|im_end|>
|
13 |
+
|
14 |
+
<|im_start|>user
|
15 |
+
|
16 |
+
{prompt}<|im_end|>
|
17 |
+
|
18 |
+
<|im_start|>assistant
|
19 |
+
|
20 |
+
'
|
21 |
+
---
|
22 |
+
tags:
|
23 |
+
- mistral
|
24 |
+
- instruct
|
25 |
+
- finetune
|
26 |
+
- chatml
|
27 |
+
- gpt4
|
28 |
+
- synthetic data
|
29 |
+
- distillation
|
30 |
+
---
|
31 |
+
|
32 |
+
Autolycus is son of Hermes.
|
33 |
+
OpenAutolycus is a language refinement of OpenHermes with pushing it's responses to more natural language.
|
34 |
+
|
35 |
+
Based on OpenHermes
|