Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,23 @@ tags:
|
|
11 |
- text-generation-inference
|
12 |
base_model: berkeley-nest/Starling-LM-7B-alpha
|
13 |
inference: false
|
14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- text-generation-inference
|
12 |
base_model: berkeley-nest/Starling-LM-7B-alpha
|
13 |
inference: false
|
14 |
+
---
|
15 |
+
|
16 |
+
# Starling-LM-7B-alpha-GGUF
|
17 |
+
- Quantized version of [Starling-LM-7B-alpha](https://huggingface.co/berkeley-nest/Starling-LM-7B-alpha)
|
18 |
+
- Created using llama.cpp
|
19 |
+
|
20 |
+
## Available Quants
|
21 |
+
|
22 |
+
* Q2_K
|
23 |
+
* Q3_K_L
|
24 |
+
* Q3_K_M
|
25 |
+
* Q3_K_S
|
26 |
+
* Q4_0
|
27 |
+
* Q4_K_M
|
28 |
+
* Q4_K_S
|
29 |
+
* Q5_0
|
30 |
+
* Q5_K_M
|
31 |
+
* Q5_K_S
|
32 |
+
* Q6_K
|
33 |
+
* Q8_0
|