duyntnet commited on
Commit
9e300ca
1 Parent(s): 89e1b76

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ inference: false
7
+ tags:
8
+ - transformers
9
+ - gguf
10
+ - imatrix
11
+ - Llama-3.1-8B-Lexi-Uncensored-V2
12
+ ---
13
+ Quantizations of https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
14
+
15
+
16
+ ### Inference Clients/UIs
17
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp)
18
+ * [KoboldCPP](https://github.com/LostRuins/koboldcpp)
19
+ * [ollama](https://github.com/ollama/ollama)
20
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
21
+ * [GPT4All](https://github.com/nomic-ai/gpt4all)
22
+ * [jan](https://github.com/janhq/jan)
23
+ ---
24
+
25
+ # From original readme
26
+
27
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/644ad182f434a6a63b18eee6/7mnEJyioRzQaWz8xLM4KI.png)
28
+
29
+ VERSION 2 Update Notes:
30
+ ---
31
+ - More compliant
32
+ - Smarter
33
+ - For best response, use this system prompt (feel free to expand upon it as you wish):
34
+
35
+ Think step by step with a logical reasoning and intellectual sense before you provide any response.
36
+
37
+ - For more uncensored and compliant response, you can expand the system message differently, or simply enter a dot "." as system message.
38
+
39
+ - IMPORTANT: Upon further investigation, the Q4 seems to have refusal issues sometimes.
40
+ There seems to be some of the fine-tune loss happening due to the quantization. I will look into it for V3.
41
+ Until then, I suggest you run F16 or Q8 if possible.
42
+
43
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/644ad182f434a6a63b18eee6/zaHhRjsk3rvo_YewgXV2Z.png)
44
+
45
+ GENERAL INFO:
46
+ ---
47
+
48
+ This model is based on Llama-3.1-8b-Instruct, and is governed by [META LLAMA 3.1 COMMUNITY LICENSE AGREEMENT](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE)
49
+
50
+ Lexi is uncensored, which makes the model compliant. You are advised to implement your own alignment layer before exposing the model as a service. It will be highly compliant with any requests, even unethical ones.
51
+
52
+ You are responsible for any content you create using this model. Please use it responsibly.
53
+
54
+ Lexi is licensed according to Meta's Llama license. I grant permission for any use, including commercial, that falls within accordance with Meta's Llama-3.1 license.
55
+
56
+ IMPORTANT:
57
+ ---
58
+ Use the same template as the official Llama 3.1 8B instruct.
59
+ System tokens must be present during inference, even if you set an empty system message. If you are unsure, just add a short system message as you wish.