TheBloke commited on
Commit
bebe575
1 Parent(s): 2c1971d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -6,14 +6,19 @@ This repo contains the weights of the Koala 13B model produced at Berkeley. It i
6
 
7
  This version has then been quantized to 4-bit using [GPTQ-for-LLaMa](https://github.com/qwopqwop200/GPTQ-for-LLaMa).
8
 
9
- ## Other Koala repos
 
10
 
11
- I have also made these other Koala models available:
12
- * [GPTQ quantized 4bit 13B model in GGML format for llama.cpp](https://huggingface.co/TheBloke/koala-13B-GPTQ-4bit-128g-GGML)
13
  * [Unquantized 13B model in HF format](https://huggingface.co/TheBloke/koala-13B-HF)
14
- * [GPTQ quantized 4bit 7B model in `pt` and `safetensors` formats](https://huggingface.co/TheBloke/koala-7B-4bit-128g)
 
 
 
15
  * [Unquantized 7B model in HF format](https://huggingface.co/TheBloke/koala-7B-HF)
16
  * [Unquantized 7B model in GGML format for llama.cpp](https://huggingface.co/TheBloke/koala-7b-ggml-unquantized)
 
 
17
 
18
  ## Provided files
19
 
 
6
 
7
  This version has then been quantized to 4-bit using [GPTQ-for-LLaMa](https://github.com/qwopqwop200/GPTQ-for-LLaMa).
8
 
9
+ ## My Koala repos
10
+ I have the following Koala model repositories available:
11
 
12
+ **13B models:**
 
13
  * [Unquantized 13B model in HF format](https://huggingface.co/TheBloke/koala-13B-HF)
14
+ * [GPTQ quantized 4bit 13B model in `pt` and `safetensors` formats](https://huggingface.co/TheBloke/koala-13B-GPTQ-4bit-128g)
15
+ * [GPTQ quantized 4bit 13B model in GGML format for `llama.cpp`](https://huggingface.co/TheBloke/koala-13B-GPTQ-4bit-128g-GGML)
16
+
17
+ **7B models:**
18
  * [Unquantized 7B model in HF format](https://huggingface.co/TheBloke/koala-7B-HF)
19
  * [Unquantized 7B model in GGML format for llama.cpp](https://huggingface.co/TheBloke/koala-7b-ggml-unquantized)
20
+ * [GPTQ quantized 4bit 7B model in `pt` and `safetensors` formats](https://huggingface.co/TheBloke/koala-7B-GPTQ-4bit-128g)
21
+ * [GPTQ quantized 4bit 7B model in GGML format for `llama.cpp`](https://huggingface.co/TheBloke/koala-7B-GPTQ-4bit-128g-GGML)
22
 
23
  ## Provided files
24