From a62051874b03425f064dd657a815b76a77031474 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 13 May 2026 09:35:33 +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/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_M.gguf | 3 + Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_S.gguf | 3 + Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_M.gguf | 3 + Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_S.gguf | 3 + ...go-llama3.1-s-instruct-v0.4.i1-IQ2_XS.gguf | 3 + ...o-llama3.1-s-instruct-v0.4.i1-IQ2_XXS.gguf | 3 + Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_M.gguf | 3 + Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_S.gguf | 3 + ...go-llama3.1-s-instruct-v0.4.i1-IQ3_XS.gguf | 3 + ...o-llama3.1-s-instruct-v0.4.i1-IQ3_XXS.gguf | 3 + ...go-llama3.1-s-instruct-v0.4.i1-IQ4_XS.gguf | 3 + Ichigo-llama3.1-s-instruct-v0.4.i1-Q2_K.gguf | 3 + ...go-llama3.1-s-instruct-v0.4.i1-Q3_K_L.gguf | 3 + ...go-llama3.1-s-instruct-v0.4.i1-Q3_K_M.gguf | 3 + ...go-llama3.1-s-instruct-v0.4.i1-Q3_K_S.gguf | 3 + Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0.gguf | 3 + ...-llama3.1-s-instruct-v0.4.i1-Q4_0_4_4.gguf | 3 + ...-llama3.1-s-instruct-v0.4.i1-Q4_0_4_8.gguf | 3 + ...-llama3.1-s-instruct-v0.4.i1-Q4_0_8_8.gguf | 3 + ...go-llama3.1-s-instruct-v0.4.i1-Q4_K_M.gguf | 3 + ...go-llama3.1-s-instruct-v0.4.i1-Q4_K_S.gguf | 3 + ...go-llama3.1-s-instruct-v0.4.i1-Q5_K_M.gguf | 3 + ...go-llama3.1-s-instruct-v0.4.i1-Q5_K_S.gguf | 3 + Ichigo-llama3.1-s-instruct-v0.4.i1-Q6_K.gguf | 3 + README.md | 82 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 217 insertions(+) create mode 100644 .gitattributes create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_M.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_S.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_M.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_S.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XS.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XXS.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_M.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_S.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XS.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XXS.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-IQ4_XS.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q2_K.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_L.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_M.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_S.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_4.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_8.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_8_8.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_M.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_S.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_M.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_S.gguf create mode 100644 Ichigo-llama3.1-s-instruct-v0.4.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..b8620cf --- /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 +Ichigo-llama3.1-s-instruct-v0.4.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_M.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_M.gguf new file mode 100644 index 0000000..3e35611 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d63b7fa00a2b970767f64c0fd3631233ff6311ff570ee9f7981897b71067f80 +size 2164132800 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_S.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_S.gguf new file mode 100644 index 0000000..f61a917 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f7f1dee62ec47cb7742950704e29136fcea003f384cf0ad01328ae7a9bc075 +size 2021788608 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_M.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_M.gguf new file mode 100644 index 0000000..291f8d6 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8d63f33e6584ce58703465e261483ec77e93a532f05a18c34b5a00a38bdb0e +size 2950656160 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_S.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_S.gguf new file mode 100644 index 0000000..832abca --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcd65b5e07405baf00c45735ae737728972c63ce6d3bfe648b60f0c7f8aada0 +size 2760863904 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XS.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XS.gguf new file mode 100644 index 0000000..8c75753 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00fae71949e51b5eba5d4d247fef0ec6fc4780c920ab0f6fbc799c40b19b3c2 +size 2607942592 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XXS.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..f70efc7 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac37bf4781aa50aa2148592a31860197b7f4c986cb5f3d849e351c97d2f71c4 +size 2401373120 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_M.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_M.gguf new file mode 100644 index 0000000..8503a42 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07907619db8569458209fe951b4cf4f24610a067e998921c73edd684bcaa8ff8 +size 3787478784 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_S.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_S.gguf new file mode 100644 index 0000000..f797aec --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a73af8ec172d72caf1b7f5f233aee3e1ebf32588d7da405031c76ff09a87e4 +size 3684980480 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XS.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XS.gguf new file mode 100644 index 0000000..49cb5ec --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38940d75f7223ae68e78f0f7ed840a217b7fc9437b7b1319f26c3404e7c04962 +size 3521402624 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XXS.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..30eab7a --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e993f2091191a4bd7b9fa644aa88501c2026bff14ea754fe3ba18dfad4153a +size 3277287584 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ4_XS.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ4_XS.gguf new file mode 100644 index 0000000..c2f088d --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b690bfd66adb64a6c3db1ad6be7f7a010b79412eb2f4be1d70dfcee44b7416ac +size 4450532320 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q2_K.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q2_K.gguf new file mode 100644 index 0000000..5fad693 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6c3941041019512f6d448e119c4d397a132285283fbf729df6fda69ec2dbcf +size 3181572640 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_L.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_L.gguf new file mode 100644 index 0000000..af60d56 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2cb0a04751f8242f120108c5c951c2722401c970223ccbdf678ee30a1f6d9f +size 4324611840 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_M.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_M.gguf new file mode 100644 index 0000000..2fbe4f3 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e4917c0b30ef996542e6573788c4564b641efe15bea8b8f2cd310b700a8123 +size 4021573376 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_S.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_S.gguf new file mode 100644 index 0000000..5288aaa --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7ffc25904f769daf26124d478b76f16c924f11ebc1f93ef16e32acc343f721 +size 3667154688 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0.gguf new file mode 100644 index 0000000..b059eb1 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00ab32397b1214657993db15f0c3fefc4e64eaec33d0dfcbbe711353422c942 +size 4678827360 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_4.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..4a19e3f --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5104a2c7a5301ebac88b43803ea05c283e3b1337e0bc8349d3d8db69b532bf +size 4664147296 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_8.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..157eecd --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7086d07be79ded80a53775014d0ad1c62e44136c0673a72967f6bcd548591659 +size 4664147296 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_8_8.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..2445207 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecc8c5d76a5f12dd6195225a9d5089f97e8e7de5ba72b37fcfd4032ce2b0d4a +size 4664147296 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_M.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_M.gguf new file mode 100644 index 0000000..a09ea2a --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979980add8f0979a7b69ba6b3cb522c0e69c0935f5e8a721c77b7ddaa4137fc7 +size 4923669856 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_S.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_S.gguf new file mode 100644 index 0000000..a1eff10 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6201b555eb3e5057489debed77aa446c1b2fea2bc2544632fc1461f9ea401d4 +size 4695604576 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_M.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_M.gguf new file mode 100644 index 0000000..8fd2c84 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e7011ceee8c276e7aa89668e4a3b7f9d7a64f05759c1c2f38ae26983b6498f +size 5736186720 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_S.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_S.gguf new file mode 100644 index 0000000..35991e1 --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fdab21a11c22ffbc543dc9fabd0b4168fbce3dbc22086055399634cf5ba099 +size 5602493280 diff --git a/Ichigo-llama3.1-s-instruct-v0.4.i1-Q6_K.gguf b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q6_K.gguf new file mode 100644 index 0000000..d892e2e --- /dev/null +++ b/Ichigo-llama3.1-s-instruct-v0.4.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca353110399309448725de01df0a3b37a5293eb4b8811320c9a8a17131396b52 +size 6599485888 diff --git a/README.md b/README.md new file mode 100644 index 0000000..57ab587 --- /dev/null +++ b/README.md @@ -0,0 +1,82 @@ +--- +base_model: Menlo/Ichigo-llama3.1-s-instruct-v0.4 +datasets: +- homebrewltd/instruction-speech-whispervq-v2 +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- sound language model +- audio-text-to-text +- torchtune +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/Menlo/Ichigo-llama3.1-s-instruct-v0.4 + + +static quants are available at https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-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/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ2_M.gguf) | i1-IQ2_M | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.8 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.8 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.8 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Ichigo-llama3.1-s-instruct-v0.4-i1-GGUF/resolve/main/Ichigo-llama3.1-s-instruct-v0.4.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..cd1bc06 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e304a396b9907d4466a81292c36b630f08accfe67876f5e0c932f43602066a +size 4988157