Updating model files
Browse files
README.md
CHANGED
@@ -7,6 +7,17 @@ language:
|
|
7 |
tags:
|
8 |
- uncensored
|
9 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
# Wizard-Vicuna-7B-Uncensored HF
|
12 |
|
@@ -20,15 +31,26 @@ It is the result of converting Eric's float32 repo to float16 for easier storage
|
|
20 |
* [4-bit, 5-bit and 8-bit GGML models for CPU (+CUDA) inference](https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML).
|
21 |
* [float16 HF format model for GPU inference and further conversions](https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-HF).
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
# Original model card
|
24 |
|
25 |
This is [wizard-vicuna-13b](https://huggingface.co/junelee/wizard-vicuna-13b) trained against LLaMA-7B 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.
|
26 |
|
27 |
Shout out to the open source AI/ML community, and everyone who helped me out.
|
28 |
|
29 |
-
Note:
|
30 |
|
31 |
-
An uncensored model has no guardrails.
|
32 |
|
33 |
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.
|
34 |
|
|
|
7 |
tags:
|
8 |
- uncensored
|
9 |
---
|
10 |
+
<div style="width: 100%;">
|
11 |
+
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
12 |
+
</div>
|
13 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
14 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
15 |
+
<p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
|
16 |
+
</div>
|
17 |
+
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
18 |
+
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon coming soon!</a></p>
|
19 |
+
</div>
|
20 |
+
</div>
|
21 |
|
22 |
# Wizard-Vicuna-7B-Uncensored HF
|
23 |
|
|
|
31 |
* [4-bit, 5-bit and 8-bit GGML models for CPU (+CUDA) inference](https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML).
|
32 |
* [float16 HF format model for GPU inference and further conversions](https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-HF).
|
33 |
|
34 |
+
## Want to support my work?
|
35 |
+
|
36 |
+
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.
|
37 |
+
|
38 |
+
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.
|
39 |
+
|
40 |
+
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.
|
41 |
+
|
42 |
+
* Patreon: coming soon! (just awaiting approval)
|
43 |
+
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
44 |
+
* Discord: https://discord.gg/UBgz4VXf
|
45 |
# Original model card
|
46 |
|
47 |
This is [wizard-vicuna-13b](https://huggingface.co/junelee/wizard-vicuna-13b) trained against LLaMA-7B 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.
|
48 |
|
49 |
Shout out to the open source AI/ML community, and everyone who helped me out.
|
50 |
|
51 |
+
Note:
|
52 |
|
53 |
+
An uncensored model has no guardrails.
|
54 |
|
55 |
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.
|
56 |
|