Triangle104
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,60 @@ base_model: ABX-AI/Silver-Sun-11B
|
|
14 |
This model was converted to GGUF format from [`ABX-AI/Silver-Sun-11B`](https://huggingface.co/ABX-AI/Silver-Sun-11B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
15 |
Refer to the [original model card](https://huggingface.co/ABX-AI/Silver-Sun-11B) for more details on the model.
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
## Use with llama.cpp
|
18 |
Install llama.cpp through brew (works on Mac and Linux)
|
19 |
|
|
|
14 |
This model was converted to GGUF format from [`ABX-AI/Silver-Sun-11B`](https://huggingface.co/ABX-AI/Silver-Sun-11B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
15 |
Refer to the [original model card](https://huggingface.co/ABX-AI/Silver-Sun-11B) for more details on the model.
|
16 |
|
17 |
+
---
|
18 |
+
Model details:
|
19 |
+
-
|
20 |
+
Silver-Sun-11B
|
21 |
+
|
22 |
+
I'd like to experiment more with merging 11B, hopefully adding more
|
23 |
+
options of this weight class.
|
24 |
+
This model is good at writing and reasoning, with a preference for more
|
25 |
+
profane NSFW language when the appropriate cards are used.
|
26 |
+
I've been having fun with it so far, although at times it can be a bit
|
27 |
+
blunt, although some may prefer that. It's also highly uncensored.
|
28 |
+
|
29 |
+
Works best with Alpaca instruction presets.
|
30 |
+
|
31 |
+
Merge Details
|
32 |
+
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
This is a merge of pre-trained language models created using mergekit.
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
Merge Method
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
+
This model was merged using the SLERP merge method.
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|
57 |
+
Models Merged
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
The following models were included in the merge:
|
63 |
+
|
64 |
+
ABX-AI/Solstice-FKL-11B
|
65 |
+
|
66 |
+
A mixture of Sao10K/Solstice-11B-v1 and saishf/Fimbulvetr-Kuro-Lotus-10.7B
|
67 |
+
|
68 |
+
Himitsui/Kaiju-11B
|
69 |
+
|
70 |
+
---
|
71 |
## Use with llama.cpp
|
72 |
Install llama.cpp through brew (works on Mac and Linux)
|
73 |
|