Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
Merge:
|
6 |
+
```shell
|
7 |
+
layer_slices:
|
8 |
+
- model: ./MXLewd-L2-20B-part2
|
9 |
+
start: 0
|
10 |
+
end: 16
|
11 |
+
- model: ./MXLewd-L2-20B-part1
|
12 |
+
start: 8
|
13 |
+
end: 20
|
14 |
+
- model: ./MXLewd-L2-20B-part2
|
15 |
+
start: 17
|
16 |
+
end: 32
|
17 |
+
- model: ./MXLewd-L2-20B-part1
|
18 |
+
start: 21
|
19 |
+
end: 40
|
20 |
+
```
|
21 |
+
Part 2 is ReMM (0.33) and Xwin (0.66)
|
22 |
+
|
23 |
+
Part 1 is Xwin (0.33) and MLewd (0.66)
|
24 |
+
<!-- description start -->
|
25 |
+
## Models used
|
26 |
+
|
27 |
+
- Undi95/MLewd-L2-13B-v2-3
|
28 |
+
- Undi95/ReMM-v2.1-L2-13B
|
29 |
+
- Xwin-LM/Xwin-LM-13B-V0.1
|
30 |
+
<!-- description end -->
|
31 |
+
|
32 |
+
Part 2 is ReMM (0.33) and Xwin (0.66)
|
33 |
+
|
34 |
+
Part 1 is Xwin (0.33) and MLewd (0.66)
|
35 |
+
## Prompt template: Alpaca
|
36 |
+
|
37 |
+
```
|
38 |
+
Below is an instruction that describes a task. Write a response that completes the request.
|
39 |
+
|
40 |
+
### Instruction:
|
41 |
+
{prompt}
|
42 |
+
|
43 |
+
### Response:
|
44 |
+
```
|