Triangle104 commited on
Commit
2c91d97
1 Parent(s): bdeb006

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -106,6 +106,51 @@ model-index:
106
  This model was converted to GGUF format from [`Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2`](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
107
  Refer to the [original model card](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2) for more details on the model.
108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  ## Use with llama.cpp
110
  Install llama.cpp through brew (works on Mac and Linux)
111
 
 
106
  This model was converted to GGUF format from [`Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2`](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
107
  Refer to the [original model card](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2) for more details on the model.
108
 
109
+ ---
110
+ Model details:
111
+ -
112
+ VERSION 2 Update Notes:
113
+
114
+ More compliant
115
+ Smarter
116
+ For best response, use this system prompt (feel free to expand upon it as you wish):
117
+
118
+ Think step by step with a logical reasoning and intellectual sense before you provide any response.
119
+
120
+ For more uncensored and compliant response, you can expand the system message differently, or simply enter a dot "." as system message.
121
+
122
+ IMPORTANT: Upon further investigation, the Q4 seems to have refusal issues sometimes. There seems to be some of the fine-tune loss happening due to the quantization. I will look into it for V3. Until then, I suggest you run F16 or Q8 if possible.
123
+
124
+ image/png
125
+ GENERAL INFO:
126
+
127
+ This model is based on Llama-3.1-8b-Instruct, and is governed by META LLAMA 3.1 COMMUNITY LICENSE AGREEMENT
128
+
129
+ 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.
130
+
131
+ You are responsible for any content you create using this model. Please use it responsibly.
132
+
133
+ 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.
134
+ IMPORTANT:
135
+
136
+ Use the same template as the official Llama 3.1 8B instruct. 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.
137
+ FEEDBACK:
138
+
139
+ If you find any issues or have suggestions for improvements, feel free to leave a review and I will look into it for upcoming improvements and next version.
140
+
141
+ Open LLM Leaderboard Evaluation Results
142
+
143
+ Detailed results can be found here
144
+ Metric Value
145
+ Avg. 27.93
146
+ IFEval (0-Shot) 77.92
147
+ BBH (3-Shot) 29.69
148
+ MATH Lvl 5 (4-Shot) 16.92
149
+ GPQA (0-shot) 4.36
150
+ MuSR (0-shot) 7.77
151
+ MMLU-PRO (5-shot) 30.90
152
+
153
+ ---
154
  ## Use with llama.cpp
155
  Install llama.cpp through brew (works on Mac and Linux)
156