初始化项目,由ModelHub XC社区提供模型

Model: mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-30 10:33:00 +08:00
commit 93f492ac29
27 changed files with 213 additions and 0 deletions

60
.gitattributes vendored Normal file
View File

@@ -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
Thoughtful-Llama-RP-3b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Thoughtful-Llama-RP-3b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text

78
README.md Normal file
View File

@@ -0,0 +1,78 @@
---
base_model: Triangle104/Thoughtful-Llama-RP-3b
language:
- en
library_name: transformers
quantized_by: mradermacher
tags:
- mergekit
- merge
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: nicoboss -->
weighted/imatrix quants of https://huggingface.co/Triangle104/Thoughtful-Llama-RP-3b
<!-- provided-files -->
static quants are available at https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-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/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ1_S.gguf) | i1-IQ1_S | 1.0 | for the desperate |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.1 | |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.2 | |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ2_S.gguf) | i1-IQ2_S | 1.3 | |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ2_M.gguf) | i1-IQ2_M | 1.3 | |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.4 | very low quality |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q2_K.gguf) | i1-Q2_K | 1.5 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.6 | |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ3_M.gguf) | i1-IQ3_M | 1.7 | |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.8 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.9 | IQ3_M probably better |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.9 | |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.0 | prefer IQ4_XS |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q4_0.gguf) | i1-Q4_0 | 2.0 | fast, low quality |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.0 | optimal size/speed/quality |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.1 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q4_1.gguf) | i1-Q4_1 | 2.2 | |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.4 | |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.4 | |
| [GGUF](https://huggingface.co/mradermacher/Thoughtful-Llama-RP-3b-i1-GGUF/resolve/main/Thoughtful-Llama-RP-3b.i1-Q6_K.gguf) | i1-Q6_K | 2.7 | 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.
<!-- end -->

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e9826e7ee9b18509116e1ad262b94d5e4bee35a0ce189d65fd7660f1869c543
size 924192064

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:505f41abcff109b166a3704e60003fd131e623e0cb72d94cc7d6e369c434d9e3
size 868158784

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3d696bcaaa55dfbe7914fd49d90152ddc06dc6d77e81560433082aee6b064f4
size 1229032768

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38541ee04964edf11c02a0d4f89a8f50279d507a55ec9d0f5b330e107d735881
size 1154321728

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c86534676c40e49296f4fae075a56556cd4c3beda5421c97b6038a7432853af8
size 1100549440

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16326511cc5af51444076bc289e7c280b848dedc213b09aa81b5ed433838fbe1
size 1017580864

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d57753a616eb3e269174cf9edb6d2f1ae9048e9e1a92e20128ad88ca401b59f3
size 1599669568

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1f5df62aa00fde9e06472a96be93dfba76cf8817324aabc4e0d45a55c9928da
size 1542849856

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7aa0f5b2822511a678ab57cad7cd47ef6ab73ec0ab1cdf0247a2938df35597ff
size 1476789568

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:189a862ad1a57b8db9988e44af74e2926b45509ebaf3fc282862834d07dcffa4
size 1348767040

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11eaac09c1db58d2a44212b64bb61d20b94c7086efcb5e2321990d0a5e8daa25
size 1917191488

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:243514382055825cfcff3b68d13482ce0329439b9902e64a48f9f1d2dea86827
size 1829111104

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d08ecab17af3c657c4aefaee83f51d28baf6ab25c868ab4cda2ab00c8b11baac
size 1363936576

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d8c4ebee7d1d5f0fab5cb70908f510348ee67922c601d20c068d7637237f606
size 1274283328

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09031267cd0e4c3fb146745d15870c6c4c9f453f45742a47042898668f4699a4
size 1815348544

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aaf27c1271eca410e5d7c8c40da85ba3147a064c500ef4ecb09f2815b03b4ee6
size 1687160128

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2cdfbd805d9df7bd3c4d5d8bf1e604369ec7ee1b2d6b92b9de4c8e0ff5771c1
size 1542849856

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2fe042da756ad9c2a5449cf1c56d8093b677315ba73a2cee0f96c052fc5100c
size 1921910080

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6980732ef122004d369423d45023a7a3728682806517a4b23fea4cc63586b239
size 2093352256

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8338bb9a3218431646134383dbda4e305b3dd30a5bb0b0d62ea70fcc7081242f
size 2019378496

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f2f40f4737da407a92133b2ea088f952b7dc1dd06ebf2201d6b94f824ac207b
size 1928201536

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4086eacd73594b1cda731a85352d597d9bc86e7376f8deb5a87588b5eae34a1f
size 2322154816

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e08ceb64ad0f288d083f5f9e76c215d56508b5063d08d542c5454b37c2e4573
size 2269513024

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c122c18c348d07c1e78b1f4f532e996c307ba351d236380de1b7273be3c5ec45
size 2643854656

3
imatrix.dat Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0e71095b9d1a590dced4a8d8b9355b4f4650432f9bd45046f918287bc8c3f82
size 2988377