ProdeusUnity commited on
Commit
179c9ce
·
verified ·
1 Parent(s): 118571a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -7
README.md CHANGED
@@ -6,27 +6,70 @@ tags:
6
  - merge
7
 
8
  ---
9
- # Stellar-Odyssey-12b-Adventure-v1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 passthrough merge method.
17
 
18
  ### Models Merged
19
 
20
  The following models were included in the merge:
21
- * /workspace/Stellar-Odyssey-12b-v0.0 + /workspace/Mistral-Nemo-12B-Adventure-QLoRA
 
 
22
 
23
  ### Configuration
24
 
25
  The following YAML configuration was used to produce this model:
26
 
27
  ```yaml
28
- models:
29
- - model: /workspace/Stellar-Odyssey-12b-v0.0+/workspace/Mistral-Nemo-12B-Adventure-QLoRA
30
- merge_method: passthrough
31
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ```
 
6
  - merge
7
 
8
  ---
9
+ # Stellar Odyssey 12b v0.0
10
+ *Join my dream, it's just the right time, whoa... Leave it all behind... Get ready now... Riise up into my world~*
11
+
12
+ Listen to the song on youtube: https://www.youtube.com/watch?v=npyiiInMA0w
13
+
14
+ <iframe width="1280" height="895" src="https://www.youtube.com/embed/npyiiInMA0w" title="Take the Journey" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
15
+
16
+ Soo... after I failed the first time, I took a crack at merging again. This time, these models were used
17
+
18
+ mistralai/Mistral-Nemo-Base-2407
19
+ Sao10K/MN-12B-Lyra-v4
20
+ nothingiisreal/MN-12B-Starcannon-v2
21
+ Gryphe/Pantheon-RP-1.5-12b-Nemo
22
+
23
+ License for this model is: cc-by-nc-4.0
24
+
25
+
26
+ TO CLEAR SOME CONFUSION: Please use ChatML
27
+ ~~I hope this was worth the time I spent to create this merge, lol~~
28
+
29
+ Gated access for now, gated access will be disabled when testing is done, and thanks to all who have interest.
30
+
31
+ Thank you to AuriAetherwiing for helping me merge the models.
32
+
33
+ Details
34
+
35
 
36
  This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
37
 
38
  ## Merge Details
39
  ### Merge Method
40
 
41
+ This model was merged using the della_linear merge method using C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\mistralai_Mistral-Nemo-Base-2407 as a base.
42
 
43
  ### Models Merged
44
 
45
  The following models were included in the merge:
46
+ * C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\Sao10K_MN-12B-Lyra-v4
47
+ * C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\Gryphe_Pantheon-RP-1.5-12b-Nemo
48
+ * C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\nothingiisreal_MN-12B-Starcannon-v2
49
 
50
  ### Configuration
51
 
52
  The following YAML configuration was used to produce this model:
53
 
54
  ```yaml
55
+ models:
56
+ - model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\Sao10K_MN-12B-Lyra-v4
57
+ parameters:
58
+ weight: 0.3
59
+ density: 0.25
60
+ - model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\nothingiisreal_MN-12B-Starcannon-v2
61
+ parameters:
62
+ weight: 0.1
63
+ density: 0.4
64
+ - model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\Gryphe_Pantheon-RP-1.5-12b-Nemo
65
+ parameters:
66
+ weight: 0.4
67
+ density: 0.5
68
+ merge_method: della_linear
69
+ base_model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\mistralai_Mistral-Nemo-Base-2407
70
+ parameters:
71
+ epsilon: 0.05
72
+ lambda: 1
73
+ merge_method: della_linear
74
+ dtype: bfloat16
75
  ```