Compare commits
10 Commits
1d94874875
...
75e98afb1a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75e98afb1a | ||
|
|
b67ee92883 | ||
|
|
b99761d5ff | ||
|
|
ea00cda510 | ||
|
|
b205ee4d7b | ||
|
|
f6a1e04092 | ||
|
|
6fdd61ebd9 | ||
|
|
3e91ff198c | ||
|
|
7707063327 | ||
|
|
165859458c |
8
.gitattributes
vendored
8
.gitattributes
vendored
@@ -50,3 +50,11 @@ Ollpheist-12B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ollpheist-12B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
3
Ollpheist-12B.i1-IQ1_S.gguf
Normal file
3
Ollpheist-12B.i1-IQ1_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fbd62a6857cba2026c126d1ac2d194089dabf00aad220e3cab1a76938a5265a
|
||||
size 2999212544
|
||||
3
Ollpheist-12B.i1-IQ2_S.gguf
Normal file
3
Ollpheist-12B.i1-IQ2_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d69bde61af50db14163ad2c33482c53cc1dab2a5cbae62d400cd6f6c8541ef8
|
||||
size 4138473984
|
||||
3
Ollpheist-12B.i1-IQ3_S.gguf
Normal file
3
Ollpheist-12B.i1-IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a13c7251e5f1b19f37a149d105f44460e954df43cebe5b264cf6aa331ba927bc
|
||||
size 5562079744
|
||||
3
Ollpheist-12B.i1-IQ3_XS.gguf
Normal file
3
Ollpheist-12B.i1-IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33e3a14fed11856af60f5728c0f4b669dd3db87e90ddd57713184d62b08ab8be
|
||||
size 5306489344
|
||||
3
Ollpheist-12B.i1-Q4_0.gguf
Normal file
3
Ollpheist-12B.i1-Q4_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f6481d68d9b9383c1ed21ee2e2fa815b272bcca88a215b6b693318edcd9ea04
|
||||
size 7094639104
|
||||
3
Ollpheist-12B.i1-Q4_1.gguf
Normal file
3
Ollpheist-12B.i1-Q4_1.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e37b8eb7631c04bf350ec893d191b170f1f7bc7acbc3dab5d3b2f55bb738e563
|
||||
size 7795218944
|
||||
3
Ollpheist-12B.i1-Q5_K_M.gguf
Normal file
3
Ollpheist-12B.i1-Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f8eae352d02abaa7e9b109b235a5332a9e45c8ea11e1f0bf05c06879a01bf21
|
||||
size 8727632384
|
||||
3
Ollpheist-12B.i1-Q5_K_S.gguf
Normal file
3
Ollpheist-12B.i1-Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:332fc9021e4c716c7a6f083c9b2cf2ea2fe8fa1e0c3b11c207a1cca37f77f344
|
||||
size 8518736384
|
||||
80
README.md
80
README.md
@@ -1,3 +1,19 @@
|
||||
---
|
||||
base_model: Retreatcost/Ollpheist-12B
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
mradermacher:
|
||||
readme_rev: 1
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- mergekit
|
||||
- merge
|
||||
- frankenmerge
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
@@ -7,3 +23,67 @@
|
||||
<!-- ### quants_skip: -->
|
||||
<!-- ### skip_mmproj: -->
|
||||
weighted/imatrix quants of https://huggingface.co/Retreatcost/Ollpheist-12B
|
||||
|
||||
<!-- provided-files -->
|
||||
|
||||
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Ollpheist-12B-i1-GGUF).***
|
||||
|
||||
static quants are available at https://huggingface.co/mradermacher/Ollpheist-12B-GGUF
|
||||
## Usage
|
||||
|
||||
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
||||
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
||||
more details, including on how to concatenate multi-part files.
|
||||
|
||||
## Provided Quants
|
||||
|
||||
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
||||
|
||||
| Link | Type | Size/GB | Notes |
|
||||
|:-----|:-----|--------:|:------|
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ1_S.gguf) | i1-IQ1_S | 3.1 | for the desperate |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ2_S.gguf) | i1-IQ2_S | 4.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ2_M.gguf) | i1-IQ2_M | 4.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.6 | very low quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q2_K.gguf) | i1-Q2_K | 4.9 | IQ3_XXS probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.0 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.6 | IQ3_XS probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ3_S.gguf) | i1-IQ3_S | 5.7 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ3_M.gguf) | i1-IQ3_M | 5.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.2 | IQ3_S probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 6.7 | IQ3_M probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 6.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q4_0.gguf) | i1-Q4_0 | 7.2 | fast, low quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.2 | prefer IQ4_XS |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.2 | optimal size/speed/quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 7.6 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q4_1.gguf) | i1-Q4_1 | 7.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 8.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 8.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/Ollpheist-12B-i1-GGUF/resolve/main/Ollpheist-12B.i1-Q6_K.gguf) | i1-Q6_K | 10.2 | practically like static Q6_K |
|
||||
|
||||
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
||||
types (lower is better):
|
||||
|
||||

|
||||
|
||||
And here are Artefact2's thoughts on the matter:
|
||||
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
||||
|
||||
## FAQ / Model Request
|
||||
|
||||
See https://huggingface.co/mradermacher/model_requests for some answers to
|
||||
questions you might have and/or if you want some other model quantized.
|
||||
|
||||
## Thanks
|
||||
|
||||
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
||||
me use its servers and providing upgrades to my workstation to enable
|
||||
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.
|
||||
|
||||
<!-- end -->
|
||||
|
||||
Reference in New Issue
Block a user