grimjim commited on
Commit
50f6b35
1 Parent(s): 1fe959d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -51
README.md CHANGED
@@ -1,51 +1,51 @@
1
- ---
2
- base_model:
3
- - grimjim/rogue-enchantress-32k-7B
4
- - grimjim/kunoichi-lemon-royale-v2-32K-7B
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
- license: cc-by-nc-4.0
10
- pipeline_tag: text-generation
11
- ---
12
- # kunoichi-lemon-royale-v3-32K-7B
13
-
14
- This is a merge of pre-trained Mistral 7B language models created using [mergekit](https://github.com/cg123/mergekit).
15
-
16
- With this merger, we explore *merge densification*, a merge approach that attempts to transfer and adapt some benefits of denser models. A highly creative model, which itself was merged from multiple dense models, was merged in at very low weight in order to lightly modify the base model. The result was expected to improve variability in output without significantly impacting the coherence in the base model.
17
-
18
- Tested with ChatML instruct templates, temperature 1.0, and minP 0.02. Practical context length should be at least 16K.
19
-
20
- The additional model merge weight of 0.02 was deliberately chosen to be on par with the minP setting.
21
-
22
- - Full weights: [grimjim/kunoichi-lemon-royale-v2-32K-7B](https://huggingface.co/grimjim/kunoichi-lemon-royale-v3-32K-7B)
23
-
24
- ## Merge Details
25
- ### Merge Method
26
-
27
- This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [grimjim/kunoichi-lemon-royale-v2-32K-7B](https://huggingface.co/grimjim/kunoichi-lemon-royale-v2-32K-7B) as a base.
28
-
29
- ### Models Merged
30
-
31
- The following model was also included in the merge:
32
- * [grimjim/rogue-enchantress-32k-7B](https://huggingface.co/grimjim/rogue-enchantress-32k-7B)
33
-
34
- ### Configuration
35
-
36
- The following YAML configuration was used to produce this model:
37
-
38
- ```yaml
39
- base_model: grimjim/kunoichi-lemon-royale-v2-32K-7B
40
- dtype: bfloat16
41
- merge_method: task_arithmetic
42
- slices:
43
- - sources:
44
- - layer_range: [0, 32]
45
- model: grimjim/kunoichi-lemon-royale-v2-32K-7B
46
- - layer_range: [0, 32]
47
- model: grimjim/rogue-enchantress-32k-7B
48
- parameters:
49
- weight: 0.02
50
-
51
- ```
 
1
+ ---
2
+ base_model:
3
+ - grimjim/rogue-enchantress-32k-7B
4
+ - grimjim/kunoichi-lemon-royale-v2-32K-7B
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+ license: cc-by-nc-4.0
10
+ pipeline_tag: text-generation
11
+ ---
12
+ # kunoichi-lemon-royale-v3-32K-7B
13
+
14
+ This is a merge of pre-trained Mistral 7B language models created using [mergekit](https://github.com/cg123/mergekit).
15
+
16
+ With this merger, we explore *merge densification*, a merge approach that attempts to transfer and adapt some benefits of denser models. A highly creative model, which itself was merged from multiple dense models, was merged in at very low weight in order to lightly modify the base model. The result was expected to improve variability in output without significantly impacting the coherence in the base model.
17
+
18
+ Tested with ChatML instruct templates, temperature 1.0, and minP 0.02. Practical context length should be at least 16K.
19
+
20
+ The additional model merge weight of 0.02 was deliberately chosen to be on par with the minP setting.
21
+
22
+ - Full weights: [grimjim/kunoichi-lemon-royale-v3-32K-7B](https://huggingface.co/grimjim/kunoichi-lemon-royale-v3-32K-7B)
23
+
24
+ ## Merge Details
25
+ ### Merge Method
26
+
27
+ This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [grimjim/kunoichi-lemon-royale-v2-32K-7B](https://huggingface.co/grimjim/kunoichi-lemon-royale-v2-32K-7B) as a base.
28
+
29
+ ### Models Merged
30
+
31
+ The following model was also included in the merge:
32
+ * [grimjim/rogue-enchantress-32k-7B](https://huggingface.co/grimjim/rogue-enchantress-32k-7B)
33
+
34
+ ### Configuration
35
+
36
+ The following YAML configuration was used to produce this model:
37
+
38
+ ```yaml
39
+ base_model: grimjim/kunoichi-lemon-royale-v2-32K-7B
40
+ dtype: bfloat16
41
+ merge_method: task_arithmetic
42
+ slices:
43
+ - sources:
44
+ - layer_range: [0, 32]
45
+ model: grimjim/kunoichi-lemon-royale-v2-32K-7B
46
+ - layer_range: [0, 32]
47
+ model: grimjim/rogue-enchantress-32k-7B
48
+ parameters:
49
+ weight: 0.02
50
+
51
+ ```