Triangle104
commited on
Commit
•
1075651
1
Parent(s):
90768bb
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,45 @@ tags:
|
|
12 |
This model was converted to GGUF format from [`ProdeusUnity/Prismatic-12b`](https://huggingface.co/ProdeusUnity/Prismatic-12b) 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/Prismatic-12b) 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/Prismatic-12b`](https://huggingface.co/ProdeusUnity/Prismatic-12b) 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/Prismatic-12b) for more details on the model.
|
14 |
|
15 |
+
---
|
16 |
+
Model details:
|
17 |
+
-
|
18 |
+
The sparkling courage I longed for, what I got is small... My tears are surely the prism of tomorrow... Say "Hello!" to the ideal future, let's go see them~
|
19 |
+
|
20 |
+
Listen to the song on youtube: https://www.youtube.com/watch?v=v3I6EVlyPx4
|
21 |
+
|
22 |
+
One off merge for a friend, though it came out rather good, I like it, so try it?
|
23 |
+
|
24 |
+
mistralai/Mistral-Nemo-Base-2407 inflatebot/MN-12b-Mag-Mell-R1 nbeerbower/Mistral-Nemo-Prism-12B-v5
|
25 |
+
|
26 |
+
License for this model Apache 2.0
|
27 |
+
|
28 |
+
Format: Mistral Tekken or ChatML
|
29 |
+
|
30 |
+
Thank you to AuriAetherwiing for helping me merge the models and for providing compute (A40).
|
31 |
+
|
32 |
+
Details
|
33 |
+
|
34 |
+
This is a merge of pre-trained language models created using mergekit.
|
35 |
+
Merge Details
|
36 |
+
Merge Method
|
37 |
+
|
38 |
+
This model was merged using the ties merge method using mistralai_Mistral-Nemo-Base-2407 as a base.
|
39 |
+
Models Merged
|
40 |
+
|
41 |
+
Models Merged The following models were included in the merge:
|
42 |
+
|
43 |
+
/inflatebot_MN-12B-Mag-Mell-R1 /nbeerbower_Mistral-Nemo-Prism-12B-v5
|
44 |
+
Configuration
|
45 |
+
|
46 |
+
The following YAML configuration was used to produce this model:
|
47 |
+
|
48 |
+
models:
|
49 |
+
|
50 |
+
model: /inflatebot_MN-12B-Mag-Mell-R1 parameters: weight: 0.3 density: 0.5
|
51 |
+
model: /nbeerbower_Mistral-Nemo-Prism-12B-v5 parameters: weight: 0.4 density: 0.75 base_model: /mistralai_Mistral-Nemo-Base-2407 parameters: epsilon: 0.05 normalize: true lambda: 1 merge_method: ties dtype: bfloat16
|
52 |
+
|
53 |
+
---
|
54 |
## Use with llama.cpp
|
55 |
Install llama.cpp through brew (works on Mac and Linux)
|
56 |
|