TheBloke commited on
Commit
5424373
1 Parent(s): 2d12271

Updating model files

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: other
3
  library_name: transformers
4
  pipeline_tag: text-generation
5
- datasets:
6
  - RyokoAI/ShareGPT52K
7
  - Hello-SimpleAI/HC3
8
  tags:
@@ -11,6 +11,17 @@ tags:
11
  - llama
12
  - gptq
13
  ---
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  # Koala: A Dialogue Model for Academic Research
16
  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.
@@ -24,7 +35,7 @@ I have the following Koala model repositories available:
24
  * [Unquantized 13B model in HF format](https://huggingface.co/TheBloke/koala-13B-HF)
25
  * [GPTQ quantized 4bit 13B model in `pt` and `safetensors` formats](https://huggingface.co/TheBloke/koala-13B-GPTQ-4bit-128g)
26
  * [GPTQ quantized 4bit 13B model in GGML format for `llama.cpp`](https://huggingface.co/TheBloke/koala-13B-GPTQ-4bit-128g-GGML)
27
-
28
  **7B models:**
29
  * [Unquantized 7B model in HF format](https://huggingface.co/TheBloke/koala-7B-HF)
30
  * [Unquantized 7B model in GGML format for llama.cpp](https://huggingface.co/TheBloke/koala-7b-ggml-unquantized)
@@ -63,6 +74,18 @@ PYTHON_PATH="${PWD}:$PYTHONPATH" python \
63
  --tokenizer_path=/content/LLaMA-7B/tokenizer.model
64
  ```
65
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  Check out the following links to learn more about the Berkeley Koala model.
67
  * [Blog post](https://bair.berkeley.edu/blog/2023/04/03/koala/)
68
  * [Online demo](https://koala.lmsys.org/)
 
2
  license: other
3
  library_name: transformers
4
  pipeline_tag: text-generation
5
+ datasets:
6
  - RyokoAI/ShareGPT52K
7
  - Hello-SimpleAI/HC3
8
  tags:
 
11
  - llama
12
  - gptq
13
  ---
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/UBgz4VXf">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? Patreon coming soon!</a></p>
23
+ </div>
24
+ </div>
25
 
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.
 
35
  * [Unquantized 13B model in HF format](https://huggingface.co/TheBloke/koala-13B-HF)
36
  * [GPTQ quantized 4bit 13B model in `pt` and `safetensors` formats](https://huggingface.co/TheBloke/koala-13B-GPTQ-4bit-128g)
37
  * [GPTQ quantized 4bit 13B model in GGML format for `llama.cpp`](https://huggingface.co/TheBloke/koala-13B-GPTQ-4bit-128g-GGML)
38
+
39
  **7B models:**
40
  * [Unquantized 7B model in HF format](https://huggingface.co/TheBloke/koala-7B-HF)
41
  * [Unquantized 7B model in GGML format for llama.cpp](https://huggingface.co/TheBloke/koala-7b-ggml-unquantized)
 
74
  --tokenizer_path=/content/LLaMA-7B/tokenizer.model
75
  ```
76
 
77
+ ## Want to support my work?
78
+
79
+ 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.
80
+
81
+ 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.
82
+
83
+ 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.
84
+
85
+ * Patreon: coming soon! (just awaiting approval)
86
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
87
+ * Discord: https://discord.gg/UBgz4VXf
88
+ ## Further info
89
  Check out the following links to learn more about the Berkeley Koala model.
90
  * [Blog post](https://bair.berkeley.edu/blog/2023/04/03/koala/)
91
  * [Online demo](https://koala.lmsys.org/)