From 741a92c12f4cab9a64898be3bb004ec688d92e8b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 5 Jun 2026 07:43:18 +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/OceanGPT-basic-4B-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++ OceanGPT-basic-4B-Instruct.i1-IQ1_M.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ1_S.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ2_M.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ2_S.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ2_XS.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ2_XXS.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ3_M.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ3_S.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ3_XS.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ3_XXS.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ4_NL.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-IQ4_XS.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q2_K.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q2_K_S.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q3_K_L.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q3_K_M.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q3_K_S.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q4_0.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q4_1.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q4_K_M.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q4_K_S.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q5_K_M.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q5_K_S.gguf | 3 + OceanGPT-basic-4B-Instruct.i1-Q6_K.gguf | 3 + OceanGPT-basic-4B-Instruct.imatrix.gguf | 3 + README.md | 90 ++++++++++++++++++++++ 27 files changed, 225 insertions(+) create mode 100644 .gitattributes create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ1_M.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ1_S.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ2_M.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ2_S.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ2_XS.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ2_XXS.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ3_M.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ3_S.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ3_XS.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ3_XXS.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ4_NL.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-IQ4_XS.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q2_K.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q2_K_S.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q3_K_L.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q3_K_M.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q3_K_S.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q4_0.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q4_1.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q4_K_M.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q4_K_S.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q5_K_M.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q5_K_S.gguf create mode 100644 OceanGPT-basic-4B-Instruct.i1-Q6_K.gguf create mode 100644 OceanGPT-basic-4B-Instruct.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fa50257 --- /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 +OceanGPT-basic-4B-Instruct.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OceanGPT-basic-4B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ1_M.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..6ab07dc --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2160cc7ce533feaf8c5edc2630c0c49a688f1eebdb7b9b733d1c25956666ee68 +size 1127017152 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ1_S.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..438a0e1 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cb35c8dbae3e2996659df22d0be0da618bb0096f7654cd161a1b5eaba89131 +size 1055255232 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ2_M.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..fd9558b --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ca95718ad63d7b913345d3f1f07174508236e296a11f8650041f4de102caff +size 1512983232 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ2_S.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..b81af68 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c237dce2c4784413395854f754d1793ed1e5900cdf6b23c521d191135daebe +size 1417300672 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ2_XS.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..92cb8e2 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b760652f8f0232ffe3499d111288839a2d81cbc0ebad97c3ff8665391146155 +size 1354099392 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ2_XXS.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..634fb55 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcf07a6d5f82b00c06f810ca529c890053e0ca08310be0badb752a6515e0438 +size 1246620352 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ3_M.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..111830e --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe6dfcdf254a58f53c9992d0a1718b134a1cc8d3eb2d24a647866687f253d50 +size 1962895552 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ3_S.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..46968a2 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d7afbb25acf9986bd4a230f475e3ea7fcafec32772028093d33d78392d4425 +size 1899530432 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ3_XS.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..75d8a45 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198c36331fac619cae66667fd4760c968526c32fbf9a9f80485c9d63b0f07d80 +size 1814374592 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ3_XXS.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..ebf5d3f --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25fb0c8cdf36daa32013283a9a42d78bf574dc1b36826d10428f15e0a0eeb97 +size 1670187712 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ4_NL.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ4_NL.gguf new file mode 100644 index 0000000..a044ab2 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68431b9d2b4e1e601a0c4d4abcb6818512123b07f2eee7a4667b9eb5bf9ea35 +size 2381342912 diff --git a/OceanGPT-basic-4B-Instruct.i1-IQ4_XS.gguf b/OceanGPT-basic-4B-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..5dee6d9 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac31c949348a9e7864a093c9168e99ef39416b4bbbb096e55a9ec12521f4c16 +size 2270750912 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q2_K.gguf b/OceanGPT-basic-4B-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..9b3b442 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b92aa83ce69bbe41f9c7abd7bca919c1b49afd01b93c2408065d5c6a9299488 +size 1669499072 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q2_K_S.gguf b/OceanGPT-basic-4B-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..cdc8964 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e21a7c2b0695eee74f904a3327c2ab255f0158d14f9ccab987a8eed2d9447b +size 1563453632 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q3_K_L.gguf b/OceanGPT-basic-4B-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..9f2a593 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36b5b7047279300d0c3c6c7110450a9107730edcc862cf35beb537343273726 +size 2239785152 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q3_K_M.gguf b/OceanGPT-basic-4B-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..08c609d --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bd26dc387b8b833be3fa5c0e556a1db2119b8d7d24ee7aa3f56989ab3d079e +size 2075617472 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q3_K_S.gguf b/OceanGPT-basic-4B-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..e2f5050 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b8cc75b154177c884809b7b5f29dd3aa78d76bc6e421fcfbf035e27fe84646 +size 1886996672 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q4_0.gguf b/OceanGPT-basic-4B-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..60990f7 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a23654a04bd4c5e9e74cb4d09c40b0b91af8b69ab4b1d3e826a71c368e497e6 +size 2375772352 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q4_1.gguf b/OceanGPT-basic-4B-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..5e3dba4 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e6dc9e5c40fb7cf71627949e6665f149ff3f343fb6293f6b66020a3d9984dd +size 2596628672 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q4_K_M.gguf b/OceanGPT-basic-4B-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..0fe93e3 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90d605b43064f5b7d75c3ca0a2bd207ba05979a307994bb7cc89acbca95929a +size 2497280192 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q4_K_S.gguf b/OceanGPT-basic-4B-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..8d44b9b --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af24129639a0c50e0733f77a84096f800914750431041953045a47b7704cfd00 +size 2383308992 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q5_K_M.gguf b/OceanGPT-basic-4B-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..a457b75 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138373b365bf8f107f5ccf90a4442e8e3ee2c9e52114a448b85942d805831273 +size 2889513152 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q5_K_S.gguf b/OceanGPT-basic-4B-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..b97a1f2 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e344f1764266678cac59170c54d52702355bb7ba5c3b01f0e0b67bd12316f94b +size 2823710912 diff --git a/OceanGPT-basic-4B-Instruct.i1-Q6_K.gguf b/OceanGPT-basic-4B-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..d9f5d00 --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719e7dbc48e54691568f3a705fe5f6f943a7cec8bf0a314b073fb3145706e3c7 +size 3306260672 diff --git a/OceanGPT-basic-4B-Instruct.imatrix.gguf b/OceanGPT-basic-4B-Instruct.imatrix.gguf new file mode 100644 index 0000000..5671b3e --- /dev/null +++ b/OceanGPT-basic-4B-Instruct.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c874507816fcf338ba200ef6a558cde25c1ad10ad4648fe3594c37faf6b4e63 +size 3872640 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6240686 --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +--- +base_model: zjunlp/OceanGPT-basic-4B-Instruct +language: +- en +- zh +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- ocean +- text-generation-inference +- oceangpt +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/zjunlp/OceanGPT-basic-4B-Instruct + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#OceanGPT-basic-4B-Instruct-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-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/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 1.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 1.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 1.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 2.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 2.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 2.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/OceanGPT-basic-4B-Instruct-i1-GGUF/resolve/main/OceanGPT-basic-4B-Instruct.i1-Q6_K.gguf) | i1-Q6_K | 3.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. + +