From a28120fb8513cdd49f20cb90a408b84287b8a2d5 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 5 May 2026 22:21:53 +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/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ ...nets-OCR-s-Fast-Preprocessor.i1-IQ1_M.gguf | 3 + ...nets-OCR-s-Fast-Preprocessor.i1-IQ1_S.gguf | 3 + ...nets-OCR-s-Fast-Preprocessor.i1-IQ2_M.gguf | 3 + ...nets-OCR-s-Fast-Preprocessor.i1-IQ2_S.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-IQ2_XS.gguf | 3 + ...ts-OCR-s-Fast-Preprocessor.i1-IQ2_XXS.gguf | 3 + ...nets-OCR-s-Fast-Preprocessor.i1-IQ3_M.gguf | 3 + ...nets-OCR-s-Fast-Preprocessor.i1-IQ3_S.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-IQ3_XS.gguf | 3 + ...ts-OCR-s-Fast-Preprocessor.i1-IQ3_XXS.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-IQ4_NL.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-IQ4_XS.gguf | 3 + Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-Q2_K_S.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-Q3_K_L.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-Q3_K_M.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-Q3_K_S.gguf | 3 + Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_0.gguf | 3 + Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_1.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-Q4_K_M.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-Q4_K_S.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-Q5_K_M.gguf | 3 + ...ets-OCR-s-Fast-Preprocessor.i1-Q5_K_S.gguf | 3 + Nanonets-OCR-s-Fast-Preprocessor.i1-Q6_K.gguf | 3 + README.md | 85 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 220 insertions(+) create mode 100644 .gitattributes create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_M.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_S.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_M.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_S.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XS.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XXS.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_M.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_S.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XS.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XXS.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_NL.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_XS.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K_S.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_L.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_M.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_S.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_0.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_1.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_M.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_S.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_M.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_S.gguf create mode 100644 Nanonets-OCR-s-Fast-Preprocessor.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d6f1ad3 --- /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 +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Nanonets-OCR-s-Fast-Preprocessor.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_M.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_M.gguf new file mode 100644 index 0000000..b4363a6 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4482b0234ee6d292b6da7ffd335e66563d3362a7e2a523fbec169e65da90d14d +size 850026528 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_S.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_S.gguf new file mode 100644 index 0000000..297919b --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e4593684d614b5f57d088794910affa815e53e9049160e6ea2f4dfd921f784 +size 791093280 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_M.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_M.gguf new file mode 100644 index 0000000..b4c3516 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf8f336b67e618e16a3d06ac5a010ee8969c95bc0fb9ea312eed41d11cb4495 +size 1140514848 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_S.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_S.gguf new file mode 100644 index 0000000..426362b --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a4e2572045bed2262d68ce47eafac5e17c4943adabcf766e1eead00649c838 +size 1061937184 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XS.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XS.gguf new file mode 100644 index 0000000..ddac91a --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d7192c706220c9ed2ab2d00938f9685ade748364668eb39da7cd96c33bddfc +size 1031544864 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XXS.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..1773ccd --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b27c91d5f10a30fa058e3b0280fce19f250ecb55b3c63ca533874431de12db1 +size 948248608 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_M.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_M.gguf new file mode 100644 index 0000000..1fb3cda --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5a857edc9e67aa9eba1bce4a4b35dac545c24faaeb2f81797bcdd403287a99 +size 1488893984 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_S.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_S.gguf new file mode 100644 index 0000000..2498a24 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e859dd04bc5339255600f5dce14a56144ddb867970d92b78f0a2a3d71a0d983c +size 1456863264 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XS.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XS.gguf new file mode 100644 index 0000000..18fe077 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e864ba7369879e5ff8d037deaccf1ea5577e4b095239c8ba0ad464bb1bd5981b +size 1391835168 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XXS.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..0d3edb5 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef81115e10ae6aa739ceb4da500dfa7390fd47ad420f396d043b853318c0755b +size 1282826272 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_NL.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_NL.gguf new file mode 100644 index 0000000..e24cbf3 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aaf1c91c7c0ea07db3d887889195d62b0943cfbc757bf1752a9bbea437aab8b +size 1825208352 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_XS.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_XS.gguf new file mode 100644 index 0000000..1ef9b98 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40be577c4131a82f8c97dd39103c5401a59e47a417aceb12dba9473befa17644 +size 1739094048 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K.gguf new file mode 100644 index 0000000..d6ac267 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5044c6fe686c80a74514658e00765b131895bc8bcc1808beebbca3b3acf11da9 +size 1274755104 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K_S.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K_S.gguf new file mode 100644 index 0000000..0389c3c --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293cfd80440d262f28cf54c05b5190c9ed77fb331ccae3863f923966c9eec618 +size 1198127136 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_L.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_L.gguf new file mode 100644 index 0000000..1ac71be --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd9b38ef49e370c15131eb4f3aae9802715ffb2ff04ea5c81941af075bb8c30 +size 1707391008 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_M.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_M.gguf new file mode 100644 index 0000000..332d757 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9a5909a7e06701da82797dc895b38554184b4a2d3ffb947d15426541ae3d2d +size 1590474784 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_S.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_S.gguf new file mode 100644 index 0000000..5d5cf8a --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae44020faa6bf3cf1519ce3d515a1ea4db9c194bd1eb519915a352983314fe4 +size 1454356512 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_0.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_0.gguf new file mode 100644 index 0000000..57ca85a --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d94a7b2eb9b5e557bfaf76b58bc18b072f9a60f3ae0fd3f03f59d204b569a2 +size 1828485152 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_1.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_1.gguf new file mode 100644 index 0000000..995e9fc --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16014b2472adb9d06900a106b392f477e3dc2dace436192fbe3881205b269953 +size 1996257312 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_M.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_M.gguf new file mode 100644 index 0000000..43544cb --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a3b627b4dd9e5122a62151d1e2dd136193ac1fb8d4c917d48c7f06ac1eb2c2 +size 1929902112 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_S.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_S.gguf new file mode 100644 index 0000000..45f295f --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753b6d882aa47ffa83f66ce85f3e906e18b7ba5baa0a88355395f0a82b6c4e92 +size 1834383392 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_M.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_M.gguf new file mode 100644 index 0000000..415f658 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e15e646bc8b31bc4b90dfc02c555a3f7d010188b246ed64cd548e2e2ec48aa +size 2224814112 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_S.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_S.gguf new file mode 100644 index 0000000..2ce0d2f --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22607cb271cfbad29dfe6905333e6e86b991c0f53b3adc35191a1b628596d6aa +size 2169665568 diff --git a/Nanonets-OCR-s-Fast-Preprocessor.i1-Q6_K.gguf b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q6_K.gguf new file mode 100644 index 0000000..8a10417 --- /dev/null +++ b/Nanonets-OCR-s-Fast-Preprocessor.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc9f7b54c2dbfcdd1aca4093c29b7777d1b09a4f49ea4e2b2eb46ec4a0b177e +size 2538158112 diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb413fc --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: amazingvince/Nanonets-OCR-s-Fast-Preprocessor +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- OCR +- pdf2markdown +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/amazingvince/Nanonets-OCR-s-Fast-Preprocessor + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-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/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_S.gguf) | i1-IQ1_S | 0.9 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_S.gguf) | i1-IQ2_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ2_M.gguf) | i1-IQ2_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q2_K.gguf) | i1-Q2_K | 1.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ3_M.gguf) | i1-IQ3_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.7 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_0.gguf) | i1-Q4_0 | 1.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q4_1.gguf) | i1-Q4_1 | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Nanonets-OCR-s-Fast-Preprocessor-i1-GGUF/resolve/main/Nanonets-OCR-s-Fast-Preprocessor.i1-Q6_K.gguf) | i1-Q6_K | 2.6 | 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/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..df5f476 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9b5058376d77b966901900bc6c29c5d1350c86282ec06b36b7364c3f9bf3b8 +size 3362977