mradermacher commited on
Commit
f8e77be
·
verified ·
1 Parent(s): d5cbfa8

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md CHANGED
@@ -1,6 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: -->
6
  static quants of https://huggingface.co/sentence-transformers/paraphrase-MiniLM-L3-v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: sentence-transformers/paraphrase-MiniLM-L3-v2
3
+ datasets:
4
+ - flax-sentence-embeddings/stackexchange_xml
5
+ - s2orc
6
+ - ms_marco
7
+ - wiki_atomic_edits
8
+ - snli
9
+ - multi_nli
10
+ - embedding-data/altlex
11
+ - embedding-data/simple-wiki
12
+ - embedding-data/flickr30k-captions
13
+ - embedding-data/coco_captions
14
+ - embedding-data/sentence-compression
15
+ - embedding-data/QQP
16
+ - yahoo_answers_topics
17
+ language:
18
+ - en
19
+ library_name: transformers
20
+ license: apache-2.0
21
+ quantized_by: mradermacher
22
+ tags:
23
+ - sentence-transformers
24
+ - feature-extraction
25
+ - sentence-similarity
26
+ - transformers
27
+ ---
28
+ ## About
29
+
30
  <!-- ### quantize_version: 2 -->
31
  <!-- ### output_tensor_quantised: 1 -->
32
  <!-- ### convert_type: hf -->
33
  <!-- ### vocab_type: -->
34
  <!-- ### tags: -->
35
  static quants of https://huggingface.co/sentence-transformers/paraphrase-MiniLM-L3-v2
36
+
37
+ <!-- provided-files -->
38
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-i1-GGUF
39
+ ## Usage
40
+
41
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
42
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
43
+ more details, including on how to concatenate multi-part files.
44
+
45
+ ## Provided Quants
46
+
47
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
48
+
49
+ | Link | Type | Size/GB | Notes |
50
+ |:-----|:-----|--------:|:------|
51
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.Q2_K.gguf) | Q2_K | 0.1 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.Q3_K_S.gguf) | Q3_K_S | 0.1 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.IQ4_XS.gguf) | IQ4_XS | 0.1 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.Q3_K_M.gguf) | Q3_K_M | 0.1 | lower quality |
55
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.Q3_K_L.gguf) | Q3_K_L | 0.1 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.Q4_K_S.gguf) | Q4_K_S | 0.1 | fast, recommended |
57
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.Q4_K_M.gguf) | Q4_K_M | 0.1 | fast, recommended |
58
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.Q5_K_S.gguf) | Q5_K_S | 0.1 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.Q5_K_M.gguf) | Q5_K_M | 0.1 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.Q6_K.gguf) | Q6_K | 0.1 | very good quality |
61
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.Q8_0.gguf) | Q8_0 | 0.1 | fast, best quality |
62
+ | [GGUF](https://huggingface.co/mradermacher/paraphrase-MiniLM-L3-v2-GGUF/resolve/main/paraphrase-MiniLM-L3-v2.f16.gguf) | f16 | 0.1 | 16 bpw, overkill |
63
+
64
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
65
+ types (lower is better):
66
+
67
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
68
+
69
+ And here are Artefact2's thoughts on the matter:
70
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
71
+
72
+ ## FAQ / Model Request
73
+
74
+ See https://huggingface.co/mradermacher/model_requests for some answers to
75
+ questions you might have and/or if you want some other model quantized.
76
+
77
+ ## Thanks
78
+
79
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
80
+ me use its servers and providing upgrades to my workstation to enable
81
+ this work in my free time.
82
+
83
+ <!-- end -->