mradermacher
commited on
Commit
•
adfccf3
1
Parent(s):
58d0a5b
auto-patch README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!-- ### quantize_version: 2 -->
|
2 |
<!-- ### output_tensor_quantised: 1 -->
|
3 |
<!-- ### convert_type: hf -->
|
4 |
<!-- ### vocab_type: -->
|
5 |
<!-- ### tags: nicoboss -->
|
6 |
weighted/imatrix quants of https://huggingface.co/R0k1e/UltraLink-LM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: R0k1e/UltraLink-LM
|
3 |
+
datasets:
|
4 |
+
- R0k1e/UltraLink
|
5 |
+
- stingning/ultrachat
|
6 |
+
- ise-uiuc/Magicoder-Evol-Instruct-110K
|
7 |
+
- ise-uiuc/Magicoder-OSS-Instruct-75K
|
8 |
+
language:
|
9 |
+
- eng
|
10 |
+
- fra
|
11 |
+
- rus
|
12 |
+
- spa
|
13 |
+
- zho
|
14 |
+
library_name: transformers
|
15 |
+
license: mit
|
16 |
+
quantized_by: mradermacher
|
17 |
+
---
|
18 |
+
## About
|
19 |
+
|
20 |
<!-- ### quantize_version: 2 -->
|
21 |
<!-- ### output_tensor_quantised: 1 -->
|
22 |
<!-- ### convert_type: hf -->
|
23 |
<!-- ### vocab_type: -->
|
24 |
<!-- ### tags: nicoboss -->
|
25 |
weighted/imatrix quants of https://huggingface.co/R0k1e/UltraLink-LM
|
26 |
+
|
27 |
+
<!-- provided-files -->
|
28 |
+
static quants are available at https://huggingface.co/mradermacher/UltraLink-LM-GGUF
|
29 |
+
## Usage
|
30 |
+
|
31 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
32 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
33 |
+
more details, including on how to concatenate multi-part files.
|
34 |
+
|
35 |
+
## Provided Quants
|
36 |
+
|
37 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
38 |
+
|
39 |
+
| Link | Type | Size/GB | Notes |
|
40 |
+
|:-----|:-----|--------:|:------|
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/UltraLink-LM-i1-GGUF/resolve/main/UltraLink-LM.i1-Q2_K.gguf) | i1-Q2_K | 5.0 | IQ3_XXS probably better |
|
42 |
+
|
43 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
44 |
+
types (lower is better):
|
45 |
+
|
46 |
+
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
|
47 |
+
|
48 |
+
And here are Artefact2's thoughts on the matter:
|
49 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
50 |
+
|
51 |
+
## FAQ / Model Request
|
52 |
+
|
53 |
+
See https://huggingface.co/mradermacher/model_requests for some answers to
|
54 |
+
questions you might have and/or if you want some other model quantized.
|
55 |
+
|
56 |
+
## Thanks
|
57 |
+
|
58 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
59 |
+
me use its servers and providing upgrades to my workstation to enable
|
60 |
+
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.
|
61 |
+
|
62 |
+
<!-- end -->
|