auto-patch README.md
Browse files
README.md
CHANGED
@@ -1 +1,42 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
license: cc-by-nc-4.0
|
6 |
+
quantized_by: mradermacher
|
7 |
+
tags:
|
8 |
+
- chat
|
9 |
+
- roleplay
|
10 |
+
- storywriting
|
11 |
+
---
|
12 |
+
## About
|
13 |
+
|
14 |
+
weighted/imatrix quants of https://huggingface.co/elinas/chronos007-70b
|
15 |
+
<!-- provided-files -->
|
16 |
+
|
17 |
+
## Usage
|
18 |
+
|
19 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
20 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
21 |
+
more details, including on how to concatenate multi-part files.
|
22 |
+
|
23 |
+
## Provided Quants
|
24 |
+
|
25 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
26 |
+
|
27 |
+
| Link | Type | Size/GB | Notes |
|
28 |
+
|:-----|:-----|--------:|:------|
|
29 |
+
| [GGUF](https://huggingface.co/mradermacher/chronos007-70b-i1-GGUF/resolve/main/chronos007-70b.i1-IQ2_M.gguf) | i1-IQ2_M | 23.7 | |
|
30 |
+
| [GGUF](https://huggingface.co/mradermacher/chronos007-70b-i1-GGUF/resolve/main/chronos007-70b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 27.0 | fast, lower quality |
|
31 |
+
| [GGUF](https://huggingface.co/mradermacher/chronos007-70b-i1-GGUF/resolve/main/chronos007-70b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 28.6 | |
|
32 |
+
|
33 |
+
|
34 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
35 |
+
types (lower is better):
|
36 |
+
|
37 |
+
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
|
38 |
+
|
39 |
+
And here are Artefact2's thoughts on the matter:
|
40 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
41 |
+
|
42 |
+
<!-- end -->
|