Disya commited on
Commit
53cdba6
·
verified ·
1 Parent(s): 344723b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -43
README.md CHANGED
@@ -1,43 +1,45 @@
1
- ---
2
- base_model: []
3
- library_name: transformers
4
- tags:
5
- - mergekit
6
- - merge
7
-
8
- ---
9
- # Qwen3-14B-CreativeWrite-Merge
10
-
11
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
12
-
13
- ## Merge Details
14
- ### Merge Method
15
-
16
- This model was merged using the [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using Squelching-Fantasies-qw3-14B as a base.
17
-
18
- ### Models Merged
19
-
20
- The following models were included in the merge:
21
- * The-Omega-Directive-Qwen3-14B-v1.1
22
- * Vitus-Qwen3-14B
23
-
24
- ### Configuration
25
-
26
- The following YAML configuration was used to produce this model:
27
-
28
- ```yaml
29
- merge_method: dare_ties
30
- base_model: Squelching-Fantasies-qw3-14B
31
- models:
32
- - model: Squelching-Fantasies-qw3-14B
33
- parameters:
34
- weight: 0.4
35
- - model: Vitus-Qwen3-14B
36
- parameters:
37
- weight: 0.35
38
- - model: The-Omega-Directive-Qwen3-14B-v1.1
39
- parameters:
40
- weight: 0.25
41
- parameters:
42
- density: 0.4
43
- ```
 
 
 
1
+ ---
2
+ base_model:
3
+ - nbeerbower/Vitus-Qwen3-14B
4
+ - Mawdistical/Squelching-Fantasies-qw3-14B
5
+ - ReadyArt/The-Omega-Directive-Qwen3-14B-v1.1
6
+ library_name: transformers
7
+ tags:
8
+ - mergekit
9
+ - merge
10
+ ---
11
+ # Qwen3-14B-CreativeWrite-Merge
12
+
13
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
+
15
+ ## Merge Details
16
+ ### Merge Method
17
+
18
+ This model was merged using the [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using Squelching-Fantasies-qw3-14B as a base.
19
+
20
+ ### Models Merged
21
+
22
+ The following models were included in the merge:
23
+ * The-Omega-Directive-Qwen3-14B-v1.1
24
+ * Vitus-Qwen3-14B
25
+
26
+ ### Configuration
27
+
28
+ The following YAML configuration was used to produce this model:
29
+
30
+ ```yaml
31
+ merge_method: dare_ties
32
+ base_model: Squelching-Fantasies-qw3-14B
33
+ models:
34
+ - model: Squelching-Fantasies-qw3-14B
35
+ parameters:
36
+ weight: 0.4
37
+ - model: Vitus-Qwen3-14B
38
+ parameters:
39
+ weight: 0.35
40
+ - model: The-Omega-Directive-Qwen3-14B-v1.1
41
+ parameters:
42
+ weight: 0.25
43
+ parameters:
44
+ density: 0.4
45
+ ```