From b5a975bc7197eb16d54d08c36047840f6d735d39 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 02:22: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/llama-2-7B-pirate-speech-600s-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ README.md | 83 +++++++++++++++++++ imatrix.dat | 3 + llama-2-7B-pirate-speech-600s.i1-IQ1_M.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-IQ1_S.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-IQ2_M.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-IQ2_S.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-IQ2_XS.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-IQ2_XXS.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-IQ3_M.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-IQ3_S.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-IQ3_XS.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-IQ3_XXS.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-IQ4_XS.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-Q2_K.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-Q3_K_L.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-Q3_K_M.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-Q3_K_S.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-Q4_0.gguf | 3 + ...a-2-7B-pirate-speech-600s.i1-Q4_0_4_4.gguf | 3 + ...a-2-7B-pirate-speech-600s.i1-Q4_0_4_8.gguf | 3 + ...a-2-7B-pirate-speech-600s.i1-Q4_0_8_8.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-Q4_K_M.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-Q4_K_S.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-Q5_K_M.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-Q5_K_S.gguf | 3 + llama-2-7B-pirate-speech-600s.i1-Q6_K.gguf | 3 + 27 files changed, 218 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 imatrix.dat create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ1_M.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ1_S.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ2_M.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ2_S.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ2_XS.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ2_XXS.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ3_M.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ3_S.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ3_XS.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ3_XXS.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-IQ4_XS.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q2_K.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q3_K_L.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q3_K_M.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q3_K_S.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q4_0.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q4_0_4_4.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q4_0_4_8.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q4_0_8_8.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q4_K_M.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q4_K_S.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q5_K_M.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q5_K_S.gguf create mode 100644 llama-2-7B-pirate-speech-600s.i1-Q6_K.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8d44851 --- /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 +llama-2-7B-pirate-speech-600s.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7B-pirate-speech-600s.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..f0e1ae2 --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +base_model: TeeZee/llama-2-7B-pirate-speech-600s +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +- sft +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/TeeZee/llama-2-7B-pirate-speech-600s + + +static quants are available at https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-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/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ1_S.gguf) | i1-IQ1_S | 1.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ1_M.gguf) | i1-IQ1_M | 1.8 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ2_S.gguf) | i1-IQ2_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ2_M.gguf) | i1-IQ2_M | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q2_K.gguf) | i1-Q2_K | 2.6 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ3_S.gguf) | i1-IQ3_S | 3.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ3_M.gguf) | i1-IQ3_M | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 3.9 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 3.9 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 3.9 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q4_0.gguf) | i1-Q4_0 | 3.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q5_K_S.gguf) | i1-Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q5_K_M.gguf) | i1-Q5_K_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7B-pirate-speech-600s-i1-GGUF/resolve/main/llama-2-7B-pirate-speech-600s.i1-Q6_K.gguf) | i1-Q6_K | 5.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..d1ad390 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c7fdea50af8e96bd63600511df3ac4ea0c2968574482b5799f573f8b9f3fcb +size 4562173 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ1_M.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ1_M.gguf new file mode 100644 index 0000000..d3b1d21 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca40202d30a9054c78c984305b3838f316dea650ae166c81c6fd1324c342728 +size 1650972000 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ1_S.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ1_S.gguf new file mode 100644 index 0000000..24e9d62 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f931059d7068a4d094e87dd154246854b271109ab5fe05e80fcd9c900e54f3 +size 1528583520 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ2_M.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ2_M.gguf new file mode 100644 index 0000000..f1adbdc --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab7676b11fcf5d056a77e62e78bff62bcec4167b02ec208f4c537dff8acb8af +size 2359752032 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ2_S.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ2_S.gguf new file mode 100644 index 0000000..e384412 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0008bc42d0c6178efa121a9233140cd5ae9b35375fdddbd58df671a9fc74a99b +size 2196567392 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ2_XS.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ2_XS.gguf new file mode 100644 index 0000000..5e8c948 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff10bbc5405c65ca134efee9f9f730de97cc9f6b7f64407e1e5ae38ee0ccd62f +size 2034914656 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ2_XXS.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..20e7e9b --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df4e2ec6e81585a1ee8750903c2a2faa83762b478aa6c994e1adc7406f7df26 +size 1854952800 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ3_M.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ3_M.gguf new file mode 100644 index 0000000..789fcc0 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c0bcbd629cb7a0ff6cc273a9d5276e00edba6906ad65bff01c9eaac9e4ef6d +size 3114866016 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ3_S.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ3_S.gguf new file mode 100644 index 0000000..03c0cdf --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbeb257e803ebb9102333087e65688697f04aac914818ef94ff3902320c642b +size 2948306272 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ3_XS.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ3_XS.gguf new file mode 100644 index 0000000..928f89e --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcbac8d79e9fad82ae48923862976aee28c71b71ae98d9516aaf3ce5937b4d5 +size 2796524896 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ3_XXS.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..b6b68e6 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8a6ef339c96c1421cc7a14ba2da96abc0723c00d6eb613ead605656dab1882 +size 2585392480 diff --git a/llama-2-7B-pirate-speech-600s.i1-IQ4_XS.gguf b/llama-2-7B-pirate-speech-600s.i1-IQ4_XS.gguf new file mode 100644 index 0000000..356f874 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24f260c238272cb08e603a5b4410b6b25c763614c91ac164c925a7198f1fe8b +size 3619337568 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q2_K.gguf b/llama-2-7B-pirate-speech-600s.i1-Q2_K.gguf new file mode 100644 index 0000000..f6a93cb --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f538001caf5de2e1a1ad3bc4f4212434bb72f0808b27dc1c53feb7a5437bec8f +size 2532865376 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q3_K_L.gguf b/llama-2-7B-pirate-speech-600s.i1-Q3_K_L.gguf new file mode 100644 index 0000000..9a505b3 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578d3d8b6b7eeccc333a4f5ebc7133dc694909893a2e333a05f43b4bab21bebb +size 3597112672 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q3_K_M.gguf b/llama-2-7B-pirate-speech-600s.i1-Q3_K_M.gguf new file mode 100644 index 0000000..f4a5c45 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2f5bf19826759dde5bb1689257df909cce2d986bc063f67c5ec8eece0c96bb +size 3298006368 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q3_K_S.gguf b/llama-2-7B-pirate-speech-600s.i1-Q3_K_S.gguf new file mode 100644 index 0000000..21d3c42 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfc9510847ff657ea3ed629acd990586e7241ee331a4cf8047dfbe3aca4b704 +size 2948306272 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q4_0.gguf b/llama-2-7B-pirate-speech-600s.i1-Q4_0.gguf new file mode 100644 index 0000000..25a9f71 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b76174d6c058b4bac54f9c000fc6de204e36bd36c09c79f79889971cbea8e0 +size 3837080928 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q4_0_4_4.gguf b/llama-2-7B-pirate-speech-600s.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..22aa3c8 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375f86df7f1eb1e10b5b2c48e19eb50f7440a192d60721755fe1c4a7d22b1283 +size 3825808736 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q4_0_4_8.gguf b/llama-2-7B-pirate-speech-600s.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..193e109 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1a51c61d5907961c8e122bacfb2b281d4943a2cbdb353712d88266337c366c +size 3825808736 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q4_0_8_8.gguf b/llama-2-7B-pirate-speech-600s.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..bc12ec7 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbf226ec5c67c816be20f7bca417ca06687171035f88b7075d1324ac74d9909 +size 3825808736 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q4_K_M.gguf b/llama-2-7B-pirate-speech-600s.i1-Q4_K_M.gguf new file mode 100644 index 0000000..93a5a76 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4335320741a5e6483a8404a2b7accdfce20294d016a6a466c46cc636b79618cf +size 4081005920 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q4_K_S.gguf b/llama-2-7B-pirate-speech-600s.i1-Q4_K_S.gguf new file mode 100644 index 0000000..adebe34 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641cd297c9ec9e0ada62ae0ee792086f477b0558b4fa239aaae6041f306b8848 +size 3856741728 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q5_K_M.gguf b/llama-2-7B-pirate-speech-600s.i1-Q5_K_M.gguf new file mode 100644 index 0000000..3090119 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f1e3a999d963e1d2ea1c84a9a0ceab824e71598d9eccfb5215d3e953e4584a +size 4783158624 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q5_K_S.gguf b/llama-2-7B-pirate-speech-600s.i1-Q5_K_S.gguf new file mode 100644 index 0000000..880a797 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc87ffe4ff7827a0a07c976dcee4a05320ca536b30ea0c4f04f5f0ff7c5c1f3 +size 4651693408 diff --git a/llama-2-7B-pirate-speech-600s.i1-Q6_K.gguf b/llama-2-7B-pirate-speech-600s.i1-Q6_K.gguf new file mode 100644 index 0000000..2ff7635 --- /dev/null +++ b/llama-2-7B-pirate-speech-600s.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808c73f740314b7872d8d4a2a45e0588bd8195067c4f88daf5a6c82119f24b4e +size 5529195872