From 95d5d2ae0feb010b04e5bbb1b7cbd50ae5dce283 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 8 May 2026 07:17:13 +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/docscopeOCR-7B-050425-exp-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ README.md | 96 +++++++++++++++++++++++ docscopeOCR-7B-050425-exp.i1-IQ1_M.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ1_S.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ2_M.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ2_S.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ2_XS.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ2_XXS.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ3_M.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ3_S.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ3_XS.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ3_XXS.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ4_NL.gguf | 3 + docscopeOCR-7B-050425-exp.i1-IQ4_XS.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q2_K.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q2_K_S.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q3_K_L.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q3_K_M.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q3_K_S.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q4_0.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q4_1.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q4_K_M.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q4_K_S.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q5_K_M.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q5_K_S.gguf | 3 + docscopeOCR-7B-050425-exp.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 27 files changed, 231 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ1_M.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ1_S.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ2_M.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ2_S.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ2_XS.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ2_XXS.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ3_M.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ3_S.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ3_XS.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ3_XXS.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ4_NL.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-IQ4_XS.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q2_K.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q2_K_S.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q3_K_L.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q3_K_M.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q3_K_S.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q4_0.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q4_1.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q4_K_M.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q4_K_S.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q5_K_M.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q5_K_S.gguf create mode 100644 docscopeOCR-7B-050425-exp.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..37b3d4d --- /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 +docscopeOCR-7B-050425-exp.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +docscopeOCR-7B-050425-exp.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..8573437 --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ +--- +base_model: prithivMLmods/docscopeOCR-7B-050425-exp +datasets: +- allenai/olmOCR-mix-0225 +- prithivMLmods/Opendoc1-Analysis-Recognition +- prithivMLmods/Opendoc2-Analysis-Recognition +- prithivMLmods/Openpdf-Analysis-Recognition +language: +- en +- zh +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- OCR +- Pdf +- Doc +- Image +- text-generation-inference +- KIE-Key Information Extraction +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/prithivMLmods/docscopeOCR-7B-050425-exp + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#docscopeOCR-7B-050425-exp-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-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/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ1_S.gguf) | i1-IQ1_S | 2.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.9 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ3_S.gguf) | i1-IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ3_M.gguf) | i1-IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q4_0.gguf) | i1-Q4_0 | 4.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q4_1.gguf) | i1-Q4_1 | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/docscopeOCR-7B-050425-exp-i1-GGUF/resolve/main/docscopeOCR-7B-050425-exp.i1-Q6_K.gguf) | i1-Q6_K | 6.4 | 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/docscopeOCR-7B-050425-exp.i1-IQ1_M.gguf b/docscopeOCR-7B-050425-exp.i1-IQ1_M.gguf new file mode 100644 index 0000000..f38b1df --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97a93adfe28cc57bb9abf6424961e7ecfa4ccf674116382be4170a083930e5b +size 2042198208 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ1_S.gguf b/docscopeOCR-7B-050425-exp.i1-IQ1_S.gguf new file mode 100644 index 0000000..e9e0cfe --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4250290c23af8c5dcff986cf58854fd65c3506d233af54c60d62a3b813712418 +size 1903669440 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ2_M.gguf b/docscopeOCR-7B-050425-exp.i1-IQ2_M.gguf new file mode 100644 index 0000000..9bf88c5 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1214775d6d20f58d029b4b4003b26da7a9cf568113fcdf62573821df6fa8eb2c +size 2780344512 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ2_S.gguf b/docscopeOCR-7B-050425-exp.i1-IQ2_S.gguf new file mode 100644 index 0000000..bd57bff --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318394c8db38e8bce0886cac6ac275c1e4cde89752f5e7fb52c4a8d90b00b710 +size 2595639488 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ2_XS.gguf b/docscopeOCR-7B-050425-exp.i1-IQ2_XS.gguf new file mode 100644 index 0000000..719a7a3 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44681846a0146beccf0b9e23938b0c25f43c4b79ff3b9f770ad02bd6181d6873 +size 2469023936 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ2_XXS.gguf b/docscopeOCR-7B-050425-exp.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..097c73d --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbcfabf0f50bd4460d4fcca055279e1f523a6a3a2bb95a11611392a3d298d41 +size 2273079488 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ3_M.gguf b/docscopeOCR-7B-050425-exp.i1-IQ3_M.gguf new file mode 100644 index 0000000..5492cc2 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf609e5e15b35ed325cfbc266578357e041b1bc636c873219b3f5f508ccee62 +size 3574014144 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ3_S.gguf b/docscopeOCR-7B-050425-exp.i1-IQ3_S.gguf new file mode 100644 index 0000000..64900ee --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abf48305c973483a36ed46b2dd2d0423787d7df2c6a84acf33a9595f577058d +size 3499194560 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ3_XS.gguf b/docscopeOCR-7B-050425-exp.i1-IQ3_XS.gguf new file mode 100644 index 0000000..cc4be2b --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e89ce861822f34f2e49f4bc4190f876446a150e5a60ac2f09343e0b71426f7 +size 3346258112 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ3_XXS.gguf b/docscopeOCR-7B-050425-exp.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..062ef35 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa12436dbfa5348b15de43a316dbb18d6a8e6795cd45beef487ebef325273d2 +size 3114516672 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ4_NL.gguf b/docscopeOCR-7B-050425-exp.i1-IQ4_NL.gguf new file mode 100644 index 0000000..a01b0e7 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa368f9c700f987571d58dda13967b5a083e31b92480299c1367fd391e91f37 +size 4437815488 diff --git a/docscopeOCR-7B-050425-exp.i1-IQ4_XS.gguf b/docscopeOCR-7B-050425-exp.i1-IQ4_XS.gguf new file mode 100644 index 0000000..110348c --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30df5759009647805c24809b14047bc14264f3ad5f6965696d213fbe3250c951 +size 4218474688 diff --git a/docscopeOCR-7B-050425-exp.i1-Q2_K.gguf b/docscopeOCR-7B-050425-exp.i1-Q2_K.gguf new file mode 100644 index 0000000..377f523 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860ae4abb4a159683a6badf147982e6f807a56b144fdc9e7b57cc490ef853abd +size 3015942336 diff --git a/docscopeOCR-7B-050425-exp.i1-Q2_K_S.gguf b/docscopeOCR-7B-050425-exp.i1-Q2_K_S.gguf new file mode 100644 index 0000000..b91867f --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e90a9396025d0c2a0276d0811b8149b7fc5c42f44b2a55cab0e7ba862d5cc6 +size 2834075840 diff --git a/docscopeOCR-7B-050425-exp.i1-Q3_K_L.gguf b/docscopeOCR-7B-050425-exp.i1-Q3_K_L.gguf new file mode 100644 index 0000000..782c594 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c520852e5ba3d352a477e2b4a92d3444c7d2b38b0df5f087020f919f0c20f7 +size 4088461504 diff --git a/docscopeOCR-7B-050425-exp.i1-Q3_K_M.gguf b/docscopeOCR-7B-050425-exp.i1-Q3_K_M.gguf new file mode 100644 index 0000000..7e9dbf7 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc68d724163be6a5143c7ad3a0bfba643b76abb02096110a0fd7600dad098d2 +size 3808393408 diff --git a/docscopeOCR-7B-050425-exp.i1-Q3_K_S.gguf b/docscopeOCR-7B-050425-exp.i1-Q3_K_S.gguf new file mode 100644 index 0000000..d99fd94 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cf89e0f8c93f9628e5e36d2f3d8f2d8e5e12b2efe9c931c3257a90c409e32d +size 3492370624 diff --git a/docscopeOCR-7B-050425-exp.i1-Q4_0.gguf b/docscopeOCR-7B-050425-exp.i1-Q4_0.gguf new file mode 100644 index 0000000..c03e6c9 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1167c01f0c5796456b80c7c39bcd81fed368ccf440638c935f21b35e45a032 +size 4444123328 diff --git a/docscopeOCR-7B-050425-exp.i1-Q4_1.gguf b/docscopeOCR-7B-050425-exp.i1-Q4_1.gguf new file mode 100644 index 0000000..332d885 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0143aff5d57570d2a11a8b7b44ca1a70eb2bc2448dcef57ee380a13b97fdeaa0 +size 4873285824 diff --git a/docscopeOCR-7B-050425-exp.i1-Q4_K_M.gguf b/docscopeOCR-7B-050425-exp.i1-Q4_K_M.gguf new file mode 100644 index 0000000..2aa4248 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2478d139216675c8f562c2a15114dccf6f42ef44e4462ebeba18a440db750d44 +size 4683075776 diff --git a/docscopeOCR-7B-050425-exp.i1-Q4_K_S.gguf b/docscopeOCR-7B-050425-exp.i1-Q4_K_S.gguf new file mode 100644 index 0000000..ac43d7f --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dadacc78288c01205c97c2e13d5e668aee3ca4e73cb8345f956e6aae4633396 +size 4457771200 diff --git a/docscopeOCR-7B-050425-exp.i1-Q5_K_M.gguf b/docscopeOCR-7B-050425-exp.i1-Q5_K_M.gguf new file mode 100644 index 0000000..411fa3c --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5ad3ccf864fa0188e9630a4c81468ec8e53189c7953b52311e9eff1dd73575 +size 5444833472 diff --git a/docscopeOCR-7B-050425-exp.i1-Q5_K_S.gguf b/docscopeOCR-7B-050425-exp.i1-Q5_K_S.gguf new file mode 100644 index 0000000..236d0ab --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7729fb188d176d8e6a011a9c16c6d194771ff45568d53dafe05e915cc9d078d +size 5315178688 diff --git a/docscopeOCR-7B-050425-exp.i1-Q6_K.gguf b/docscopeOCR-7B-050425-exp.i1-Q6_K.gguf new file mode 100644 index 0000000..decfb76 --- /dev/null +++ b/docscopeOCR-7B-050425-exp.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e10b40b705eb8da9952bad8ed6ff622cba8353f85d55acc9736d258ec91b4d +size 6254201024 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..3140b28 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c269bbf437d226b0b3e0a9e683b0b945cc1860b4db4a2f6f29dc451bbf82c35 +size 4536665