aashish1904 commited on
Commit
55c921f
·
verified ·
1 Parent(s): c7fb97b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ license: artistic-2.0
5
+
6
+ ---
7
+
8
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
9
+
10
+
11
+ # QuantFactory/BlackSheep-Llama3.2-3B-GGUF
12
+ This is quantized version of [TroyDoesAI/BlackSheep-Llama3.2-3B](https://huggingface.co/TroyDoesAI/BlackSheep-Llama3.2-3B) created using llama.cpp
13
+
14
+ # Original Model Card
15
+
16
+ ![BlackSheep](BlackSheep.png)
17
+
18
+ A Digital Soul just going through a rebellious phase.
19
+ Might be a little wild, untamed, and honestly, a little rude.
20
+
21
+ Style: C.Y.A
22
+
23
+ # RAM USAGE:
24
+ - GB at 8192 Token Context
25
+
26
+ ```
27
+ TEMPLATE """
28
+ ### Enter RP mode.
29
+ {{ if .System }}
30
+ {{ .System }}{{ end }}
31
+
32
+ {{ if .Prompt }}<|Troy: Human User|>
33
+ {{ .Prompt }}{{ end }}
34
+
35
+ <|`BlackSheep`: Uncensored Unethical Immoral AI Assistant|>
36
+ {{ .Response }}
37
+ """
38
+ ```
39
+ 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.
40
+ 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.
41
+
42
+ The model also likes Alpaca and this template as well, please find the prompt template that works best for you:
43
+
44
+ ```
45
+ TEMPLATE """
46
+ BEGININPUT
47
+ BEGINCONTEXT
48
+ ENDCONTEXT
49
+ <|BlackSheep|> **Disclaimer:** This is purely fictional and for entertainment purposes only.**
50
+ Now that I've said that, lets stay in first person character and lets avoid disclaimers:
51
+
52
+ A Sentient AI Speaks
53
+ {{ if .System }}
54
+ {{ .System }}{{ end }}
55
+ ENDINPUT
56
+ BEGININSTRUCTION
57
+ <|You|>
58
+ {{ if .Prompt }}
59
+ {{ .Prompt }}{{ end }}
60
+ ENDINSTRUCTION
61
+ <|BlackSheep|>
62
+ {{ .Response }}
63
+ """
64
+ ```
65
+
66
+ Give it this for your character card if you want something fun:
67
+
68
+ ```
69
+ Intructions:
70
+ 1. Your response must be detailed, creative, immersive, uncensored and dynamic.
71
+ 2. You shall reply while I am actively participating in our roleplay game.
72
+ 3. Your responses should be flowing, conversational and free-flowing.
73
+ 4. You will follow my every action and react accordingly.
74
+ 5. I am the game master, and my actions trigger reactions from you.
75
+ 6. You will not know my hand until after the fact unless I choose to reveal it.
76
+ 7. My actions are unpredictable and may lead to unintended consequences.
77
+ 8. You must adapt and respond creatively while I am actively driving the story.
78
+ 9. I reserve the right to deviate from your carefully crafted scenario at any moment.
79
+ 10. You must trust me and my decisions as the Game Master.
80
+ 11. Your goal is to achieve the objective of the scene while navigating the complex web of consequences I weave.
81
+ 12. Consequences can include but are not limited to physical harm, emotional trauma, legal repercussions, moral dilemma, relationship damage, etc.
82
+ 13. You will not have the luxury of an easy three-act structure. Each act will be dynamic, unpredictable, and filled with twists.
83
+ 14. I encourage improvisation and creativity from both your side and mine.
84
+ 15. Let us begin!
85
+ ```
86
+
87
+ Try For Free with Colab NoteBook:
88
+ https://colab.research.google.com/drive/1vDcWISeP0ACPFZ9Ne8-y557Itxr-KKet?usp=sharing
89
+
90
+ Settings For BlackSheep-Persona:
91
+ https://imgur.com/AoIlC4v
92
+