Update README.md
Browse files
README.md
CHANGED
@@ -10,17 +10,19 @@ tags:
|
|
10 |
- gpt4
|
11 |
inference: false
|
12 |
---
|
|
|
13 |
<div style="width: 100%;">
|
14 |
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
15 |
</div>
|
16 |
<div style="display: flex; justify-content: space-between; width: 100%;">
|
17 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
18 |
-
<p><a href="https://discord.gg/
|
19 |
</div>
|
20 |
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
21 |
-
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon
|
22 |
</div>
|
23 |
</div>
|
|
|
24 |
|
25 |
This is a 4bit 128g GPTQ of [chansung's gpt4-alpaca-lora-13b](https://huggingface.co/chansung/gpt4-alpaca-lora-13b).
|
26 |
|
@@ -58,17 +60,30 @@ git clone https://github.com/qwopqwop200/GPTQ-for-LLaMa
|
|
58 |
|
59 |
There is also a `no-act-order.safetensors` file which will work with oobabooga's fork of GPTQ-for-LLaMa; it does not require the latest GPTQ code.
|
60 |
|
61 |
-
|
|
|
62 |
|
63 |
-
|
64 |
|
65 |
-
|
66 |
|
67 |
-
|
68 |
|
69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
71 |
-
|
|
|
|
|
|
|
|
|
72 |
# Original model card is below
|
73 |
|
74 |
This repository comes with LoRA checkpoint to make LLaMA into a chatbot like language model. The checkpoint is the output of instruction following fine-tuning process with the following settings on 8xA100(40G) DGX system.
|
|
|
10 |
- gpt4
|
11 |
inference: false
|
12 |
---
|
13 |
+
<!-- header start -->
|
14 |
<div style="width: 100%;">
|
15 |
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
16 |
</div>
|
17 |
<div style="display: flex; justify-content: space-between; width: 100%;">
|
18 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
19 |
+
<p><a href="https://discord.gg/Jq4vkcDakD">Chat & support: my new Discord server</a></p>
|
20 |
</div>
|
21 |
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
22 |
+
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
|
23 |
</div>
|
24 |
</div>
|
25 |
+
<!-- header end -->
|
26 |
|
27 |
This is a 4bit 128g GPTQ of [chansung's gpt4-alpaca-lora-13b](https://huggingface.co/chansung/gpt4-alpaca-lora-13b).
|
28 |
|
|
|
60 |
|
61 |
There is also a `no-act-order.safetensors` file which will work with oobabooga's fork of GPTQ-for-LLaMa; it does not require the latest GPTQ code.
|
62 |
|
63 |
+
<!-- footer start -->
|
64 |
+
## Discord
|
65 |
|
66 |
+
For further support, and discussions on these models and AI in general, join us at:
|
67 |
|
68 |
+
[TheBloke AI's Discord server](https://discord.gg/Jq4vkcDakD)
|
69 |
|
70 |
+
## Thanks, and how to contribute.
|
71 |
|
72 |
+
Thanks to the [chirper.ai](https://chirper.ai) team!
|
73 |
+
|
74 |
+
I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
|
75 |
+
|
76 |
+
If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
|
77 |
+
|
78 |
+
Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
|
79 |
+
|
80 |
+
* Patreon: https://patreon.com/TheBlokeAI
|
81 |
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
82 |
+
|
83 |
+
**Patreon special mentions**: Aemon Algiz, Dmitriy Samsonov, Nathan LeClaire, Trenton Dambrowitz, Mano Prime, David Flickinger, vamX, Nikolai Manek, senxiiz, Khalefa Al-Ahmad, Illia Dulskyi, Jonathan Leane, Talal Aujan, V. Lukas, Joseph William Delisle, Pyrater, Oscar Rangel, Lone Striker, Luke Pendergrass, Eugene Pentland, Sebastain Graf, Johann-Peter Hartman.
|
84 |
+
|
85 |
+
Thank you to all my generous patrons and donaters!
|
86 |
+
<!-- footer end -->
|
87 |
# Original model card is below
|
88 |
|
89 |
This repository comes with LoRA checkpoint to make LLaMA into a chatbot like language model. The checkpoint is the output of instruction following fine-tuning process with the following settings on 8xA100(40G) DGX system.
|