Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- mistral
|
5 |
+
- pretrained
|
6 |
+
---
|
7 |
+
|
8 |
+
Mistral-7B and airoboros-mistral2.2-7b glued together.
|
9 |
+
|
10 |
+
<!-- description start -->
|
11 |
+
## Description
|
12 |
+
|
13 |
+
This repo contains fp16 files of Mistral-11B-Airoboros-v0.1.
|
14 |
+
|
15 |
+
<!-- description end -->
|
16 |
+
<!-- description start -->
|
17 |
+
## Model used
|
18 |
+
|
19 |
+
- [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1/)
|
20 |
+
- [airoboros-mistral2.2-7b](https://huggingface.co/teknium/airoboros-mistral2.2-7b/)
|
21 |
+
|
22 |
+
<!-- description end -->
|
23 |
+
<!-- prompt-template start -->
|
24 |
+
## Prompt template: Alpaca
|
25 |
+
|
26 |
+
```
|
27 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
28 |
+
|
29 |
+
### Instruction:
|
30 |
+
{prompt}
|
31 |
+
|
32 |
+
### Response:
|
33 |
+
|
34 |
+
```
|
35 |
+
|
36 |
+
## The secret sauce
|
37 |
+
|
38 |
+
```
|
39 |
+
slices:
|
40 |
+
- sources:
|
41 |
+
- model: mistralai/Mistral-7B-v0.1
|
42 |
+
layer_range: [0, 24]
|
43 |
+
- sources:
|
44 |
+
- model: teknium/airoboros-mistral2.2-7b
|
45 |
+
layer_range: [8, 32]
|
46 |
+
merge_method: passthrough
|
47 |
+
dtype: float16
|
48 |
+
```
|
49 |
+
|
50 |
+
|
51 |
+
Special thanks to Sushi.
|
52 |
+
|
53 |
+
If you want to support me, you can [here](https://ko-fi.com/undiai).
|