From 18eb2d0bc2eeec3b32920ffc4d259f38a1fab3b3 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 10 Jun 2026 11:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/Veritas-12B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++++ README.md | 95 +++++++++++++++++++++++++++++++++++++ Veritas-12B.i1-IQ1_M.gguf | 3 ++ Veritas-12B.i1-IQ1_S.gguf | 3 ++ Veritas-12B.i1-IQ2_M.gguf | 3 ++ Veritas-12B.i1-IQ2_S.gguf | 3 ++ Veritas-12B.i1-IQ2_XS.gguf | 3 ++ Veritas-12B.i1-IQ2_XXS.gguf | 3 ++ Veritas-12B.i1-IQ3_M.gguf | 3 ++ Veritas-12B.i1-IQ3_S.gguf | 3 ++ Veritas-12B.i1-IQ3_XS.gguf | 3 ++ Veritas-12B.i1-IQ3_XXS.gguf | 3 ++ Veritas-12B.i1-IQ4_NL.gguf | 3 ++ Veritas-12B.i1-IQ4_XS.gguf | 3 ++ Veritas-12B.i1-Q2_K.gguf | 3 ++ Veritas-12B.i1-Q2_K_S.gguf | 3 ++ Veritas-12B.i1-Q3_K_L.gguf | 3 ++ Veritas-12B.i1-Q3_K_M.gguf | 3 ++ Veritas-12B.i1-Q3_K_S.gguf | 3 ++ Veritas-12B.i1-Q4_0.gguf | 3 ++ Veritas-12B.i1-Q4_1.gguf | 3 ++ Veritas-12B.i1-Q4_K_M.gguf | 3 ++ Veritas-12B.i1-Q4_K_S.gguf | 3 ++ Veritas-12B.i1-Q5_K_M.gguf | 3 ++ Veritas-12B.i1-Q5_K_S.gguf | 3 ++ Veritas-12B.i1-Q6_K.gguf | 3 ++ imatrix.dat | 3 ++ 27 files changed, 230 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Veritas-12B.i1-IQ1_M.gguf create mode 100644 Veritas-12B.i1-IQ1_S.gguf create mode 100644 Veritas-12B.i1-IQ2_M.gguf create mode 100644 Veritas-12B.i1-IQ2_S.gguf create mode 100644 Veritas-12B.i1-IQ2_XS.gguf create mode 100644 Veritas-12B.i1-IQ2_XXS.gguf create mode 100644 Veritas-12B.i1-IQ3_M.gguf create mode 100644 Veritas-12B.i1-IQ3_S.gguf create mode 100644 Veritas-12B.i1-IQ3_XS.gguf create mode 100644 Veritas-12B.i1-IQ3_XXS.gguf create mode 100644 Veritas-12B.i1-IQ4_NL.gguf create mode 100644 Veritas-12B.i1-IQ4_XS.gguf create mode 100644 Veritas-12B.i1-Q2_K.gguf create mode 100644 Veritas-12B.i1-Q2_K_S.gguf create mode 100644 Veritas-12B.i1-Q3_K_L.gguf create mode 100644 Veritas-12B.i1-Q3_K_M.gguf create mode 100644 Veritas-12B.i1-Q3_K_S.gguf create mode 100644 Veritas-12B.i1-Q4_0.gguf create mode 100644 Veritas-12B.i1-Q4_1.gguf create mode 100644 Veritas-12B.i1-Q4_K_M.gguf create mode 100644 Veritas-12B.i1-Q4_K_S.gguf create mode 100644 Veritas-12B.i1-Q5_K_M.gguf create mode 100644 Veritas-12B.i1-Q5_K_S.gguf create mode 100644 Veritas-12B.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3ddee13 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +imatrix.dat filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Veritas-12B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..108ac57 --- /dev/null +++ b/README.md @@ -0,0 +1,95 @@ +--- +base_model: soob3123/Veritas-12B +datasets: +- AiresPucrs/stanford-encyclopedia-philosophy +- Manel/Reddit_Stoicism_QA_610 +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- philosophy +- reasoning +- logic +- ethics +- metaphysics +- epistemology +- critical-thinking +- debate +- dialogue +- text-generation +- uncensored +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/soob3123/Veritas-12B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Veritas-12B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Veritas-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/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ1_S.gguf) | i1-IQ1_S | 3.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ2_S.gguf) | i1-IQ2_S | 4.1 | | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ2_M.gguf) | i1-IQ2_M | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q2_K.gguf) | i1-Q2_K | 4.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 4.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ3_S.gguf) | i1-IQ3_S | 5.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ3_M.gguf) | i1-IQ3_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 6.6 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q4_0.gguf) | i1-Q4_0 | 7.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 7.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q4_1.gguf) | i1-Q4_1 | 7.7 | | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 8.3 | | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 8.5 | | +| [GGUF](https://huggingface.co/mradermacher/Veritas-12B-i1-GGUF/resolve/main/Veritas-12B.i1-Q6_K.gguf) | i1-Q6_K | 9.8 | practically like static Q6_K | + +Here is a handy graph by ikawrakow comparing some lower-quality quant +types (lower is better): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +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. + + diff --git a/Veritas-12B.i1-IQ1_M.gguf b/Veritas-12B.i1-IQ1_M.gguf new file mode 100644 index 0000000..8b54fc3 --- /dev/null +++ b/Veritas-12B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e76b53b67f49f2aa4f89db7966e32ea0a45dfb287f908524947b2cdc11c609f +size 3164728672 diff --git a/Veritas-12B.i1-IQ1_S.gguf b/Veritas-12B.i1-IQ1_S.gguf new file mode 100644 index 0000000..83d4040 --- /dev/null +++ b/Veritas-12B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17ff903b13fd3ce233ee3787065b5280289633299ead1d89079d905788189af +size 2947415392 diff --git a/Veritas-12B.i1-IQ2_M.gguf b/Veritas-12B.i1-IQ2_M.gguf new file mode 100644 index 0000000..b5f5af1 --- /dev/null +++ b/Veritas-12B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f222192298fe9f834d49e0019284ac892c71562201348e93a0dddecd10dc299 +size 4310461792 diff --git a/Veritas-12B.i1-IQ2_S.gguf b/Veritas-12B.i1-IQ2_S.gguf new file mode 100644 index 0000000..4a99bc5 --- /dev/null +++ b/Veritas-12B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f2146231ab8287367957bbf2b153c51b53803505012011ed7130e48ffe7846 +size 4020710752 diff --git a/Veritas-12B.i1-IQ2_XS.gguf b/Veritas-12B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..75c608a --- /dev/null +++ b/Veritas-12B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418b18ba13f032d1352e4ba3bb59bca5eaf4096418d553350c0eb897bbee8ebe +size 3840261472 diff --git a/Veritas-12B.i1-IQ2_XXS.gguf b/Veritas-12B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..5d9d94d --- /dev/null +++ b/Veritas-12B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8428f0977d8ededb15d550d3b1fb19c9b8b4ead858af16981d37a4a106a72f +size 3526917472 diff --git a/Veritas-12B.i1-IQ3_M.gguf b/Veritas-12B.i1-IQ3_M.gguf new file mode 100644 index 0000000..462ab45 --- /dev/null +++ b/Veritas-12B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00eeb20dd3b885396b2289349ad1182c6548637d90560cb01eb3f92726e49aba +size 5655723232 diff --git a/Veritas-12B.i1-IQ3_S.gguf b/Veritas-12B.i1-IQ3_S.gguf new file mode 100644 index 0000000..3d20954 --- /dev/null +++ b/Veritas-12B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4cbc25c3c2bf0344e6e5f16acee6d3f40fbcec78849336c6d0e8fc7e799714 +size 5458316512 diff --git a/Veritas-12B.i1-IQ3_XS.gguf b/Veritas-12B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..c4c4ced --- /dev/null +++ b/Veritas-12B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4550eeec5acda2b389ed2a28e97ca7cf31d4464906b80dfaceea70469a444f +size 5206166752 diff --git a/Veritas-12B.i1-IQ3_XXS.gguf b/Veritas-12B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..c02ca4f --- /dev/null +++ b/Veritas-12B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80f5e39f604bce77038b002e9ebaa1a57ee3d098f63918b0ccb23ab4f0ab0da +size 4784901472 diff --git a/Veritas-12B.i1-IQ4_NL.gguf b/Veritas-12B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..66478eb --- /dev/null +++ b/Veritas-12B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd61646204a014958ff9a315704cc45a910604adbe6a358de4943b221e60dad7 +size 6887165152 diff --git a/Veritas-12B.i1-IQ4_XS.gguf b/Veritas-12B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..b0745e1 --- /dev/null +++ b/Veritas-12B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a26490abfb271dcc7dee66202398e9cf1d2ae858875d090946a2ab0dd0b93c +size 6550965472 diff --git a/Veritas-12B.i1-Q2_K.gguf b/Veritas-12B.i1-Q2_K.gguf new file mode 100644 index 0000000..6f904e2 --- /dev/null +++ b/Veritas-12B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd547731a6083a0fb230406008873467f5a65b4cf9365b24f6dd5880fd5a5666 +size 4768222432 diff --git a/Veritas-12B.i1-Q2_K_S.gguf b/Veritas-12B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..8e3d83c --- /dev/null +++ b/Veritas-12B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850e9171041b034e14d5fc300612ed1e7daef113a400a2fc4fae00e227e8246d +size 4448611552 diff --git a/Veritas-12B.i1-Q3_K_L.gguf b/Veritas-12B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..8377acb --- /dev/null +++ b/Veritas-12B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6116f6b1281a597d822e4da977c8a7e19d7753cd3c89d2a6ab52b315bc1d6b +size 6480186592 diff --git a/Veritas-12B.i1-Q3_K_M.gguf b/Veritas-12B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..01dbce4 --- /dev/null +++ b/Veritas-12B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82b8a78aa852e9dfc7d797b648863bda8f7724a76a2fbacf0d94a40143b8f7e +size 6008818912 diff --git a/Veritas-12B.i1-Q3_K_S.gguf b/Veritas-12B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..f3d348f --- /dev/null +++ b/Veritas-12B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252198a63948619e5c96cc32a5849b682d3587bfa085bca45c2b38ee2d4fc1c6 +size 5458316512 diff --git a/Veritas-12B.i1-Q4_0.gguf b/Veritas-12B.i1-Q4_0.gguf new file mode 100644 index 0000000..1bcd163 --- /dev/null +++ b/Veritas-12B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1bc7cca297c9d361f7f43d0e47fc0b14ca182cc2c103dbd90c050b87111b4a +size 6909283552 diff --git a/Veritas-12B.i1-Q4_1.gguf b/Veritas-12B.i1-Q4_1.gguf new file mode 100644 index 0000000..f9cd287 --- /dev/null +++ b/Veritas-12B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f825fca460ced8a4ffb751aae3f6b32721333979910fccbf2aa3e366c261626a +size 7559564512 diff --git a/Veritas-12B.i1-Q4_K_M.gguf b/Veritas-12B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..02d6148 --- /dev/null +++ b/Veritas-12B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7e9ced113317de444edabe7a6a1c9e1fdfdf6df0bb4bc738c5d2d286d04a8c +size 7300779232 diff --git a/Veritas-12B.i1-Q4_K_S.gguf b/Veritas-12B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..6c020af --- /dev/null +++ b/Veritas-12B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9549a8fe929c81f990dd0a8800935df159b9d73ba8f2da5d916efdad4ecc1858 +size 6935334112 diff --git a/Veritas-12B.i1-Q5_K_M.gguf b/Veritas-12B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..8aa8b0a --- /dev/null +++ b/Veritas-12B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab2ed7921a464f58edb175e8a640ac9e2c63ebc9c12673fef4d6616c28d9116 +size 8445037792 diff --git a/Veritas-12B.i1-Q5_K_S.gguf b/Veritas-12B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..c95291b --- /dev/null +++ b/Veritas-12B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa30a59095a4ce5d386e2173b347c1296b791dfc46573482813819ff931974a +size 8231963872 diff --git a/Veritas-12B.i1-Q6_K.gguf b/Veritas-12B.i1-Q6_K.gguf new file mode 100644 index 0000000..f00c39c --- /dev/null +++ b/Veritas-12B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4723f12beba75dcef4abd58e6a3426b4019635381deed461fd3b5119b2168b70 +size 9660812512 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..93aae2e --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecd08c01d020cd86f353167a80ae158401e26e91b6ae2b4981ec31ecd40d74d +size 7433101