commit 8a218b9b55aad628b1e3be5e4271ea8ea76d12df Author: ModelHub XC Date: Tue Apr 28 09:50:39 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/arco-reflection-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f7ca772 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.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 +arco-reflection.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +arco-reflection.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..be4c128 --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: appvoid/arco-reflection +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +- sft +--- +## About + + + + + + +static quants of https://huggingface.co/appvoid/arco-reflection + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/arco-reflection-i1-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/arco-reflection-GGUF/resolve/main/arco-reflection.Q2_K.gguf) | Q2_K | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.IQ3_XS.gguf) | IQ3_XS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.IQ3_S.gguf) | IQ3_S | 0.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.Q3_K_S.gguf) | Q3_K_S | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.IQ3_M.gguf) | IQ3_M | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.Q3_K_M.gguf) | Q3_K_M | 0.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.Q3_K_L.gguf) | Q3_K_L | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.IQ4_XS.gguf) | IQ4_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.Q4_K_S.gguf) | Q4_K_S | 0.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.Q4_K_M.gguf) | Q4_K_M | 0.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.Q5_K_S.gguf) | Q5_K_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.Q5_K_M.gguf) | Q5_K_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.Q6_K.gguf) | Q6_K | 0.5 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/arco-reflection-GGUF/resolve/main/arco-reflection.Q8_0.gguf) | Q8_0 | 0.6 | fast, best quality | + +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/arco-reflection.IQ3_M.gguf b/arco-reflection.IQ3_M.gguf new file mode 100644 index 0000000..467c613 --- /dev/null +++ b/arco-reflection.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78f2da22f2debc2d8b3c08a4e3a59b5cbc0c3b3a72c9bc87545ff519670be4b +size 249983552 diff --git a/arco-reflection.IQ3_S.gguf b/arco-reflection.IQ3_S.gguf new file mode 100644 index 0000000..1631d37 --- /dev/null +++ b/arco-reflection.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4726c4ebc80e64c4787d28271eec840aa554897dac8dec756ad94a9ea7cae81 +size 240792128 diff --git a/arco-reflection.IQ3_XS.gguf b/arco-reflection.IQ3_XS.gguf new file mode 100644 index 0000000..41c4e99 --- /dev/null +++ b/arco-reflection.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25602cb6e3d2f9427808be86a2b7e1e2d82508934a4681c65c14be9d324d431b +size 231060032 diff --git a/arco-reflection.IQ4_XS.gguf b/arco-reflection.IQ4_XS.gguf new file mode 100644 index 0000000..bceb25b --- /dev/null +++ b/arco-reflection.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4562c4f7154089a6a13dd60353f76ff553110eaba4e3667badeb5695ce7634c6 +size 289922624 diff --git a/arco-reflection.Q2_K.gguf b/arco-reflection.Q2_K.gguf new file mode 100644 index 0000000..b641e62 --- /dev/null +++ b/arco-reflection.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16933feeda77897281db7bca4cd56cfe30a5ae373fb65a5c320c8eac5a52717 +size 209602112 diff --git a/arco-reflection.Q3_K_L.gguf b/arco-reflection.Q3_K_L.gguf new file mode 100644 index 0000000..574c628 --- /dev/null +++ b/arco-reflection.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cadec691fc648fc080a646369a2b37b894bf37f5de2c233635a14a9bc6c146a7 +size 281342528 diff --git a/arco-reflection.Q3_K_M.gguf b/arco-reflection.Q3_K_M.gguf new file mode 100644 index 0000000..3be1811 --- /dev/null +++ b/arco-reflection.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff3e29c15df7b65591dc98f83554041de6f0ab609f6c80c00f02b025131bb5a +size 262763072 diff --git a/arco-reflection.Q3_K_S.gguf b/arco-reflection.Q3_K_S.gguf new file mode 100644 index 0000000..975a616 --- /dev/null +++ b/arco-reflection.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fb809fd097171c22e6e70a24bcd1ff54581018b89458e97e8af7c5384f52ab +size 240792128 diff --git a/arco-reflection.Q4_K_M.gguf b/arco-reflection.Q4_K_M.gguf new file mode 100644 index 0000000..242c244 --- /dev/null +++ b/arco-reflection.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31419f89610ed6a052c08d59928b0bfc44c84de62914f4fe94d4fb1c1be94ef6 +size 317877824 diff --git a/arco-reflection.Q4_K_S.gguf b/arco-reflection.Q4_K_S.gguf new file mode 100644 index 0000000..a65ebc8 --- /dev/null +++ b/arco-reflection.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87acd1c524c603f34f25e999504f63a7a3e4d61473b47e4d92fa3b04c0563c0b +size 304631360 diff --git a/arco-reflection.Q5_K_M.gguf b/arco-reflection.Q5_K_M.gguf new file mode 100644 index 0000000..8294bf0 --- /dev/null +++ b/arco-reflection.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a23575546fa5330013bbc23e9b6f240987c0bef9f7f1114c24b971abb8a662 +size 368455232 diff --git a/arco-reflection.Q5_K_S.gguf b/arco-reflection.Q5_K_S.gguf new file mode 100644 index 0000000..dc1239b --- /dev/null +++ b/arco-reflection.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1131e9c2e62ca5a5bac5f5a65f836d13fbdbad20a27a67f8c27601c00ba7ccf +size 360517184 diff --git a/arco-reflection.Q6_K.gguf b/arco-reflection.Q6_K.gguf new file mode 100644 index 0000000..23e29f5 --- /dev/null +++ b/arco-reflection.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291d9eb46aa767b1b1a649bfc920e6fa77af37fb6b88e1f243c2e70a38e0b103 +size 422193728 diff --git a/arco-reflection.Q8_0.gguf b/arco-reflection.Q8_0.gguf new file mode 100644 index 0000000..bddc1c5 --- /dev/null +++ b/arco-reflection.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cd73f50893b5e8fc3a6a429fa4a717f83a7c3ba9d5f536bc8b359f3ca4a039 +size 546566720