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