mradermacher commited on
Commit
97561e8
·
verified ·
1 Parent(s): 285fe48

auto-patch README.md

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