commit f63ee840f3bca4a8ced0717384f0436e60169eb5 Author: ModelHub XC Date: Mon May 4 15:00:55 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/Silvertongue-V3-i1-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dd58d54 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,59 @@ +*.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 +Silvertongue-V3.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Silvertongue-V3.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..121659b --- /dev/null +++ b/README.md @@ -0,0 +1,100 @@ +--- +base_model: Babsie/Silvertongue-V3 +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- mergekit +- merge +- SLERP-merge +- DeepHermes +- 24B +- chat +- creativewriting +- prose-style +- roleplay +- rp-friendly +- text-generation-inference +- nsfw +- low-gaurdrail +- not-for-all-audiences +- 18+ +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Babsie/Silvertongue-V3 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Silvertongue-V3-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Silvertongue-V3-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/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ1_S.gguf) | i1-IQ1_S | 5.4 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ1_M.gguf) | i1-IQ1_M | 5.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 6.6 | | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ2_XS.gguf) | i1-IQ2_XS | 7.3 | | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ2_S.gguf) | i1-IQ2_S | 7.6 | | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ2_M.gguf) | i1-IQ2_M | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q2_K_S.gguf) | i1-Q2_K_S | 8.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q2_K.gguf) | i1-Q2_K | 9.0 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 9.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ3_XS.gguf) | i1-IQ3_XS | 10.0 | | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q3_K_S.gguf) | i1-Q3_K_S | 10.5 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ3_S.gguf) | i1-IQ3_S | 10.5 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ3_M.gguf) | i1-IQ3_M | 10.8 | | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q3_K_M.gguf) | i1-Q3_K_M | 11.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q3_K_L.gguf) | i1-Q3_K_L | 12.5 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-IQ4_XS.gguf) | i1-IQ4_XS | 12.9 | | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q4_0.gguf) | i1-Q4_0 | 13.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q4_K_S.gguf) | i1-Q4_K_S | 13.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q4_K_M.gguf) | i1-Q4_K_M | 14.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q4_1.gguf) | i1-Q4_1 | 15.0 | | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q5_K_S.gguf) | i1-Q5_K_S | 16.4 | | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q5_K_M.gguf) | i1-Q5_K_M | 16.9 | | +| [GGUF](https://huggingface.co/mradermacher/Silvertongue-V3-i1-GGUF/resolve/main/Silvertongue-V3.i1-Q6_K.gguf) | i1-Q6_K | 19.4 | 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/Silvertongue-V3.i1-IQ1_M.gguf b/Silvertongue-V3.i1-IQ1_M.gguf new file mode 100644 index 0000000..674ead4 --- /dev/null +++ b/Silvertongue-V3.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ce2491bc11407eb14cb31b6fea8d479029435f1198bc90043104eaabf06b4e +size 5750526976 diff --git a/Silvertongue-V3.i1-IQ1_S.gguf b/Silvertongue-V3.i1-IQ1_S.gguf new file mode 100644 index 0000000..8f6817c --- /dev/null +++ b/Silvertongue-V3.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09e9fda9bd7502dfafa05f96ac2964ff20a5ef3ac79b68c73e6de8e07771fa9 +size 5273752576 diff --git a/Silvertongue-V3.i1-IQ2_M.gguf b/Silvertongue-V3.i1-IQ2_M.gguf new file mode 100644 index 0000000..3536470 --- /dev/null +++ b/Silvertongue-V3.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9aa350f5a981776a51e1a8b50fa0cbdbc1e2a642c0b8a639f06daf864aa329f +size 8114085952 diff --git a/Silvertongue-V3.i1-IQ2_S.gguf b/Silvertongue-V3.i1-IQ2_S.gguf new file mode 100644 index 0000000..a2df241 --- /dev/null +++ b/Silvertongue-V3.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9e14ca3d715e66c89c822336ec539dbd92a2240d531b0a630bb82715c37e8d +size 7478386752 diff --git a/Silvertongue-V3.i1-IQ2_XS.gguf b/Silvertongue-V3.i1-IQ2_XS.gguf new file mode 100644 index 0000000..388ed4d --- /dev/null +++ b/Silvertongue-V3.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b448bd3c4ce6584a5e2d1116ecf7c2ac9c464c71fcbf1848107318952b0056c +size 7207064576 diff --git a/Silvertongue-V3.i1-IQ2_XXS.gguf b/Silvertongue-V3.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..f5d171c --- /dev/null +++ b/Silvertongue-V3.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faaa37d978c19e5386c86ee16a92207689a555f41364c5b036fcef5e5a63e5e0 +size 6545150976 diff --git a/Silvertongue-V3.i1-IQ3_M.gguf b/Silvertongue-V3.i1-IQ3_M.gguf new file mode 100644 index 0000000..816c2d0 --- /dev/null +++ b/Silvertongue-V3.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629e4b657a8118be698cdb12a07be7c6a0bbd0d3885eff1347de4bff5adc43b1 +size 10650988608 diff --git a/Silvertongue-V3.i1-IQ3_S.gguf b/Silvertongue-V3.i1-IQ3_S.gguf new file mode 100644 index 0000000..2fea642 --- /dev/null +++ b/Silvertongue-V3.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661f81e36e6ec303ef590f99d8f4c3b78bef389578211a7c8751c423f63204e4 +size 10428166208 diff --git a/Silvertongue-V3.i1-IQ3_XS.gguf b/Silvertongue-V3.i1-IQ3_XS.gguf new file mode 100644 index 0000000..35ca730 --- /dev/null +++ b/Silvertongue-V3.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc06010ac17e24a7d86c500a260318b56800a63e2ee80ba410b874416e362a5 +size 9907155008 diff --git a/Silvertongue-V3.i1-IQ3_XXS.gguf b/Silvertongue-V3.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..c46c9f4 --- /dev/null +++ b/Silvertongue-V3.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31177d2cc9ddf2a5676c9a1dd612dcfe292defe37abd7ee662fe2ba452105079 +size 9280626752 diff --git a/Silvertongue-V3.i1-IQ4_XS.gguf b/Silvertongue-V3.i1-IQ4_XS.gguf new file mode 100644 index 0000000..75239bc --- /dev/null +++ b/Silvertongue-V3.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b20a1157d48b6321626b3c352ae8d79489d7e27b72e79a36c488db43b9c9fb +size 12758957152 diff --git a/Silvertongue-V3.i1-Q2_K.gguf b/Silvertongue-V3.i1-Q2_K.gguf new file mode 100644 index 0000000..dda0996 --- /dev/null +++ b/Silvertongue-V3.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2e3fe19e6c4400d6163585e6fe246f83e0b28d51b938f7077780483cf54a82 +size 8890360832 diff --git a/Silvertongue-V3.i1-Q2_K_S.gguf b/Silvertongue-V3.i1-Q2_K_S.gguf new file mode 100644 index 0000000..0beca54 --- /dev/null +++ b/Silvertongue-V3.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9942e6826478b3b3aefae97acb59deefd1d60ef0200201b056437b83ab3781d +size 8320197632 diff --git a/Silvertongue-V3.i1-Q3_K_L.gguf b/Silvertongue-V3.i1-Q3_K_L.gguf new file mode 100644 index 0000000..ed68639 --- /dev/null +++ b/Silvertongue-V3.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ddacd084d9d39810f6661fe2f36c865d3bd2f3abe0c51446238df2b55421ab +size 12400799808 diff --git a/Silvertongue-V3.i1-Q3_K_M.gguf b/Silvertongue-V3.i1-Q3_K_M.gguf new file mode 100644 index 0000000..b17b6b1 --- /dev/null +++ b/Silvertongue-V3.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29073eb59aca580ae4f9e21a79f49379c6ad76d523c58d404e5970c150625b5 +size 11474120768 diff --git a/Silvertongue-V3.i1-Q3_K_S.gguf b/Silvertongue-V3.i1-Q3_K_S.gguf new file mode 100644 index 0000000..fba50f1 --- /dev/null +++ b/Silvertongue-V3.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89dbf353f1f9656f2f2a2d7f73a5e5ba8d11f5652add6de33a7230dd090b86f7 +size 10400313408 diff --git a/Silvertongue-V3.i1-Q4_0.gguf b/Silvertongue-V3.i1-Q4_0.gguf new file mode 100644 index 0000000..8472496 --- /dev/null +++ b/Silvertongue-V3.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7824df99210b79834a4ef53411c15bc7a22842327cb4539a7194ba1c29a39e3 +size 13494272032 diff --git a/Silvertongue-V3.i1-Q4_1.gguf b/Silvertongue-V3.i1-Q4_1.gguf new file mode 100644 index 0000000..9aa50f9 --- /dev/null +++ b/Silvertongue-V3.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cfc373b04d1671de46b6974113e40eddf9b920a0edda1dfe513065708920ac +size 14873151392 diff --git a/Silvertongue-V3.i1-Q4_K_M.gguf b/Silvertongue-V3.i1-Q4_K_M.gguf new file mode 100644 index 0000000..dd72b1e --- /dev/null +++ b/Silvertongue-V3.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafbf1c5f597956b7aa267b90a2e560e514678e83025ae01020e7309f2576d3d +size 14333952032 diff --git a/Silvertongue-V3.i1-Q4_K_S.gguf b/Silvertongue-V3.i1-Q4_K_S.gguf new file mode 100644 index 0000000..1546c84 --- /dev/null +++ b/Silvertongue-V3.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc55226d7de9a30a83ac6ee8940b8934fc37f3c7b897daef4da602dec5c8f0e +size 13549322272 diff --git a/Silvertongue-V3.i1-Q5_K_M.gguf b/Silvertongue-V3.i1-Q5_K_M.gguf new file mode 100644 index 0000000..d56c042 --- /dev/null +++ b/Silvertongue-V3.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ece952bb296a19c8e54810c02c337c2aa95762dcf73b904eebf86e059106d0 +size 16764030752 diff --git a/Silvertongue-V3.i1-Q5_K_S.gguf b/Silvertongue-V3.i1-Q5_K_S.gguf new file mode 100644 index 0000000..8d811a4 --- /dev/null +++ b/Silvertongue-V3.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcce9ac82230b374c41019d2ef7d50518ded37afa7d72bff0fa8e17af99cada +size 16304459552 diff --git a/Silvertongue-V3.i1-Q6_K.gguf b/Silvertongue-V3.i1-Q6_K.gguf new file mode 100644 index 0000000..0bd8032 --- /dev/null +++ b/Silvertongue-V3.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8bbc5da2d7693e8e72fb8330394cf6bdc8ac1462a7b9869daaaaef0d6382ab +size 19345989408 diff --git a/Silvertongue-V3.imatrix.gguf b/Silvertongue-V3.imatrix.gguf new file mode 100644 index 0000000..bad2426 --- /dev/null +++ b/Silvertongue-V3.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bc9c18390345c31a62ff58d51032f875035b309591cba12636dd413c211b67 +size 10037312