mradermacher commited on
Commit
e65438b
1 Parent(s): 9d73bae

auto-patch README.md

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