mradermacher commited on
Commit
d879239
·
verified ·
1 Parent(s): 2d067e1

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +27,47 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/Mitchins/Aronnax-N9Bv2-1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Mitchins/Aronnax-N9Bv2-1.0
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ model_name: Aronnax-N9Bv2-1.0
8
+ mradermacher:
9
+ readme_rev: 1
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - text-generation
13
+ - literary
14
+ - prose
15
+ - creative-writing
16
+ - narrative
17
+ - nemotron
18
+ ---
19
+ ## About
20
+
21
  <!-- ### quantize_version: 2 -->
22
  <!-- ### output_tensor_quantised: 1 -->
23
  <!-- ### convert_type: hf -->
 
27
  <!-- ### quants_skip: -->
28
  <!-- ### skip_mmproj: -->
29
  weighted/imatrix quants of https://huggingface.co/Mitchins/Aronnax-N9Bv2-1.0
30
+
31
+ <!-- provided-files -->
32
+
33
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Aronnax-N9Bv2-1.0-i1-GGUF).***
34
+
35
+ static quants are available at https://huggingface.co/mradermacher/Aronnax-N9Bv2-1.0-GGUF
36
+ ## Usage
37
+
38
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
39
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
40
+ more details, including on how to concatenate multi-part files.
41
+
42
+ ## Provided Quants
43
+
44
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
45
+
46
+ | Link | Type | Size/GB | Notes |
47
+ |:-----|:-----|--------:|:------|
48
+ | [GGUF](https://huggingface.co/mradermacher/Aronnax-N9Bv2-1.0-i1-GGUF/resolve/main/Aronnax-N9Bv2-1.0.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
49
+ | [GGUF](https://huggingface.co/mradermacher/Aronnax-N9Bv2-1.0-i1-GGUF/resolve/main/Aronnax-N9Bv2-1.0.i1-IQ1_S.gguf) | i1-IQ1_S | 4.9 | for the desperate |
50
+ | [GGUF](https://huggingface.co/mradermacher/Aronnax-N9Bv2-1.0-i1-GGUF/resolve/main/Aronnax-N9Bv2-1.0.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.2 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/Aronnax-N9Bv2-1.0-i1-GGUF/resolve/main/Aronnax-N9Bv2-1.0.i1-Q4_K_S.gguf) | i1-Q4_K_S | 6.3 | optimal size/speed/quality |
52
+ | [GGUF](https://huggingface.co/mradermacher/Aronnax-N9Bv2-1.0-i1-GGUF/resolve/main/Aronnax-N9Bv2-1.0.i1-Q6_K.gguf) | i1-Q6_K | 9.2 | practically like static Q6_K |
53
+
54
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
55
+ types (lower is better):
56
+
57
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
58
+
59
+ And here are Artefact2's thoughts on the matter:
60
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
61
+
62
+ ## FAQ / Model Request
63
+
64
+ See https://huggingface.co/mradermacher/model_requests for some answers to
65
+ questions you might have and/or if you want some other model quantized.
66
+
67
+ ## Thanks
68
+
69
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
70
+ me use its servers and providing upgrades to my workstation to enable
71
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
72
+
73
+ <!-- end -->