commit 5fba1ed4eedf92eeb6abe0c1a47bc4f7f8f95ad9 Author: ModelHub XC Date: Thu Jun 18 20:39:26 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/mistral-7b-anthropic-i1-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2b31b82 --- /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 +mistral-7b-anthropic.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-anthropic.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..c96a7d9 --- /dev/null +++ b/README.md @@ -0,0 +1,82 @@ +--- +base_model: HuggingFaceH4/mistral-7b-anthropic +datasets: +- HuggingFaceH4/ultrafeedback_binarized_fixed +- HuggingFaceH4/cai-conversation-harmless +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- alignment-handbook +- generated_from_trainer +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/HuggingFaceH4/mistral-7b-anthropic + + +static quants are available at https://huggingface.co/mradermacher/mistral-7b-anthropic-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/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ1_S.gguf) | i1-IQ1_S | 1.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ2_S.gguf) | i1-IQ2_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q2_K.gguf) | i1-Q2_K | 2.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ3_S.gguf) | i1-IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.2 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.2 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.2 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q4_0.gguf) | i1-Q4_0 | 4.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-anthropic-i1-GGUF/resolve/main/mistral-7b-anthropic.i1-Q6_K.gguf) | i1-Q6_K | 6.0 | 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..b5d6bd5 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f593cb9c0d3e85cadfed725247df86dfd0e7450e442236e27f8543673858447 +size 4988157 diff --git a/mistral-7b-anthropic.i1-IQ1_M.gguf b/mistral-7b-anthropic.i1-IQ1_M.gguf new file mode 100644 index 0000000..effafee --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ccfdeaa44447a38b6981a37ea9c7f9ba580883fadc0a40c52ee1382ff8f793 +size 1754447552 diff --git a/mistral-7b-anthropic.i1-IQ1_S.gguf b/mistral-7b-anthropic.i1-IQ1_S.gguf new file mode 100644 index 0000000..f0ef6f0 --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575addc096418340336f4d898ea934a913fc9e2d1b6f72908605f91bc47eb2e2 +size 1612103360 diff --git a/mistral-7b-anthropic.i1-IQ2_M.gguf b/mistral-7b-anthropic.i1-IQ2_M.gguf new file mode 100644 index 0000000..3aa84e6 --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df00a234c9cfcf980d318a3bdea0cd23cd9a0b63167be95105852df0ab8457b2 +size 2500714176 diff --git a/mistral-7b-anthropic.i1-IQ2_S.gguf b/mistral-7b-anthropic.i1-IQ2_S.gguf new file mode 100644 index 0000000..0fff227 --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1bdaaac7658917f708b0dee7809579a51781d95583088da7e7459c744bd5bf +size 2310921920 diff --git a/mistral-7b-anthropic.i1-IQ2_XS.gguf b/mistral-7b-anthropic.i1-IQ2_XS.gguf new file mode 100644 index 0000000..943ca60 --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1567d0493f7bc1f05839a896e76ce62e22d22bc8218e8e946da15f3b8b6f15f +size 2198257344 diff --git a/mistral-7b-anthropic.i1-IQ2_XXS.gguf b/mistral-7b-anthropic.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..a8c0b91 --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8baa9058e7afd4e47a2b8ecbdcc9dc2f796585b6004278bf044d13cd7fe64d77 +size 1991687872 diff --git a/mistral-7b-anthropic.i1-IQ3_M.gguf b/mistral-7b-anthropic.i1-IQ3_M.gguf new file mode 100644 index 0000000..e06c170 --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a065efd4963e6ce136a9dd97a88634a012570c7b6004a9e45bb67b09389dae65 +size 3284893376 diff --git a/mistral-7b-anthropic.i1-IQ3_S.gguf b/mistral-7b-anthropic.i1-IQ3_S.gguf new file mode 100644 index 0000000..ac47af3 --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf25e5ba7feb62f2ab5aaccb273d401ecbf83c76a6b17f23128539170e2ebfc +size 3182395072 diff --git a/mistral-7b-anthropic.i1-IQ3_XS.gguf b/mistral-7b-anthropic.i1-IQ3_XS.gguf new file mode 100644 index 0000000..a97aa64 --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8666390d579133d0a351d9fe39fce8f82146b8a35f934a9049040e5030f8c09 +size 3018817216 diff --git a/mistral-7b-anthropic.i1-IQ3_XXS.gguf b/mistral-7b-anthropic.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..0d799f8 --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650ac664e051c671e03bdeab0e6e8c9be7a60ecc33da6ad15c7098befed3b3f9 +size 2827345600 diff --git a/mistral-7b-anthropic.i1-IQ4_XS.gguf b/mistral-7b-anthropic.i1-IQ4_XS.gguf new file mode 100644 index 0000000..8b736c0 --- /dev/null +++ b/mistral-7b-anthropic.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42f5ec415aa10d7f5ec8605e5513f53d0d84918fa98ac69192995ebf4db2468 +size 3907690176 diff --git a/mistral-7b-anthropic.i1-Q2_K.gguf b/mistral-7b-anthropic.i1-Q2_K.gguf new file mode 100644 index 0000000..9a7be2e --- /dev/null +++ b/mistral-7b-anthropic.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edd2eeebbcb4ec092d8e0c5f3704ead651a19e090f79af6c7c7631a3172fba5 +size 2719243968 diff --git a/mistral-7b-anthropic.i1-Q3_K_L.gguf b/mistral-7b-anthropic.i1-Q3_K_L.gguf new file mode 100644 index 0000000..722784a --- /dev/null +++ b/mistral-7b-anthropic.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5300d7a4d2cf278e971c48ed4dd3f711b66f26720c5b2f73cbad4c397048f1cf +size 3822026432 diff --git a/mistral-7b-anthropic.i1-Q3_K_M.gguf b/mistral-7b-anthropic.i1-Q3_K_M.gguf new file mode 100644 index 0000000..3116f12 --- /dev/null +++ b/mistral-7b-anthropic.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3162dd64043e3c036fb7dcfb2281698ed37031aea0b56d0a36ae7c5bc203c43c +size 3518987968 diff --git a/mistral-7b-anthropic.i1-Q3_K_S.gguf b/mistral-7b-anthropic.i1-Q3_K_S.gguf new file mode 100644 index 0000000..90f1ac5 --- /dev/null +++ b/mistral-7b-anthropic.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cb1781a2bfdbfe08a57ae16e9b009e27fde64eeb8619b47f7baccc2e590f7f +size 3164569280 diff --git a/mistral-7b-anthropic.i1-Q4_0.gguf b/mistral-7b-anthropic.i1-Q4_0.gguf new file mode 100644 index 0000000..5622914 --- /dev/null +++ b/mistral-7b-anthropic.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538db9207fa2cbd9ab2ee3c4cb12a95de9babd21d51d453d62ee87915c5fa8ff +size 4123598528 diff --git a/mistral-7b-anthropic.i1-Q4_0_4_4.gguf b/mistral-7b-anthropic.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..5e5d56d --- /dev/null +++ b/mistral-7b-anthropic.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818dad138bf6a28a2b10732efc40815d72f71a2eb2dc410d4444258f520a58ce +size 4108918464 diff --git a/mistral-7b-anthropic.i1-Q4_0_4_8.gguf b/mistral-7b-anthropic.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..c901f63 --- /dev/null +++ b/mistral-7b-anthropic.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408f9adc9d8571db8196f37daea9acadc6225bb413acc4da6a6edd0666c1a84c +size 4108918464 diff --git a/mistral-7b-anthropic.i1-Q4_0_8_8.gguf b/mistral-7b-anthropic.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..d0c4730 --- /dev/null +++ b/mistral-7b-anthropic.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f088663357c179a06b96007e1d74ace3f680fdfe91e6e51340bf49a103043d7b +size 4108918464 diff --git a/mistral-7b-anthropic.i1-Q4_K_M.gguf b/mistral-7b-anthropic.i1-Q4_K_M.gguf new file mode 100644 index 0000000..a3a2634 --- /dev/null +++ b/mistral-7b-anthropic.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f812e9ae08894182997329a89c3e926a907777b47430a4d84630183bfc6bbd9f +size 4368441024 diff --git a/mistral-7b-anthropic.i1-Q4_K_S.gguf b/mistral-7b-anthropic.i1-Q4_K_S.gguf new file mode 100644 index 0000000..ac78107 --- /dev/null +++ b/mistral-7b-anthropic.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a797cd55ee13365b547428dbabf69298f145d904190263f3cdf483c69b82107 +size 4140375744 diff --git a/mistral-7b-anthropic.i1-Q5_K_M.gguf b/mistral-7b-anthropic.i1-Q5_K_M.gguf new file mode 100644 index 0000000..13bd41c --- /dev/null +++ b/mistral-7b-anthropic.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f3bbf9e3e241dbd2a7d7253ba397ee61e9ce384598ecef2bec767706038536 +size 5131411136 diff --git a/mistral-7b-anthropic.i1-Q5_K_S.gguf b/mistral-7b-anthropic.i1-Q5_K_S.gguf new file mode 100644 index 0000000..56cccf7 --- /dev/null +++ b/mistral-7b-anthropic.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d3293eefbf93b212039edd3d76cd8dfaccd9074f02631f7f638a22051f0256 +size 4997717696 diff --git a/mistral-7b-anthropic.i1-Q6_K.gguf b/mistral-7b-anthropic.i1-Q6_K.gguf new file mode 100644 index 0000000..0d4fcba --- /dev/null +++ b/mistral-7b-anthropic.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24637d6be92ba70bcde71c4cf3b7afaaad95fe65771c41686bd14d1d90a4572f +size 5942066880