Initial release
Browse files- .gitattributes +1 -0
- README.md +65 -0
- lemonade-rebase-32k-7B.Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,68 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- alpindale/Mistral-7B-v0.2-hf
|
4 |
+
- cgato/Thespis-7b-v0.5-SFTTest-2Epoch
|
5 |
+
- NeverSleep/Noromaid-7B-0.4-DPO
|
6 |
+
- NurtureAI/neural-chat-7b-v3-1-16k
|
7 |
+
- cgato/Thespis-CurtainCall-7b-v0.2.2
|
8 |
+
- tavtav/eros-7b-test
|
9 |
+
library_name: transformers
|
10 |
+
tags:
|
11 |
+
- mergekit
|
12 |
+
- merge
|
13 |
license: cc-by-4.0
|
14 |
---
|
15 |
+
# lemonade-rebase-32k-7B
|
16 |
+
|
17 |
+
This is Q8_0 GGUF quant of a rebase merge using the formula from [KatyTheCutie/LemonadeRP-4.5.3](https://huggingface.co/KatyTheCutie/LemonadeRP-4.5.3) on Mistral v0.2 7B base (instead of v0.1), for 32K context length (eliminating the 4K sliding window), with rope theta (re)set to 40K. No other changes were made.
|
18 |
+
|
19 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
20 |
+
|
21 |
+
## Merge Details
|
22 |
+
### Merge Method
|
23 |
+
|
24 |
+
This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [alpindale/Mistral-7B-v0.2-hf](https://huggingface.co/alpindale/Mistral-7B-v0.2-hf) as a base.
|
25 |
+
|
26 |
+
### Models Merged
|
27 |
+
|
28 |
+
The following models were included in the merge:
|
29 |
+
* [cgato/Thespis-7b-v0.5-SFTTest-2Epoch](https://huggingface.co/cgato/Thespis-7b-v0.5-SFTTest-2Epoch)
|
30 |
+
* [NeverSleep/Noromaid-7B-0.4-DPO](https://huggingface.co/NeverSleep/Noromaid-7B-0.4-DPO)
|
31 |
+
* [NurtureAI/neural-chat-7b-v3-1-16k](https://huggingface.co/NurtureAI/neural-chat-7b-v3-1-16k)
|
32 |
+
* [cgato/Thespis-CurtainCall-7b-v0.2.2](https://huggingface.co/cgato/Thespis-CurtainCall-7b-v0.2.2)
|
33 |
+
* [tavtav/eros-7b-test](https://huggingface.co/tavtav/eros-7b-test)
|
34 |
+
|
35 |
+
### Configuration
|
36 |
+
|
37 |
+
The following YAML configuration was used to produce this model:
|
38 |
+
|
39 |
+
```yaml
|
40 |
+
base_model: alpindale/Mistral-7B-v0.2-hf
|
41 |
+
dtype: float16
|
42 |
+
merge_method: task_arithmetic
|
43 |
+
slices:
|
44 |
+
- sources:
|
45 |
+
- layer_range: [0, 32]
|
46 |
+
model: alpindale/Mistral-7B-v0.2-hf
|
47 |
+
- layer_range: [0, 32]
|
48 |
+
model: NeverSleep/Noromaid-7B-0.4-DPO
|
49 |
+
parameters:
|
50 |
+
weight: 0.37
|
51 |
+
- layer_range: [0, 32]
|
52 |
+
model: cgato/Thespis-CurtainCall-7b-v0.2.2
|
53 |
+
parameters:
|
54 |
+
weight: 0.32
|
55 |
+
- layer_range: [0, 32]
|
56 |
+
model: NurtureAI/neural-chat-7b-v3-1-16k
|
57 |
+
parameters:
|
58 |
+
weight: 0.15
|
59 |
+
- layer_range: [0, 32]
|
60 |
+
model: cgato/Thespis-7b-v0.5-SFTTest-2Epoch
|
61 |
+
parameters:
|
62 |
+
weight: 0.38
|
63 |
+
- layer_range: [0, 32]
|
64 |
+
model: tavtav/eros-7b-test
|
65 |
+
parameters:
|
66 |
+
weight: 0.18
|
67 |
+
|
68 |
+
```
|
lemonade-rebase-32k-7B.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57a98192a20c48446bfd3d1b84af86de36c949a00dd5037076da8ec05552cef0
|
3 |
+
size 7695857376
|