Triangle104 commited on
Commit
61a595e
1 Parent(s): e8a6da4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -12,6 +12,52 @@ 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
+
17
+ Model details:
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. Merge Details 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. Models Merged
42
+
43
+ The following models were included in the merge:
44
+
45
+ C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\Sao10K_MN-12B-Lyra-v4
46
+ C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\Gryphe_Pantheon-RP-1.5-12b-Nemo
47
+ C:\Users\lg911\Downloads\Mergekit-Fixed\mergekit\nothingiisreal_MN-12B-Starcannon-v2
48
+
49
+ Configuration
50
+
51
+ The following YAML configuration was used to produce this model:
52
+
53
+ models:
54
+
55
+ model: C:\Users\Downloads\Mergekit-Fixed\mergekit\Sao10K_MN-12B-Lyra-v4 parameters: weight: 0.3 density: 0.25
56
+ model: C:\Users\Downloads\Mergekit-Fixed\mergekit\nothingiisreal_MN-12B-Starcannon-v2 parameters: weight: 0.1 density: 0.4
57
+ model: C:\Users\Downloads\Mergekit-Fixed\mergekit\Gryphe_Pantheon-RP-1.5-12b-Nemo parameters: weight: 0.4 density: 0.5 merge_method: della_linear base_model: C:\Users\Downloads\Mergekit-Fixed\mergekit\mistralai_Mistral-Nemo-Base-2407 parameters: epsilon: 0.05 lambda: 1 merge_method: della_linear dtype: bfloat16
58
+
59
+ ---
60
+
61
  ## Use with llama.cpp
62
  Install llama.cpp through brew (works on Mac and Linux)
63