Initial README
Browse files
README.md
CHANGED
@@ -2,4 +2,46 @@
|
|
2 |
license: other
|
3 |
license_name: microsoft-research-license
|
4 |
license_link: https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE
|
|
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: microsoft-research-license
|
4 |
license_link: https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE
|
5 |
+
pipeline_tag: text-generation
|
6 |
---
|
7 |
+
|
8 |
+
# OrcaMaidXL-17B-32k
|
9 |
+
|
10 |
+
This is a a slightly experimental frankenmerge of Microsoft's [Orca-2-13b](https://huggingface.co/microsoft/Orca-2-13b) and Undi and IkariDev's [Noromaid-v0.2-13b](https://huggingface.co/NeverSleep/Noromaid-13b-v0.2).
|
11 |
+
|
12 |
+
The model recipe is as follows:
|
13 |
+
|
14 |
+
```
|
15 |
+
- [0, 12] from Noromaid (12 layers)
|
16 |
+
- [12, 22] from Orca (10 layers)
|
17 |
+
- [14, 24] from Orca (10 layers)
|
18 |
+
- [18, 28] from Orca (10 layers)
|
19 |
+
- [28, 40] from Noromaid (12 layers)
|
20 |
+
```
|
21 |
+
|
22 |
+
The model performs exceptionally.
|
23 |
+
|
24 |
+
The prompt format is Alpaca. You can use the standard format as shown, but for best results, you should customize the system prompt to your specific needs.
|
25 |
+
|
26 |
+
```
|
27 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
28 |
+
|
29 |
+
### Instruction:
|
30 |
+
{YOUR MESSAGE HERE}
|
31 |
+
|
32 |
+
### Response:
|
33 |
+
{BOT MESSAGE HERE}
|
34 |
+
|
35 |
+
|
36 |
+
```
|
37 |
+
|
38 |
+
### Misc. information
|
39 |
+
- Model size is 17.46B
|
40 |
+
- BOS token is `<s>`
|
41 |
+
- EOS token is `</s>`
|
42 |
+
- Native context length is `32768` via YaRN (original context length was `4096`)
|
43 |
+
- Base model is Llama 2
|
44 |
+
- Due to the inclusion of Orca-2-13b, the model is subject to the terms of the [Microsoft Research License](https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE)
|
45 |
+
|
46 |
+
### Thanks
|
47 |
+
- Thanks to [Undi](https://ko-fi.com/undiai) and [IkariDev](https://ikaridevgit.github.io/) for Noromaid
|