commit d9127bf2ff2177fafbae9cd6e8201ef5cdb09ee2 Author: ModelHub XC Date: Wed Apr 22 14:02:01 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/salamandra-multilingual-rag-2-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3bfd7ba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +salamandra-multilingual-rag-2.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.f16.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +salamandra-multilingual-rag-2.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..818be84 --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +--- +base_model: prajna-soni/salamandra-multilingual-rag-2 +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- trl +- sft +- generated_from_trainer +--- +## About + + + + + + +static quants of https://huggingface.co/prajna-soni/salamandra-multilingual-rag-2 + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.Q2_K.gguf) | Q2_K | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.IQ3_XS.gguf) | IQ3_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.Q3_K_S.gguf) | Q3_K_S | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.IQ3_S.gguf) | IQ3_S | 3.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.IQ3_M.gguf) | IQ3_M | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.Q5_K_S.gguf) | Q5_K_S | 5.6 | | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.Q5_K_M.gguf) | Q5_K_M | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.Q6_K.gguf) | Q6_K | 6.5 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.Q8_0.gguf) | Q8_0 | 8.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/salamandra-multilingual-rag-2-GGUF/resolve/main/salamandra-multilingual-rag-2.f16.gguf) | f16 | 15.6 | 16 bpw, overkill | + +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. + + diff --git a/salamandra-multilingual-rag-2.IQ3_M.gguf b/salamandra-multilingual-rag-2.IQ3_M.gguf new file mode 100644 index 0000000..c3ebf71 --- /dev/null +++ b/salamandra-multilingual-rag-2.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd15f43a62c6a0440f1429ea8854d7e0c15c71991c7802a183cae62b0272531 +size 3867952576 diff --git a/salamandra-multilingual-rag-2.IQ3_S.gguf b/salamandra-multilingual-rag-2.IQ3_S.gguf new file mode 100644 index 0000000..b762331 --- /dev/null +++ b/salamandra-multilingual-rag-2.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6c4a952d8d4b572e4f1e80ca76369313729f895f2a0ab5c60b141a1024c22d +size 3772696000 diff --git a/salamandra-multilingual-rag-2.IQ3_XS.gguf b/salamandra-multilingual-rag-2.IQ3_XS.gguf new file mode 100644 index 0000000..91333b7 --- /dev/null +++ b/salamandra-multilingual-rag-2.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ca270c39d40c74d41866efba4fe06d4a779794189d37aafd084689df27d33c +size 3639788992 diff --git a/salamandra-multilingual-rag-2.IQ4_XS.gguf b/salamandra-multilingual-rag-2.IQ4_XS.gguf new file mode 100644 index 0000000..eb8ef63 --- /dev/null +++ b/salamandra-multilingual-rag-2.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58955228046ad44297731f7a5484fc9a4ee9c308d91bafd58236e62aa4562b31 +size 4486448992 diff --git a/salamandra-multilingual-rag-2.Q2_K.gguf b/salamandra-multilingual-rag-2.Q2_K.gguf new file mode 100644 index 0000000..8e399d4 --- /dev/null +++ b/salamandra-multilingual-rag-2.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff797f24d604a9008bb0f3cc5d872350c225ba481944607c18afd9b2a6c2c9bd +size 3304965152 diff --git a/salamandra-multilingual-rag-2.Q3_K_L.gguf b/salamandra-multilingual-rag-2.Q3_K_L.gguf new file mode 100644 index 0000000..eaa789a --- /dev/null +++ b/salamandra-multilingual-rag-2.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3e00dca0fb3239fe5d7012b4ff66f49c00479219968641244548b741ea76c2 +size 4299867584 diff --git a/salamandra-multilingual-rag-2.Q3_K_M.gguf b/salamandra-multilingual-rag-2.Q3_K_M.gguf new file mode 100644 index 0000000..8ac8488 --- /dev/null +++ b/salamandra-multilingual-rag-2.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae03e7e7f025736d260326c82c14dc37554f68e84512fd56a79375af331b48b +size 4047947200 diff --git a/salamandra-multilingual-rag-2.Q3_K_S.gguf b/salamandra-multilingual-rag-2.Q3_K_S.gguf new file mode 100644 index 0000000..4e1b4e6 --- /dev/null +++ b/salamandra-multilingual-rag-2.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58046455960c7e5e86d3a5ce0fb3a07c4959cafbf06986f4ec0e094108eeda8 +size 3754870208 diff --git a/salamandra-multilingual-rag-2.Q4_K_M.gguf b/salamandra-multilingual-rag-2.Q4_K_M.gguf new file mode 100644 index 0000000..89f64a8 --- /dev/null +++ b/salamandra-multilingual-rag-2.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bc76a6e1b71436397c85560e2c67f05ac1c6ecacb0ffef79e48f49873942c6 +size 4850567136 diff --git a/salamandra-multilingual-rag-2.Q4_K_S.gguf b/salamandra-multilingual-rag-2.Q4_K_S.gguf new file mode 100644 index 0000000..9de342b --- /dev/null +++ b/salamandra-multilingual-rag-2.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff768c86e87a3b9c92d00fb3277c03af831611517d738449581533eb4d616f3f +size 4671916000 diff --git a/salamandra-multilingual-rag-2.Q5_K_M.gguf b/salamandra-multilingual-rag-2.Q5_K_M.gguf new file mode 100644 index 0000000..d692f68 --- /dev/null +++ b/salamandra-multilingual-rag-2.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149f7b03cd9c0bc55ea9f093c7452aa04f3b4babf0426810a287827d68e04e45 +size 5591910880 diff --git a/salamandra-multilingual-rag-2.Q5_K_S.gguf b/salamandra-multilingual-rag-2.Q5_K_S.gguf new file mode 100644 index 0000000..e128d4a --- /dev/null +++ b/salamandra-multilingual-rag-2.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a672a28c5ae4eb452aaebb172878fc21aeca8ffb51be9f639c2b42ec50125909 +size 5487184352 diff --git a/salamandra-multilingual-rag-2.Q6_K.gguf b/salamandra-multilingual-rag-2.Q6_K.gguf new file mode 100644 index 0000000..6f3723d --- /dev/null +++ b/salamandra-multilingual-rag-2.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d102c290793b62daf380dcd03399755d3fcea2983b7e32c9ad2ed4c3c445df8 +size 6379588608 diff --git a/salamandra-multilingual-rag-2.Q8_0.gguf b/salamandra-multilingual-rag-2.Q8_0.gguf new file mode 100644 index 0000000..1ea5a69 --- /dev/null +++ b/salamandra-multilingual-rag-2.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550c9c6a92c7adfe7dbbc103eb31ac7b5fcafb1f0cbe3a9a33dfa97639e9524e +size 8260867008 diff --git a/salamandra-multilingual-rag-2.f16.gguf b/salamandra-multilingual-rag-2.f16.gguf new file mode 100644 index 0000000..20a16fc --- /dev/null +++ b/salamandra-multilingual-rag-2.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff837ceb5803e4b301387c504a36daee5cbe710cdb1d048c04f18ed3890d834 +size 15543235008