Update README.md
Browse files
README.md
CHANGED
|
@@ -12,17 +12,19 @@ tags:
|
|
| 12 |
- gptq
|
| 13 |
inference: false
|
| 14 |
---
|
|
|
|
| 15 |
<div style="width: 100%;">
|
| 16 |
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 17 |
</div>
|
| 18 |
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 19 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 20 |
-
<p><a href="https://discord.gg/
|
| 21 |
</div>
|
| 22 |
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
| 23 |
-
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon
|
| 24 |
</div>
|
| 25 |
</div>
|
|
|
|
| 26 |
# Koala: A Dialogue Model for Academic Research
|
| 27 |
This repo contains the weights of the Koala 7B model produced at Berkeley. It is the result of combining the diffs from https://huggingface.co/young-geng/koala with the original Llama 7B model.
|
| 28 |
|
|
@@ -96,17 +98,30 @@ PYTHON_PATH="${PWD}:$PYTHONPATH" python \
|
|
| 96 |
--tokenizer_path=/content/LLaMA-7B/tokenizer.model
|
| 97 |
```
|
| 98 |
|
| 99 |
-
|
|
|
|
| 100 |
|
| 101 |
-
|
| 102 |
|
| 103 |
-
|
| 104 |
|
| 105 |
-
|
| 106 |
|
| 107 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
| 109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
## Further info
|
| 111 |
|
| 112 |
Check out the following links to learn more about the Berkeley Koala model.
|
|
|
|
| 12 |
- gptq
|
| 13 |
inference: false
|
| 14 |
---
|
| 15 |
+
<!-- header start -->
|
| 16 |
<div style="width: 100%;">
|
| 17 |
<img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 18 |
</div>
|
| 19 |
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 20 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 21 |
+
<p><a href="https://discord.gg/Jq4vkcDakD">Chat & support: my new Discord server</a></p>
|
| 22 |
</div>
|
| 23 |
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
| 24 |
+
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
|
| 25 |
</div>
|
| 26 |
</div>
|
| 27 |
+
<!-- header end -->
|
| 28 |
# Koala: A Dialogue Model for Academic Research
|
| 29 |
This repo contains the weights of the Koala 7B model produced at Berkeley. It is the result of combining the diffs from https://huggingface.co/young-geng/koala with the original Llama 7B model.
|
| 30 |
|
|
|
|
| 98 |
--tokenizer_path=/content/LLaMA-7B/tokenizer.model
|
| 99 |
```
|
| 100 |
|
| 101 |
+
<!-- footer start -->
|
| 102 |
+
## Discord
|
| 103 |
|
| 104 |
+
For further support, and discussions on these models and AI in general, join us at:
|
| 105 |
|
| 106 |
+
[TheBloke AI's Discord server](https://discord.gg/Jq4vkcDakD)
|
| 107 |
|
| 108 |
+
## Thanks, and how to contribute.
|
| 109 |
|
| 110 |
+
Thanks to the [chirper.ai](https://chirper.ai) team!
|
| 111 |
+
|
| 112 |
+
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.
|
| 113 |
+
|
| 114 |
+
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.
|
| 115 |
+
|
| 116 |
+
Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
|
| 117 |
+
|
| 118 |
+
* Patreon: https://patreon.com/TheBlokeAI
|
| 119 |
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
| 120 |
+
|
| 121 |
+
**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.
|
| 122 |
+
|
| 123 |
+
Thank you to all my generous patrons and donaters!
|
| 124 |
+
<!-- footer end -->
|
| 125 |
## Further info
|
| 126 |
|
| 127 |
Check out the following links to learn more about the Berkeley Koala model.
|