Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- llama
|
7 |
---
|
8 |
+
|
9 |
+
Thanks to everyone, who finenuted base Llama2 model, made (Q)LoRas, created scripts for merge: [ties-merge](https://github.com/cg123/ties-merge), [BlockMerge_Gradient](https://github.com/Gryphe/BlockMerge_Gradient), [zaraki-tools](https://github.com/zarakiquemparte/zaraki-tools)
|
10 |
+
#### Model details:
|
11 |
+
Experiment about merging model with large context length.
|
12 |
+
Here are settings for rope scaling, if you are using llama.cpp or koboldcpp:
|
13 |
+
```
|
14 |
+
--rope-freq-base 10000 --rope-freq-scale 0.25 -c 16384 (llama.cpp)
|
15 |
+
```
|
16 |
+
```
|
17 |
+
--ropeconfig 0.25 10000 --contextsize 16384 (koboldcpp)
|
18 |
+
```
|
19 |
+
|
20 |
+
#### Models used for the merge:
|
21 |
+
|
22 |
+
### Part1:
|
23 |
+
[Airoboros L2 13B 2.1](https://huggingface.co/jondurbin/airoboros-l2-13b-2.1) + [LLAMA2 13B - Holodeck](https://huggingface.co/KoboldAI/LLAMA2-13B-Holodeck-1) merged with Creative and Reasoning [Airoboros LMoE 13B 2.1](https://huggingface.co/jondurbin/airoboros-lmoe-13b-2.1)
|
24 |
+
### Part2:
|
25 |
+
[Chronos 13B V2](https://huggingface.co/elinas/chronos-13b-v2) merged with [Kimiko-v2-13B](https://huggingface.co/nRuaif/Kimiko-v2-13B) + [Nous-Hermes-Llama2-13b](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b) merged with [limarp-llama2](https://huggingface.co/lemonilia/limarp-llama2) and [limarp-llama2-v2](https://huggingface.co/lemonilia/limarp-llama2-v2) + [Synthia-13B](https://huggingface.co/migtissera/Synthia-13B) merged with [BluemoonRP-L2-13B](https://huggingface.co/nRuaif/BluemoonRP-L2-13B-This-time-will-be-better) and [LLama-2-13b-chat-erp-lora-mk2](https://huggingface.co/PocketDoc/DansHalfbakedAdapters) + [WizardLM-1.0-Uncensored-Llama2-13b](https://huggingface.co/ehartford/WizardLM-1.0-Uncensored-Llama2-13b) merged with [Llama-2-13B-Storywriter-LORA](https://huggingface.co/Blackroot/Llama-2-13B-Storywriter-LORA)
|
26 |
+
### Part3:
|
27 |
+
[Speechless Llama2 13B](https://huggingface.co/uukuguy/speechless-llama2-13b) + [Redmond Puffin 13B](https://huggingface.co/NousResearch/Redmond-Puffin-13B)
|
28 |
+
### Part4:
|
29 |
+
[Tsukasa 13B 16K](https://huggingface.co/ludis/tsukasa-13b-16k) (repo is deleted) + [EverythingLM-13b-V2-16k](https://huggingface.co/totally-not-an-llm/EverythingLM-13b-V2-16k)
|
30 |
+
### Part5:
|
31 |
+
TerraMix_L2_13B (base) was merged with [PIPPA ShareGPT Subset QLoRa 13B](https://huggingface.co/zarakiquemparte/PIPPA-ShareGPT-Subset-QLora-13b)
|
32 |
+
### Part6:
|
33 |
+
Three parts merged in one, then TsuryLM-L2-16K was merged with TerraMix_L2_13B (base).
|
34 |
+
|
35 |
+
Model is intended for creativity purposes (roleplay). It can regularly break formatting or sometimes have poor understanding about small details in occuring situations.
|
36 |
+
|
37 |
+
But yet, this model is almost absent from alignment, can generate direct output, moderately in prose, good in internet RP style.
|
38 |
+
|
39 |
+
### Limitations and risks
|
40 |
+
Llama2 and its derivatives (finetunes) is licensed under LLama 2 Community License, various finetunes or (Q)LoRAs has appropriate licenses depending on used datasets in finetuning or training (Quantized) Low-Rank Adaptations. This mix can generate heavily biased output, which aren't suitable for minors or common audience.
|