mradermacher commited on
Commit
fb78f62
1 Parent(s): e8866eb

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -1 +1,40 @@
1
- weighted/imatrix quants of https://huggingface.co/elinas/chronos-70b-v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/chronos-70b-v2
15
+
16
+ <!-- provided-files -->
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/chronos-70b-v2-i1-GGUF/resolve/main/chronos-70b-v2.i1-Q2_K.gguf) | i1-Q2_K | 25.9 | IQ3_XXS probably better |
30
+
31
+
32
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
33
+ types (lower is better):
34
+
35
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
36
+
37
+ And here are Artefact2's thoughts on the matter:
38
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
39
+
40
+ <!-- end -->