Triangle104 commited on
Commit
f0dabc0
1 Parent(s): 14dd220

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -12,6 +12,70 @@ tags:
12
  This model was converted to GGUF format from [`ProdeusUnity/Stellar-Odyssey-12b-v0.0`](https://huggingface.co/ProdeusUnity/Stellar-Odyssey-12b-v0.0) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
13
  Refer to the [original model card](https://huggingface.co/ProdeusUnity/Stellar-Odyssey-12b-v0.0) for more details on the model.
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ## Use with llama.cpp
16
  Install llama.cpp through brew (works on Mac and Linux)
17
 
 
12
  This model was converted to GGUF format from [`ProdeusUnity/Stellar-Odyssey-12b-v0.0`](https://huggingface.co/ProdeusUnity/Stellar-Odyssey-12b-v0.0) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
13
  Refer to the [original model card](https://huggingface.co/ProdeusUnity/Stellar-Odyssey-12b-v0.0) for more details on the model.
14
 
15
+ ---
16
+ Model details:
17
+ -
18
+
19
+ Stellar Odyssey 12b v0.0
20
+
21
+ We will see... Come with me, take the journey~
22
+
23
+ Listen to the song on Youtube: https://www.youtube.com/watch?v=3FEFtFMBREA
24
+
25
+ Soo... after I failed the first time, I took a crack at merging again. This time, these models were used
26
+
27
+ mistralai/Mistral-Nemo-Base-2407 Sao10K/MN-12B-Lyra-v4 nothingiisreal/MN-12B-Starcannon-v2 Gryphe/Pantheon-RP-1.5-12b-Nemo
28
+
29
+ License for this model is: cc-by-nc-4.0
30
+
31
+ TO CLEAR SOME CONFUSION: Please use ChatML I hope this was worth the time I spent to create this merge, lol
32
+
33
+ Gated access for now, gated access will be disabled when testing is done, and thanks to all who have interest.
34
+
35
+ Thank you to AuriAetherwiing for helping me merge the models.
36
+
37
+ Details
38
+
39
+ This is a merge of pre-trained language models created using mergekit.
40
+ Merge Details
41
+ Merge Method
42
+
43
+ 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.
44
+ Models Merged
45
+
46
+ The following models were included in the merge:
47
+
48
+ C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\Sao10K_MN-12B-Lyra-v4
49
+ C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\Gryphe_Pantheon-RP-1.5-12b-Nemo
50
+ C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\nothingiisreal_MN-12B-Starcannon-v2
51
+
52
+ Configuration
53
+
54
+ The following YAML configuration was used to produce this model:
55
+
56
+ models:
57
+ - model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\Sao10K_MN-12B-Lyra-v4
58
+ parameters:
59
+ weight: 0.3
60
+ density: 0.25
61
+ - model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\nothingiisreal_MN-12B-Starcannon-v2
62
+ parameters:
63
+ weight: 0.1
64
+ density: 0.4
65
+ - model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\Gryphe_Pantheon-RP-1.5-12b-Nemo
66
+ parameters:
67
+ weight: 0.4
68
+ density: 0.5
69
+ merge_method: della_linear
70
+ base_model: C:\Users\\Downloads\Mergekit-Fixed\mergekit\mistralai_Mistral-Nemo-Base-2407
71
+ parameters:
72
+ epsilon: 0.05
73
+ lambda: 1
74
+ merge_method: della_linear
75
+ dtype: bfloat16
76
+
77
+ ---
78
+
79
  ## Use with llama.cpp
80
  Install llama.cpp through brew (works on Mac and Linux)
81