From e150d3855629d0129a35a7e88367249316a8fb5a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 13 Jun 2026 08:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/Austral-4.5B-Winton-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++ Austral-4.5B-Winton.IQ4_XS.gguf | 3 + Austral-4.5B-Winton.Q2_K.gguf | 3 + Austral-4.5B-Winton.Q3_K_L.gguf | 3 + Austral-4.5B-Winton.Q3_K_M.gguf | 3 + Austral-4.5B-Winton.Q3_K_S.gguf | 3 + Austral-4.5B-Winton.Q4_K_M.gguf | 3 + Austral-4.5B-Winton.Q4_K_S.gguf | 3 + Austral-4.5B-Winton.Q5_K_M.gguf | 3 + Austral-4.5B-Winton.Q5_K_S.gguf | 3 + Austral-4.5B-Winton.Q6_K.gguf | 3 + Austral-4.5B-Winton.Q8_0.gguf | 3 + Austral-4.5B-Winton.f16.gguf | 3 + README.md | 100 ++++++++++++++++++++++++++++++++ 14 files changed, 183 insertions(+) create mode 100644 .gitattributes create mode 100644 Austral-4.5B-Winton.IQ4_XS.gguf create mode 100644 Austral-4.5B-Winton.Q2_K.gguf create mode 100644 Austral-4.5B-Winton.Q3_K_L.gguf create mode 100644 Austral-4.5B-Winton.Q3_K_M.gguf create mode 100644 Austral-4.5B-Winton.Q3_K_S.gguf create mode 100644 Austral-4.5B-Winton.Q4_K_M.gguf create mode 100644 Austral-4.5B-Winton.Q4_K_S.gguf create mode 100644 Austral-4.5B-Winton.Q5_K_M.gguf create mode 100644 Austral-4.5B-Winton.Q5_K_S.gguf create mode 100644 Austral-4.5B-Winton.Q6_K.gguf create mode 100644 Austral-4.5B-Winton.Q8_0.gguf create mode 100644 Austral-4.5B-Winton.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f927188 --- /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 +Austral-4.5B-Winton.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Austral-4.5B-Winton.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Austral-4.5B-Winton.IQ4_XS.gguf b/Austral-4.5B-Winton.IQ4_XS.gguf new file mode 100644 index 0000000..7e099c9 --- /dev/null +++ b/Austral-4.5B-Winton.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec10d924bbf4a3c070b5dd1b3a45c6cef29522a3ced9ff7111fd7be6942ea93 +size 2594013632 diff --git a/Austral-4.5B-Winton.Q2_K.gguf b/Austral-4.5B-Winton.Q2_K.gguf new file mode 100644 index 0000000..0e9b7a1 --- /dev/null +++ b/Austral-4.5B-Winton.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d449157e8c0a7d98ec9bc7935c7ad5d2cb646d91c2603a1fcf9fde5a3be274da +size 1893021600 diff --git a/Austral-4.5B-Winton.Q3_K_L.gguf b/Austral-4.5B-Winton.Q3_K_L.gguf new file mode 100644 index 0000000..d095fa8 --- /dev/null +++ b/Austral-4.5B-Winton.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdb3d315815fafff10055ff3371ab4e7351a3c9c22b941d5452342240e70b35 +size 2632248480 diff --git a/Austral-4.5B-Winton.Q3_K_M.gguf b/Austral-4.5B-Winton.Q3_K_M.gguf new file mode 100644 index 0000000..6afa7b9 --- /dev/null +++ b/Austral-4.5B-Winton.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e1a757e69c12f2837d8af1cd6f7be86f16f931cb9ab67bae14fd749ff712bb +size 2396646560 diff --git a/Austral-4.5B-Winton.Q3_K_S.gguf b/Austral-4.5B-Winton.Q3_K_S.gguf new file mode 100644 index 0000000..5e14689 --- /dev/null +++ b/Austral-4.5B-Winton.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31aa203bd000adfe1eb65f5c7fb57e40ba6327393baed7d2253a5a0c45532746 +size 2121313440 diff --git a/Austral-4.5B-Winton.Q4_K_M.gguf b/Austral-4.5B-Winton.Q4_K_M.gguf new file mode 100644 index 0000000..515d25d --- /dev/null +++ b/Austral-4.5B-Winton.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7508111e527d18a8cbafb9c67898180663364a6e73eb34e26d74c597bb0531f9 +size 2916307776 diff --git a/Austral-4.5B-Winton.Q4_K_S.gguf b/Austral-4.5B-Winton.Q4_K_S.gguf new file mode 100644 index 0000000..6be0965 --- /dev/null +++ b/Austral-4.5B-Winton.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89622a6c630d69ae0a527cc8fcdbc2081eb580f8749e06be7972a0e0231917d3 +size 2715501376 diff --git a/Austral-4.5B-Winton.Q5_K_M.gguf b/Austral-4.5B-Winton.Q5_K_M.gguf new file mode 100644 index 0000000..5696b31 --- /dev/null +++ b/Austral-4.5B-Winton.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af75ee88d83204f9c6462316e56514a27daf5acdb56a79a9b82959f19e62301a +size 3343604096 diff --git a/Austral-4.5B-Winton.Q5_K_S.gguf b/Austral-4.5B-Winton.Q5_K_S.gguf new file mode 100644 index 0000000..cbbb3be --- /dev/null +++ b/Austral-4.5B-Winton.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c9231c1524483dca9d00f7a3ef7b1cddb64cf1f8d4954b1dc69aa03ba359ff +size 3227666816 diff --git a/Austral-4.5B-Winton.Q6_K.gguf b/Austral-4.5B-Winton.Q6_K.gguf new file mode 100644 index 0000000..ad4276e --- /dev/null +++ b/Austral-4.5B-Winton.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d1c36203dbdce43cd2939c8ebc0c4afc851960349244df1a5f191ee2091372 +size 3797606464 diff --git a/Austral-4.5B-Winton.Q8_0.gguf b/Austral-4.5B-Winton.Q8_0.gguf new file mode 100644 index 0000000..91d748f --- /dev/null +++ b/Austral-4.5B-Winton.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbc14115dc3866d52e8b44be229001556c3a007d682d32c844a3853d407e864 +size 4916271168 diff --git a/Austral-4.5B-Winton.f16.gguf b/Austral-4.5B-Winton.f16.gguf new file mode 100644 index 0000000..0b70c9c --- /dev/null +++ b/Austral-4.5B-Winton.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbdc17dd851e8f2571380a1581a913b82cdb2a58b6f060ad78c6b22606602ca +size 9246586368 diff --git a/README.md b/README.md new file mode 100644 index 0000000..5431cf7 --- /dev/null +++ b/README.md @@ -0,0 +1,100 @@ +--- +base_model: Delta-Vector/Austral-4.5B-Winton +datasets: +- Delta-Vector/Tauri-Rep-Remover-KTO +- Delta-Vector/Orion-LN-V1-ShareGPT +- Delta-Vector/Orion-Personamaxx-RP +- Delta-Vector/Orion-Co-Writer-51K +- Delta-Vector/Orion-Praxis-Co-Writer +- Delta-Vector/Orion-Shoujo-AI-Filtered-ShareGPT +- Delta-Vector/Orion-PIPPA-Cleaned-V2 +- Delta-Vector/Orion-Alpindale-LN-ShareGPT +- Delta-Vector/Orion-Deepseek-V3-RP-Filtered +- Delta-Vector/Orion-Books-V2-ShareGPT +- Delta-Vector/Orion-Light-Novels-Roleplay-Logs-Books-Oh-My-duplicate-turns-removed +- Delta-Vector/Orion-RP-Guild +- Delta-Vector/Orion-Creative_Writing-Complexity +- Delta-Vector/Orion-Deepseek-R1-RP-Filtered +- Delta-Vector/Orion-Storium-Prefixed-Clean +- Delta-Vector/Orion-Misc-Sharegpt-Prefixed +- Delta-Vector/Orion-LIMARP-Complexity +- Delta-Vector/Orion-BlueSky-10K-Complexity +- Delta-Vector/Orion-OpenCAI-ShareGPT +- Delta-Vector/Orion-Roleplay-Logs-Sharegpt-Ngram-cleaned +- Delta-Vector/Orion-vanilla-backrooms-claude-sharegpt +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- roleplay +- finetune +- axolotl +- adventure +- creative-writing +--- +## About + + + + + + + + + +static quants of https://huggingface.co/Delta-Vector/Austral-4.5B-Winton + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Austral-4.5B-Winton-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Austral-4.5B-Winton-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/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.Q2_K.gguf) | Q2_K | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.Q3_K_S.gguf) | Q3_K_S | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.Q3_K_M.gguf) | Q3_K_M | 2.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.IQ4_XS.gguf) | IQ4_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.Q3_K_L.gguf) | Q3_K_L | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.Q4_K_S.gguf) | Q4_K_S | 2.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.Q4_K_M.gguf) | Q4_K_M | 3.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.Q5_K_S.gguf) | Q5_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.Q5_K_M.gguf) | Q5_K_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.Q6_K.gguf) | Q6_K | 3.9 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.Q8_0.gguf) | Q8_0 | 5.0 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Austral-4.5B-Winton-GGUF/resolve/main/Austral-4.5B-Winton.f16.gguf) | f16 | 9.3 | 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. + +