Updating model files
Browse files
README.md
CHANGED
@@ -8,6 +8,17 @@ tags:
|
|
8 |
- uncensored
|
9 |
inference: false
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
# Wizard-Vicuna-13B-Uncensored GPTQ
|
12 |
|
13 |
This is GPTQ format quantised 4bit models of [Eric Hartford's 'uncensored' training of Wizard-Vicuna 13B](https://huggingface.co/ehartford/Wizard-Vicuna-13B-Uncensored).
|
@@ -76,16 +87,27 @@ To download this branch in text-generation-webui, enter `TheBloke/Wizard-Vicuna-
|
|
76 |
```
|
77 |
python llama.py ehartford_Wizard-Vicuna-13B-Uncensored c4 --wbits 4 --groupsize 128 --true-sequential --act-order --save_safetensors Wizard-Vicuna-13B-Uncensored-GPTQ-4bit-128g.latest.act-order.safetensors
|
78 |
```
|
79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
# Original model card
|
81 |
|
82 |
This is [wizard-vicuna-13b](https://huggingface.co/junelee/wizard-vicuna-13b) trained with a subset of the dataset - responses that contained alignment / moralizing were removed. The intent is to train a WizardLM that doesn't have alignment built-in, so that alignment (of any sort) can be added separately with for example with a RLHF LoRA.
|
83 |
|
84 |
Shout out to the open source AI/ML community, and everyone who helped me out.
|
85 |
|
86 |
-
Note:
|
87 |
|
88 |
-
An uncensored model has no guardrails.
|
89 |
|
90 |
You are responsible for anything you do with the model, just as you are responsible for anything you do with any dangerous object such as a knife, gun, lighter, or car.
|
91 |
|
|
|
8 |
- uncensored
|
9 |
inference: false
|
10 |
---
|
11 |
+
<div style="width: 100%;">
|
12 |
+
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
13 |
+
</div>
|
14 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
15 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
16 |
+
<p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
|
17 |
+
</div>
|
18 |
+
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
19 |
+
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon coming soon!</a></p>
|
20 |
+
</div>
|
21 |
+
</div>
|
22 |
# Wizard-Vicuna-13B-Uncensored GPTQ
|
23 |
|
24 |
This is GPTQ format quantised 4bit models of [Eric Hartford's 'uncensored' training of Wizard-Vicuna 13B](https://huggingface.co/ehartford/Wizard-Vicuna-13B-Uncensored).
|
|
|
87 |
```
|
88 |
python llama.py ehartford_Wizard-Vicuna-13B-Uncensored c4 --wbits 4 --groupsize 128 --true-sequential --act-order --save_safetensors Wizard-Vicuna-13B-Uncensored-GPTQ-4bit-128g.latest.act-order.safetensors
|
89 |
```
|
90 |
+
|
91 |
+
## Want to support my work?
|
92 |
+
|
93 |
+
I've had a lot of people ask if they can contribute. I love providing models and helping people, but it is starting to rack up pretty big cloud computing bills.
|
94 |
+
|
95 |
+
So if you're able and willing to contribute, it'd be most gratefully received and will help me to keep providing models, and work on various AI projects.
|
96 |
+
|
97 |
+
Donaters will get priority support on any and all AI/LLM/model questions, and I'll gladly quantise any model you'd like to try.
|
98 |
+
|
99 |
+
* Patreon: coming soon! (just awaiting approval)
|
100 |
+
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
101 |
+
* Discord: https://discord.gg/UBgz4VXf
|
102 |
# Original model card
|
103 |
|
104 |
This is [wizard-vicuna-13b](https://huggingface.co/junelee/wizard-vicuna-13b) trained with a subset of the dataset - responses that contained alignment / moralizing were removed. The intent is to train a WizardLM that doesn't have alignment built-in, so that alignment (of any sort) can be added separately with for example with a RLHF LoRA.
|
105 |
|
106 |
Shout out to the open source AI/ML community, and everyone who helped me out.
|
107 |
|
108 |
+
Note:
|
109 |
|
110 |
+
An uncensored model has no guardrails.
|
111 |
|
112 |
You are responsible for anything you do with the model, just as you are responsible for anything you do with any dangerous object such as a knife, gun, lighter, or car.
|
113 |
|