From 8e14e076622e6ea41968c73f58554d41e428008a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 21 Jul 2026 16:46:09 +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: MaziyarPanahi/Llama-3-13B-Instruct-v0.1-GGUF Source: Original Platform --- .gitattributes | 48 +++++++++++++++++++++++++++ Llama-3-13B-Instruct-v0.1.Q2_K.gguf | 3 ++ Llama-3-13B-Instruct-v0.1.Q3_K_L.gguf | 3 ++ Llama-3-13B-Instruct-v0.1.Q3_K_M.gguf | 3 ++ Llama-3-13B-Instruct-v0.1.Q3_K_S.gguf | 3 ++ Llama-3-13B-Instruct-v0.1.Q4_K_M.gguf | 3 ++ Llama-3-13B-Instruct-v0.1.Q4_K_S.gguf | 3 ++ Llama-3-13B-Instruct-v0.1.Q5_K_M.gguf | 3 ++ Llama-3-13B-Instruct-v0.1.Q5_K_S.gguf | 3 ++ Llama-3-13B-Instruct-v0.1.Q6_K.gguf | 3 ++ Llama-3-13B-Instruct-v0.1.Q8_0.gguf | 3 ++ Llama-3-13B-Instruct-v0.1.fp16.gguf | 3 ++ README.md | 36 ++++++++++++++++++++ config.json | 3 ++ 14 files changed, 120 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3-13B-Instruct-v0.1.Q2_K.gguf create mode 100644 Llama-3-13B-Instruct-v0.1.Q3_K_L.gguf create mode 100644 Llama-3-13B-Instruct-v0.1.Q3_K_M.gguf create mode 100644 Llama-3-13B-Instruct-v0.1.Q3_K_S.gguf create mode 100644 Llama-3-13B-Instruct-v0.1.Q4_K_M.gguf create mode 100644 Llama-3-13B-Instruct-v0.1.Q4_K_S.gguf create mode 100644 Llama-3-13B-Instruct-v0.1.Q5_K_M.gguf create mode 100644 Llama-3-13B-Instruct-v0.1.Q5_K_S.gguf create mode 100644 Llama-3-13B-Instruct-v0.1.Q6_K.gguf create mode 100644 Llama-3-13B-Instruct-v0.1.Q8_0.gguf create mode 100644 Llama-3-13B-Instruct-v0.1.fp16.gguf create mode 100644 README.md create mode 100644 config.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aa291a8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,48 @@ +*.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 +Llama-3-13B-Instruct-v0.1.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-13B-Instruct-v0.1.fp16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3-13B-Instruct-v0.1.Q2_K.gguf b/Llama-3-13B-Instruct-v0.1.Q2_K.gguf new file mode 100644 index 0000000..aaab8db --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f6debf929d4d41fc70b49177f6e4f171cfe8f6afaed2290c5030dc6532a214 +size 5105628992 diff --git a/Llama-3-13B-Instruct-v0.1.Q3_K_L.gguf b/Llama-3-13B-Instruct-v0.1.Q3_K_L.gguf new file mode 100644 index 0000000..270e82d --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee453757a47f3ef885e5739cebdb219e98772087b18bd7750b800719ad30ab2f +size 7065556800 diff --git a/Llama-3-13B-Instruct-v0.1.Q3_K_M.gguf b/Llama-3-13B-Instruct-v0.1.Q3_K_M.gguf new file mode 100644 index 0000000..1be3650 --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1005462b3359d2c817aa374968f82a8d86897fa316f6ffb96c5d94eae7a056 +size 6530783040 diff --git a/Llama-3-13B-Instruct-v0.1.Q3_K_S.gguf b/Llama-3-13B-Instruct-v0.1.Q3_K_S.gguf new file mode 100644 index 0000000..20cd404 --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc7817cbc310ff18e0d7b56b2e3b33ca6c382a625927fd67e8cc49615d46f8f +size 5915006784 diff --git a/Llama-3-13B-Instruct-v0.1.Q4_K_M.gguf b/Llama-3-13B-Instruct-v0.1.Q4_K_M.gguf new file mode 100644 index 0000000..b2b7b25 --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071a28043c271d259b5ffa883d19a9e0b33269b55148c4abaf5f95da4d084266 +size 8061089600 diff --git a/Llama-3-13B-Instruct-v0.1.Q4_K_S.gguf b/Llama-3-13B-Instruct-v0.1.Q4_K_S.gguf new file mode 100644 index 0000000..fb2c64f --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2145675f79b14fc15671f8ad030d6c6c5ee52c7e3be8f95af1af43908a12a32f +size 7660402496 diff --git a/Llama-3-13B-Instruct-v0.1.Q5_K_M.gguf b/Llama-3-13B-Instruct-v0.1.Q5_K_M.gguf new file mode 100644 index 0000000..ad83a65 --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbff1701b126123bc9833dc251306375687bba957e767adc59b4e23402696646 +size 9433282368 diff --git a/Llama-3-13B-Instruct-v0.1.Q5_K_S.gguf b/Llama-3-13B-Instruct-v0.1.Q5_K_S.gguf new file mode 100644 index 0000000..e08b07a --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549dfb3f36801851da01a6a5bf40a73023be187691d02dfdbb8dce6451511804 +size 9199318848 diff --git a/Llama-3-13B-Instruct-v0.1.Q6_K.gguf b/Llama-3-13B-Instruct-v0.1.Q6_K.gguf new file mode 100644 index 0000000..9b39e81 --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b563d9ab4add2be99f6af34603f5ae1ef4e256cd8f0f8e1a5388e247d00e5805 +size 10891237184 diff --git a/Llama-3-13B-Instruct-v0.1.Q8_0.gguf b/Llama-3-13B-Instruct-v0.1.Q8_0.gguf new file mode 100644 index 0000000..340a50a --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab5e9700f1e0f84b44aecaaf2abfdd9a52dd2740f277646998ae6217eda72a1 +size 14103729984 diff --git a/Llama-3-13B-Instruct-v0.1.fp16.gguf b/Llama-3-13B-Instruct-v0.1.fp16.gguf new file mode 100644 index 0000000..2556c98 --- /dev/null +++ b/Llama-3-13B-Instruct-v0.1.fp16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e8b993f2bf2369dda5411787154e944f22ecb921702fa432c675404b4f2f07 +size 26539185952 diff --git a/README.md b/README.md new file mode 100644 index 0000000..753d255 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +--- +tags: +- quantized +- 2-bit +- 3-bit +- 4-bit +- 5-bit +- 6-bit +- 8-bit +- GGUF +- text-generation +- mixtral +- text-generation +model_name: Llama-3-13B-Instruct-v0.1-GGUF +base_model: MaziyarPanahi/Llama-3-13B-Instruct-v0.1 +inference: false +model_creator: MaziyarPanahi +pipeline_tag: text-generation +quantized_by: MaziyarPanahi +--- +# [MaziyarPanahi/Llama-3-13B-Instruct-v0.1-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-13B-Instruct-v0.1-GGUF) +- Model creator: [MaziyarPanahi](https://huggingface.co/MaziyarPanahi) +- Original model: [MaziyarPanahi/Llama-3-13B-Instruct-v0.1](https://huggingface.co/MaziyarPanahi/Llama-3-13B-Instruct-v0.1) + +## Description +[MaziyarPanahi/Llama-3-13B-Instruct-v0.1-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-13B-Instruct-v0.1-GGUF) contains GGUF format model files for [MaziyarPanahi/Llama-3-13B-Instruct-v0.1](https://huggingface.co/MaziyarPanahi/Llama-3-13B-Instruct-v0.1). + + +## Load GGUF models + +You `MUST` follow the prompt template provided by Llama-3: + + +```sh +./llama.cpp/main -m Llama-3-13B-Instruct.Q2_K.gguf -r '<|eot_id|>' --in-prefix "\n<|start_header_id|>user<|end_header_id|>\n\n" --in-suffix "<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n" -p "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are a helpful, smart, kind, and efficient AI assistant. You always fulfill the user's requests to the best of your ability.<|eot_id|>\n<|start_header_id|>user<|end_header_id|>\n\nHi! How are you?<|eot_id|>\n<|start_header_id|>assistant<|end_header_id|>\n\n" -n 1024 +``` diff --git a/config.json b/config.json new file mode 100644 index 0000000..9f0f76f --- /dev/null +++ b/config.json @@ -0,0 +1,3 @@ +{ + "model_type": "mistral" +} \ No newline at end of file