grimjim commited on
Commit
2e4860d
1 Parent(s): 6e2644f

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/Kitsunebi-v1-Gemma2-8k-9B
4
- - anthracite-org/magnum-v3-9b-customgemma2
5
- library_name: transformers
6
- pipeline_tag: text-generation
7
- tags:
8
- - mergekit
9
- - merge
10
- license: gemma
11
- ---
12
- # gMagot-v1-Gemma2-8k-9B
13
-
14
- This repo contains a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
15
-
16
- This model is an experiment in using merger as a method of making an Instruct-heavy model less constrained in its text generation.
17
-
18
- Tested at temp=1, minP=0.01. Coherence is high, though not perfect. The low weight (0.2) infusion of the Magnum model provided needed variety to text generation. This model is being released because it is "good enough" and interesting. Inherent model safety is still strong due to Instruct base, but narratives are less bounded by positivity.
19
-
20
- When used, metadata link backs to this model are appreciated. The motivation is curiosity regarding what people do with this.
21
-
22
- ## Merge Details
23
- ### Merge Method
24
-
25
- This model was merged using the SLERP merge method.
26
-
27
- ### Models Merged
28
-
29
- The following models were included in the merge:
30
- * [grimjim/Kitsunebi-v1-Gemma2-8k-9B](https://huggingface.co/grimjim/Kitsunebi-v1-Gemma2-8k-9B)
31
- * [anthracite-org/magnum-v3-9b-customgemma2](https://huggingface.co/anthracite-org/magnum-v3-9b-customgemma2)
32
-
33
- ### Configuration
34
-
35
- The following YAML configuration was used to produce this model:
36
-
37
- ```yaml
38
- slices:
39
- - sources:
40
- - model: grimjim/Kitsunebi-v1-Gemma2-8k-9B
41
- layer_range: [0, 42]
42
- - model: anthracite-org/magnum-v3-9b-customgemma2
43
- layer_range: [0, 42]
44
- merge_method: slerp
45
- base_model: grimjim/Kitsunebi-v1-Gemma2-8k-9B
46
- parameters:
47
- t:
48
- - value: 0.2
49
- dtype: bfloat16
50
-
51
- ```
 
1
+ ---
2
+ base_model:
3
+ - grimjim/Kitsunebi-v1-Gemma2-8k-9B
4
+ - anthracite-org/magnum-v3-9b-customgemma2
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - mergekit
9
+ - merge
10
+ license: gemma
11
+ ---
12
+ # Magot-v1-Gemma2-8k-9B
13
+
14
+ This repo contains a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
15
+
16
+ This model is an experiment in using merger as a method of making an Instruct-heavy model less constrained in its text generation.
17
+
18
+ Tested at temp=1, minP=0.01. Coherence is high, though not perfect. The low weight (0.2) infusion of the Magnum model provided needed variety to text generation. This model is being released because it is "good enough" and interesting. Inherent model safety is still strong due to Instruct base, but narratives are less bounded by positivity.
19
+
20
+ When used, metadata link backs to this model are appreciated. The motivation is curiosity regarding what people do with this.
21
+
22
+ ## Merge Details
23
+ ### Merge Method
24
+
25
+ This model was merged using the SLERP merge method.
26
+
27
+ ### Models Merged
28
+
29
+ The following models were included in the merge:
30
+ * [grimjim/Kitsunebi-v1-Gemma2-8k-9B](https://huggingface.co/grimjim/Kitsunebi-v1-Gemma2-8k-9B)
31
+ * [anthracite-org/magnum-v3-9b-customgemma2](https://huggingface.co/anthracite-org/magnum-v3-9b-customgemma2)
32
+
33
+ ### Configuration
34
+
35
+ The following YAML configuration was used to produce this model:
36
+
37
+ ```yaml
38
+ slices:
39
+ - sources:
40
+ - model: grimjim/Kitsunebi-v1-Gemma2-8k-9B
41
+ layer_range: [0, 42]
42
+ - model: anthracite-org/magnum-v3-9b-customgemma2
43
+ layer_range: [0, 42]
44
+ merge_method: slerp
45
+ base_model: grimjim/Kitsunebi-v1-Gemma2-8k-9B
46
+ parameters:
47
+ t:
48
+ - value: 0.2
49
+ dtype: bfloat16
50
+
51
+ ```