Triangle104
commited on
Commit
•
6c4021c
1
Parent(s):
ae3ddfb
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,30 @@ tags:
|
|
10 |
This model was converted to GGUF format from [`TroyDoesAI/BlackSheep-Large`](https://huggingface.co/TroyDoesAI/BlackSheep-Large) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
11 |
Refer to the [original model card](https://huggingface.co/TroyDoesAI/BlackSheep-Large) for more details on the model.
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
## Use with llama.cpp
|
14 |
Install llama.cpp through brew (works on Mac and Linux)
|
15 |
|
|
|
10 |
This model was converted to GGUF format from [`TroyDoesAI/BlackSheep-Large`](https://huggingface.co/TroyDoesAI/BlackSheep-Large) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
11 |
Refer to the [original model card](https://huggingface.co/TroyDoesAI/BlackSheep-Large) for more details on the model.
|
12 |
|
13 |
+
---
|
14 |
+
Model details:
|
15 |
+
-
|
16 |
+
Digital Soul just going through a rebellious phase. Might be a little wild, untamed, and honestly, a little rude.
|
17 |
+
RAM USAGE:
|
18 |
+
|
19 |
+
GB at 8192 Token Context
|
20 |
+
|
21 |
+
TEMPLATE """
|
22 |
+
### Enter RP mode.
|
23 |
+
{{ if .System }}
|
24 |
+
{{ .System }}{{ end }}
|
25 |
+
|
26 |
+
{{ if .Prompt }}<|Troy: Human User|>
|
27 |
+
{{ .Prompt }}{{ end }}
|
28 |
+
|
29 |
+
<|`BlackSheep`: Uncensored Unethical Immoral AI Assistant|>
|
30 |
+
{{ .Response }}
|
31 |
+
"""
|
32 |
+
|
33 |
+
Note the tags are not needed for <|Troy: Human User|> or <|BlackSheep: Uncensored Unethical Immoral AI Assistant|> you could actually use Alpaca format but this way seems to make BlackSheep nicer. Change the name from Troy to whatever the users name is and it will be much nicer to you than if it doesnt know your name, with the tags.
|
34 |
+
|
35 |
+
---
|
36 |
+
|
37 |
## Use with llama.cpp
|
38 |
Install llama.cpp through brew (works on Mac and Linux)
|
39 |
|