mradermacher commited on
Commit
6e8a471
·
verified ·
1 Parent(s): f65944e

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md CHANGED
@@ -1,3 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +26,44 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/Surpem/Supertron2-Reranker-2B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Surpem/Supertron2-Reranker-2B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ mradermacher:
8
+ readme_rev: 1
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - reranking
12
+ - retrieval
13
+ - rag
14
+ - cross-encoder
15
+ - qwen3-vl
16
+ - pytorch
17
+ ---
18
+ ## About
19
+
20
  <!-- ### quantize_version: 2 -->
21
  <!-- ### output_tensor_quantised: 1 -->
22
  <!-- ### convert_type: hf -->
 
26
  <!-- ### quants_skip: -->
27
  <!-- ### skip_mmproj: -->
28
  static quants of https://huggingface.co/Surpem/Supertron2-Reranker-2B
29
+
30
+ <!-- provided-files -->
31
+
32
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Supertron2-Reranker-2B-GGUF).***
33
+
34
+ weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
35
+ ## Usage
36
+
37
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
38
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
39
+ more details, including on how to concatenate multi-part files.
40
+
41
+ ## Provided Quants
42
+
43
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
44
+
45
+ | Link | Type | Size/GB | Notes |
46
+ |:-----|:-----|--------:|:------|
47
+ | [GGUF](https://huggingface.co/mradermacher/Supertron2-Reranker-2B-GGUF/resolve/main/Supertron2-Reranker-2B.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.5 | multi-modal supplement |
48
+ | [GGUF](https://huggingface.co/mradermacher/Supertron2-Reranker-2B-GGUF/resolve/main/Supertron2-Reranker-2B.mmproj-f16.gguf) | mmproj-f16 | 0.9 | multi-modal supplement |
49
+
50
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
51
+ types (lower is better):
52
+
53
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
54
+
55
+ And here are Artefact2's thoughts on the matter:
56
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
57
+
58
+ ## FAQ / Model Request
59
+
60
+ See https://huggingface.co/mradermacher/model_requests for some answers to
61
+ questions you might have and/or if you want some other model quantized.
62
+
63
+ ## Thanks
64
+
65
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
66
+ me use its servers and providing upgrades to my workstation to enable
67
+ this work in my free time.
68
+
69
+ <!-- end -->