mradermacher commited on
Commit
208bc46
·
verified ·
1 Parent(s): 241eb0b

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +23,44 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-Nexus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Doctor-Shotgun/L3.3-70B-Magnum-Nexus
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: llama3.3
7
+ mradermacher:
8
+ readme_rev: 1
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - mergekit
12
+ - merge
13
+ - chat
14
+ ---
15
+ ## About
16
+
17
  <!-- ### quantize_version: 2 -->
18
  <!-- ### output_tensor_quantised: 1 -->
19
  <!-- ### convert_type: hf -->
 
23
  <!-- ### quants_skip: -->
24
  <!-- ### skip_mmproj: -->
25
  weighted/imatrix quants of https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-Nexus
26
+
27
+ <!-- provided-files -->
28
+
29
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#L3.3-70B-Magnum-Nexus-i1-GGUF).***
30
+
31
+ static quants are available at https://huggingface.co/mradermacher/L3.3-70B-Magnum-Nexus-GGUF
32
+ ## Usage
33
+
34
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
35
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
36
+ more details, including on how to concatenate multi-part files.
37
+
38
+ ## Provided Quants
39
+
40
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
41
+
42
+ | Link | Type | Size/GB | Notes |
43
+ |:-----|:-----|--------:|:------|
44
+ | [GGUF](https://huggingface.co/mradermacher/L3.3-70B-Magnum-Nexus-i1-GGUF/resolve/main/L3.3-70B-Magnum-Nexus.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own qwuants) |
45
+ | [GGUF](https://huggingface.co/mradermacher/L3.3-70B-Magnum-Nexus-i1-GGUF/resolve/main/L3.3-70B-Magnum-Nexus.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
46
+
47
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
48
+ types (lower is better):
49
+
50
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
51
+
52
+ And here are Artefact2's thoughts on the matter:
53
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
54
+
55
+ ## FAQ / Model Request
56
+
57
+ See https://huggingface.co/mradermacher/model_requests for some answers to
58
+ questions you might have and/or if you want some other model quantized.
59
+
60
+ ## Thanks
61
+
62
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
63
+ me use its servers and providing upgrades to my workstation to enable
64
+ 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.
65
+
66
+ <!-- end -->