Updating model files
Browse files
README.md
CHANGED
@@ -2,6 +2,17 @@
|
|
2 |
inference: false
|
3 |
license: other
|
4 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
# Project Baize V2 7B GPTQ
|
7 |
|
@@ -50,7 +61,7 @@ It was created without the `--act-order` parameter. It may have slightly lower i
|
|
50 |
python llama.py /workspace/ggml/TheBloke_Project-Baize-v2-7B-GGML/HF wikitext2 --wbits 4 --true-sequential --groupsize 128 --save_safetenso
|
51 |
rs /workspace/ggml/TheBloke_Project-Baize-v2-7B-GGML/gptq/Baize-v2-7B-4bit-128g.no-act-order.safetensors
|
52 |
```
|
53 |
-
|
54 |
# Original model info on Github
|
55 |
|
56 |
## News
|
@@ -241,3 +252,14 @@ python merge_lora.py \
|
|
241 |
|
242 |
[![Share to Community](https://huggingface.co/datasets/huggingface/badges/raw/main/powered-by-huggingface-light.svg)](https://huggingface.co)
|
243 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
inference: false
|
3 |
license: other
|
4 |
---
|
5 |
+
<div style="width: 100%;">
|
6 |
+
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
7 |
+
</div>
|
8 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
9 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
10 |
+
<p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
|
11 |
+
</div>
|
12 |
+
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
13 |
+
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon coming soon!</a></p>
|
14 |
+
</div>
|
15 |
+
</div>
|
16 |
|
17 |
# Project Baize V2 7B GPTQ
|
18 |
|
|
|
61 |
python llama.py /workspace/ggml/TheBloke_Project-Baize-v2-7B-GGML/HF wikitext2 --wbits 4 --true-sequential --groupsize 128 --save_safetenso
|
62 |
rs /workspace/ggml/TheBloke_Project-Baize-v2-7B-GGML/gptq/Baize-v2-7B-4bit-128g.no-act-order.safetensors
|
63 |
```
|
64 |
+
|
65 |
# Original model info on Github
|
66 |
|
67 |
## News
|
|
|
252 |
|
253 |
[![Share to Community](https://huggingface.co/datasets/huggingface/badges/raw/main/powered-by-huggingface-light.svg)](https://huggingface.co)
|
254 |
|
255 |
+
## Want to support my work?
|
256 |
+
|
257 |
+
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.
|
258 |
+
|
259 |
+
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.
|
260 |
+
|
261 |
+
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.
|
262 |
+
|
263 |
+
* Patreon: coming soon! (just awaiting approval)
|
264 |
+
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
265 |
+
* Discord: https://discord.gg/UBgz4VXf
|