From 34001840a926c640ccccb7882cd0287db558a054 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 18 May 2026 00:26: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/Llama3.1-Aloe-Beta-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++ Llama3.1-Aloe-Beta-8B.i1-IQ1_M.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ1_S.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ2_M.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ2_S.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ2_XS.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ2_XXS.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ3_M.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ3_S.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ3_XS.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ3_XXS.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ4_NL.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-IQ4_XS.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q2_K.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q2_K_S.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q3_K_L.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q3_K_M.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q3_K_S.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q4_0.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q4_1.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q4_K_M.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q4_K_S.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q5_K_M.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q5_K_S.gguf | 3 + Llama3.1-Aloe-Beta-8B.i1-Q6_K.gguf | 3 + README.md | 98 +++++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 233 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ1_M.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ1_S.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ2_M.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ2_S.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ2_XS.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ2_XXS.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ3_M.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ3_S.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ3_XS.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ3_XXS.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ4_NL.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-IQ4_XS.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q2_K.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q2_K_S.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q3_K_L.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q3_K_M.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q3_K_S.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q4_0.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q4_1.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q4_K_M.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q4_K_S.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q5_K_M.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.i1-Q5_K_S.gguf create mode 100644 Llama3.1-Aloe-Beta-8B.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..e347d46 --- /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 +Llama3.1-Aloe-Beta-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.1-Aloe-Beta-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ1_M.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..be6f23b --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f6cbb96ed44e313b3c216b70d0e4d0dd1a0ca75fcacf3c6e2d5c788ac3e181 +size 2161979744 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ1_S.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..1491188 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd903eb601715185cc35fb2ab8aa7748f728f10141e3aba411c8014c1a1f77c3 +size 2019635552 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ2_M.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..acccb8e --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1845ecdefa4d0b8aa20b8aa5432a1a276c6edbc2976553404a03237103f723ac +size 2948288864 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ2_S.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..8113590 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124e41ba66b96f8fab632308274222af182c6fac3708659404562b0001561a42 +size 2758496608 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ2_XS.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..dd767fd --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675575b6b5510543771b72267197011c0f4d664aec15fdf156a5f6823b4c2e3e +size 2605789536 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ2_XXS.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..6e91273 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a605e495cf80eb28361a533eafd72879e54e6c61e89894400add63c29fa7d1d7 +size 2399220064 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ3_M.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..58630bd --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e6aa6d2c31c8f0b5ac02c444c30decfc6062b20d8fa484f35cda6d391ed0ab +size 3784831328 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ3_S.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..114b7be --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab3a9745f7925620652dea696451ead5a0a7f295cca2ccdcadedd3e2d5df728 +size 3682333024 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ3_XS.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..bc65601 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474ee767b722c901b5ee63021623f5ae5ebdb10dde51d1acd57f54a54802839a +size 3518755168 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ3_XXS.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..93d200d --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5905b47b34ac50a99f84c8e3bbd2d32c4ddfeded100a32d37f22cf97a3e2b222 +size 3274920288 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ4_NL.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..45db18d --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97993323f66661f940966f6dd7ee5b7ce3b1b74c42b5814fc48c04f1dafc3ed +size 4677996896 diff --git a/Llama3.1-Aloe-Beta-8B.i1-IQ4_XS.gguf b/Llama3.1-Aloe-Beta-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..e22af08 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0765eed9c02c8ae5829cc7ecbddd334fe0ae5847082ecb8996f458a64b823ed4 +size 4447670624 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q2_K.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..07ba2f5 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007f0ba837e123881a6d5bb6921c92e6b3c17ed134cc04f2c5339e150a27b667 +size 3179139424 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q2_K_S.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..b10b018 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd30991a60138fbbf604813a4056d86e58f29772bef59ae51d2b12eae5fd8ff +size 2988822880 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q3_K_L.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..b9e2b6c --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fd32d7ac9ee195390075da440288c0510408aef9f8a157da848356d2c464ae +size 4321964384 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q3_K_M.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..e0b10eb --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490a0369cedc2884da9823b0c468f5368f32dd4cf000eb7b997b232e460d554b +size 4018925920 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q3_K_S.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..8eaa742 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d535bbd0fb200d576264ebedfa36ff99d05979c14e55932bee04e51503ae569d +size 3664507232 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q4_0.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..056268d --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b20c9ab1638948d03cedc3729fe79521a293dc654128a8fb5c2e4583fc5f766 +size 4675899744 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q4_1.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..e4b9ece --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ad6970fe6e1e867453debe1eacb8563386f5bf75c14fd0aa39f466c56eff3a +size 5130260832 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q4_K_M.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..afd11c3 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d5fb2a4c7bf5d0f9458fedfff549b6afee319915e6e120112b294d7b40bb24 +size 4920742240 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q4_K_S.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..92b515c --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bec6844453600a5b86d5661d4dd9e3feb7730a7525c30b784ae0d3c4f59c98 +size 4692676960 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q5_K_M.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..a186788 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f138cb44a74a40ae01bd27c0ce8ce732d42957ac29777b29debbfe0e277f1a55 +size 5732995424 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q5_K_S.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..051872e --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9b7e129293961e5389156bc82d47dc8c6f946774e2dde2a890e1afb9040685 +size 5599301984 diff --git a/Llama3.1-Aloe-Beta-8B.i1-Q6_K.gguf b/Llama3.1-Aloe-Beta-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..c4bff74 --- /dev/null +++ b/Llama3.1-Aloe-Beta-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8416ef743dad29459a02975338cc53fc43d52ff4f63af838e161a28be866277 +size 6596014432 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7018fe9 --- /dev/null +++ b/README.md @@ -0,0 +1,98 @@ +--- +base_model: HPAI-BSC/Llama3.1-Aloe-Beta-8B +datasets: +- HPAI-BSC/Aloe-Beta-General-Collection +- HPAI-BSC/chain-of-diagnosis +- HPAI-BSC/MedS-Ins +- HPAI-BSC/ultramedical +- HPAI-BSC/pubmedqa-cot-llama31 +- HPAI-BSC/medqa-cot-llama31 +- HPAI-BSC/medmcqa-cot-llama31 +- HPAI-BSC/headqa-cot-llama31 +- HPAI-BSC/MMLU-medical-cot-llama31 +- HPAI-BSC/Polymed-QA +- HPAI-BSC/Aloe-Beta-General-Collection +- HPAI-BSC/Aloe-Beta-General-Collection +language: +- en +library_name: transformers +license: cc-by-nc-4.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- biology +- medical +- healthcare +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/HPAI-BSC/Llama3.1-Aloe-Beta-8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama3.1-Aloe-Beta-8B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-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/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.1-Aloe-Beta-8B-i1-GGUF/resolve/main/Llama3.1-Aloe-Beta-8B.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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..6a4c903 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ed6010d2b6098c302be196c84d9cd27fd67946a17fff641a34424ce1484808 +size 4988157