ProdeusUnity commited on
Commit
8531070
1 Parent(s): 2116251

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -1
README.md CHANGED
@@ -1,3 +1,72 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: []
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
7
+
8
  ---
9
+ # Stellar Odyssey 12b v0.0
10
+
11
+ *We will see... Come with me, take the journey~*
12
+
13
+ Listen to the song on Youtube:
14
+
15
+ <iframe width="1280" height="895" src="https://www.youtube.com/embed/3FEFtFMBREA" 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>
16
+
17
+ Soo... after I failed the first time, I took a crack at merging again. This time, these models were used
18
+
19
+ mistralai/Mistral-Nemo-Base-2407
20
+ Sao10K/MN-12B-Lyra-v4
21
+ nothingiisreal/MN-12B-Starcannon-v2
22
+ Gryphe/Pantheon-RP-1.5-12b-Nemo
23
+
24
+ License for this model is: cc-by-nc-4.0
25
+
26
+ ~~I hope this was worth the time I spent to create this merge, lol~~
27
+
28
+ Gated access for now, gated access will be disabled when testing is done, and thanks to all who have interest.
29
+
30
+ Details
31
+
32
+
33
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
34
+
35
+ ## Merge Details
36
+ ### Merge Method
37
+
38
+ 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.
39
+
40
+ ### Models Merged
41
+
42
+ The following models were included in the merge:
43
+ * C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\Sao10K_MN-12B-Lyra-v4
44
+ * C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\Gryphe_Pantheon-RP-1.5-12b-Nemo
45
+ * C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\nothingiisreal_MN-12B-Starcannon-v2
46
+
47
+ ### Configuration
48
+
49
+ The following YAML configuration was used to produce this model:
50
+
51
+ ```yaml
52
+ models:
53
+ - model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\Sao10K_MN-12B-Lyra-v4
54
+ parameters:
55
+ weight: 0.3
56
+ density: 0.25
57
+ - model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\nothingiisreal_MN-12B-Starcannon-v2
58
+ parameters:
59
+ weight: 0.1
60
+ density: 0.4
61
+ - model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\Gryphe_Pantheon-RP-1.5-12b-Nemo
62
+ parameters:
63
+ weight: 0.4
64
+ density: 0.5
65
+ merge_method: della_linear
66
+ base_model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\mistralai_Mistral-Nemo-Base-2407
67
+ parameters:
68
+ epsilon: 0.05
69
+ lambda: 1
70
+ merge_method: della_linear
71
+ dtype: bfloat16
72
+ ```