Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,14 @@ Join me at: https://discord.gg/UBgz4VXf
|
|
31 |
* [4-bit, 5-bit and 8-bit GGML models for CPU(+GPU) inference](https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML)
|
32 |
* [Merged, unquantised fp16 model in HF format](https://huggingface.co/TheBloke/wizardLM-13B-1.0-fp16)
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
## How to easily download and use this model in text-generation-webui
|
35 |
|
36 |
Open the text-generation-webui UI as normal.
|
@@ -69,11 +77,14 @@ It was created with groupsize 128 to ensure higher quality inference, without `-
|
|
69 |
|
70 |
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.
|
71 |
|
72 |
-
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
|
|
|
|
|
73 |
|
74 |
* Patreon: coming soon! (just awaiting approval)
|
75 |
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
76 |
-
|
|
|
77 |
# Original model card: WizardLM 13B 1.0
|
78 |
|
79 |
## WizardLM: An Instruction-following LLM Using Evol-Instruct
|
|
|
31 |
* [4-bit, 5-bit and 8-bit GGML models for CPU(+GPU) inference](https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML)
|
32 |
* [Merged, unquantised fp16 model in HF format](https://huggingface.co/TheBloke/wizardLM-13B-1.0-fp16)
|
33 |
|
34 |
+
## Prompt Template
|
35 |
+
|
36 |
+
```
|
37 |
+
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
38 |
+
USER: prompt goes here
|
39 |
+
ASSISTANT:
|
40 |
+
```
|
41 |
+
|
42 |
## How to easily download and use this model in text-generation-webui
|
43 |
|
44 |
Open the text-generation-webui UI as normal.
|
|
|
77 |
|
78 |
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.
|
79 |
|
80 |
+
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.
|
81 |
+
|
82 |
+
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.
|
83 |
|
84 |
* Patreon: coming soon! (just awaiting approval)
|
85 |
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
86 |
+
* Discord: https://discord.gg/UBgz4VXf
|
87 |
+
|
88 |
# Original model card: WizardLM 13B 1.0
|
89 |
|
90 |
## WizardLM: An Instruction-following LLM Using Evol-Instruct
|