commit b816d468694e49d5f7a43cad71c4a3ed8db4d260 Author: ModelHub XC Date: Tue Jun 16 01:16:17 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/Sequential_Helium_6B-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..225a2c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +Sequential_Helium_6B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.f16.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Sequential_Helium_6B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed7b784 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: kyutai/Sequential_Helium_6B +datasets: +- kyutai/KairosQA +language: +- en +library_name: transformers +license: cc-by-sa-4.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- causal-lm +- sequential-pretraining +- helium +- kyutai +--- +## About + + + + + + + + + +static quants of https://huggingface.co/kyutai/Sequential_Helium_6B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Sequential_Helium_6B-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Sequential_Helium_6B-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/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.Q2_K.gguf) | Q2_K | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.Q3_K_S.gguf) | Q3_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.Q3_K_M.gguf) | Q3_K_M | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.Q3_K_L.gguf) | Q3_K_L | 3.5 | | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.IQ4_XS.gguf) | IQ4_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.Q4_K_S.gguf) | Q4_K_S | 3.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.Q4_K_M.gguf) | Q4_K_M | 3.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.Q5_K_S.gguf) | Q5_K_S | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.Q5_K_M.gguf) | Q5_K_M | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.Q6_K.gguf) | Q6_K | 5.3 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.Q8_0.gguf) | Q8_0 | 6.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Sequential_Helium_6B-GGUF/resolve/main/Sequential_Helium_6B.f16.gguf) | f16 | 12.7 | 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/Sequential_Helium_6B.IQ4_XS.gguf b/Sequential_Helium_6B.IQ4_XS.gguf new file mode 100644 index 0000000..b3dcbe2 --- /dev/null +++ b/Sequential_Helium_6B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c32e583b6f977fc7c30cc8eb853d8fff7950aeceba012809449bf1d88a9be5 +size 3472815296 diff --git a/Sequential_Helium_6B.Q2_K.gguf b/Sequential_Helium_6B.Q2_K.gguf new file mode 100644 index 0000000..2b5952f --- /dev/null +++ b/Sequential_Helium_6B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4750b1ef38f93a37222892593aa0208e697915af60304b939303f8da5bf48a2 +size 2433381568 diff --git a/Sequential_Helium_6B.Q3_K_L.gguf b/Sequential_Helium_6B.Q3_K_L.gguf new file mode 100644 index 0000000..2b8e844 --- /dev/null +++ b/Sequential_Helium_6B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426d047d296a678b32daba67af5de5de22972e881796bff9f477a196e002e91a +size 3363878080 diff --git a/Sequential_Helium_6B.Q3_K_M.gguf b/Sequential_Helium_6B.Q3_K_M.gguf new file mode 100644 index 0000000..c248804 --- /dev/null +++ b/Sequential_Helium_6B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599bbeca4619ca031411f17f1d5cb0fc052b90098c588de16376e3784904d531 +size 3108025536 diff --git a/Sequential_Helium_6B.Q3_K_S.gguf b/Sequential_Helium_6B.Q3_K_S.gguf new file mode 100644 index 0000000..038fa7c --- /dev/null +++ b/Sequential_Helium_6B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10197233641da89c5fc151ba6e9ddd464d55f18717d79658c409c14382738d20 +size 2810229952 diff --git a/Sequential_Helium_6B.Q4_K_M.gguf b/Sequential_Helium_6B.Q4_K_M.gguf new file mode 100644 index 0000000..3eecc63 --- /dev/null +++ b/Sequential_Helium_6B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a1c696df705de2f1ad5febf6df3fa6cc8eab886cecac511b0e0d1c807746a6 +size 3819173056 diff --git a/Sequential_Helium_6B.Q4_K_S.gguf b/Sequential_Helium_6B.Q4_K_S.gguf new file mode 100644 index 0000000..6ab197d --- /dev/null +++ b/Sequential_Helium_6B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612a767a558778bdc40f3c36d7c3cd8c1fa87205c98b56b4ed639bad965dec15 +size 3636720832 diff --git a/Sequential_Helium_6B.Q5_K_M.gguf b/Sequential_Helium_6B.Q5_K_M.gguf new file mode 100644 index 0000000..12b942a --- /dev/null +++ b/Sequential_Helium_6B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b082e726258c5ffd20a3385ae8850cb3e00734bdad21fdea1b6d9e7d1f9f03 +size 4472698048 diff --git a/Sequential_Helium_6B.Q5_K_S.gguf b/Sequential_Helium_6B.Q5_K_S.gguf new file mode 100644 index 0000000..0a86488 --- /dev/null +++ b/Sequential_Helium_6B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4cbf0dc19f587a106282fcd7cc5267c57fc2cdd6cca6d7865df49775258d60 +size 4365743296 diff --git a/Sequential_Helium_6B.Q6_K.gguf b/Sequential_Helium_6B.Q6_K.gguf new file mode 100644 index 0000000..47befb4 --- /dev/null +++ b/Sequential_Helium_6B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3765a4d02bc120b25ed75235aec4877769cda7f11de99c7944ea1352372c954 +size 5167068352 diff --git a/Sequential_Helium_6B.Q8_0.gguf b/Sequential_Helium_6B.Q8_0.gguf new file mode 100644 index 0000000..d580615 --- /dev/null +++ b/Sequential_Helium_6B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e894144d98abf55b542939d2fd5a071ecd97d560e25372dcac1dd447615eed8 +size 6691796160 diff --git a/Sequential_Helium_6B.f16.gguf b/Sequential_Helium_6B.f16.gguf new file mode 100644 index 0000000..3d9f445 --- /dev/null +++ b/Sequential_Helium_6B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed5231982eff86f9dbac532ad9ff974769022e67af0913f168103bee4ba4b6d +size 12593968320