From 241025c6794f6163ba855ff4343d6120740a1283 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 8 May 2026 11:39:08 +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/Phi-4-bifrost-sol-3.8B-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++ Phi-4-bifrost-sol-3.8B.IQ4_XS.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.Q2_K.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.Q3_K_L.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.Q3_K_M.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.Q3_K_S.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.Q4_K_M.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.Q4_K_S.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.Q5_K_M.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.Q5_K_S.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.Q6_K.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.Q8_0.gguf | 3 ++ Phi-4-bifrost-sol-3.8B.f16.gguf | 3 ++ README.md | 77 ++++++++++++++++++++++++++++++ 14 files changed, 160 insertions(+) create mode 100644 .gitattributes create mode 100644 Phi-4-bifrost-sol-3.8B.IQ4_XS.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.Q2_K.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.Q3_K_L.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.Q3_K_M.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.Q3_K_S.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.Q4_K_M.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.Q4_K_S.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.Q5_K_M.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.Q5_K_S.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.Q6_K.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.Q8_0.gguf create mode 100644 Phi-4-bifrost-sol-3.8B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bd5ad47 --- /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 +Phi-4-bifrost-sol-3.8B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-bifrost-sol-3.8B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Phi-4-bifrost-sol-3.8B.IQ4_XS.gguf b/Phi-4-bifrost-sol-3.8B.IQ4_XS.gguf new file mode 100644 index 0000000..a0e5681 --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976a5b451528903e9eacefdd76f578bfbf792a3bec82af2f9a11426dffc7933a +size 2240216608 diff --git a/Phi-4-bifrost-sol-3.8B.Q2_K.gguf b/Phi-4-bifrost-sol-3.8B.Q2_K.gguf new file mode 100644 index 0000000..926fad6 --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0e2353e7913d98cafd6d24341798a7808a139593cae05059dfda43d46d9887 +size 1682636320 diff --git a/Phi-4-bifrost-sol-3.8B.Q3_K_L.gguf b/Phi-4-bifrost-sol-3.8B.Q3_K_L.gguf new file mode 100644 index 0000000..915a46b --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2194caf946f9575200a1a020a83daa4a578abefc08fa6a1ebf2645eea7452761 +size 2249653792 diff --git a/Phi-4-bifrost-sol-3.8B.Q3_K_M.gguf b/Phi-4-bifrost-sol-3.8B.Q3_K_M.gguf new file mode 100644 index 0000000..89c6075 --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9042d641510d8df7a612e0183f68fe5626b9e7349efcb98aa084bcbae272f9 +size 2117533216 diff --git a/Phi-4-bifrost-sol-3.8B.Q3_K_S.gguf b/Phi-4-bifrost-sol-3.8B.Q3_K_S.gguf new file mode 100644 index 0000000..8c3b095 --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e91dd91156f3780d6f21e6bc20329629de9de661de8ced4ec6857908c146449 +size 1897332256 diff --git a/Phi-4-bifrost-sol-3.8B.Q4_K_M.gguf b/Phi-4-bifrost-sol-3.8B.Q4_K_M.gguf new file mode 100644 index 0000000..b054e3a --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece3e9d91677a556c88cf4ca45b3dc439ae74612ddadc014997bdb4d08b8d1d8 +size 2491874848 diff --git a/Phi-4-bifrost-sol-3.8B.Q4_K_S.gguf b/Phi-4-bifrost-sol-3.8B.Q4_K_S.gguf new file mode 100644 index 0000000..160d8c5 --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3022a27a8ff75e060c3232eb5abd5ef6202c347d7e670ae7b1ac9cdc05f34a7e +size 2337734176 diff --git a/Phi-4-bifrost-sol-3.8B.Q5_K_M.gguf b/Phi-4-bifrost-sol-3.8B.Q5_K_M.gguf new file mode 100644 index 0000000..be4eafc --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191b401457084e75eb9725b62fe1a0dea146efd75b60718e5b4f41eb43561135 +size 2848128544 diff --git a/Phi-4-bifrost-sol-3.8B.Q5_K_S.gguf b/Phi-4-bifrost-sol-3.8B.Q5_K_S.gguf new file mode 100644 index 0000000..bb45b08 --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e38954fb6e3243295c740e75893dfe16dd402320406adc101ec6232f597866 +size 2727804448 diff --git a/Phi-4-bifrost-sol-3.8B.Q6_K.gguf b/Phi-4-bifrost-sol-3.8B.Q6_K.gguf new file mode 100644 index 0000000..7f7aa6d --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8c71845cdbab1b36de99908e0592b00d9c907c9e84e4449a6f74db8ddb5e2f +size 3155623456 diff --git a/Phi-4-bifrost-sol-3.8B.Q8_0.gguf b/Phi-4-bifrost-sol-3.8B.Q8_0.gguf new file mode 100644 index 0000000..b7829e0 --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc76d68577e98f4f61f3487ec2551349b4aa92bd1b475465d219c2f6d077b8e0 +size 4084611616 diff --git a/Phi-4-bifrost-sol-3.8B.f16.gguf b/Phi-4-bifrost-sol-3.8B.f16.gguf new file mode 100644 index 0000000..22abbc2 --- /dev/null +++ b/Phi-4-bifrost-sol-3.8B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa0bfe40a6de075af079dcf093915e7a887a5ebdde5f57d06157ce49d89b3d5 +size 7680694816 diff --git a/README.md b/README.md new file mode 100644 index 0000000..95b5270 --- /dev/null +++ b/README.md @@ -0,0 +1,77 @@ +--- +base_model: Bifrost-AI/Phi-4-bifrost-sol-3.8B +datasets: +- Bifrost-AI/Solana-Vanguard-Challenge +language: +- en +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- code +- finance +- chat +- text-generation +- large-language-model +--- +## About + + + + + + +static quants of https://huggingface.co/Bifrost-AI/Phi-4-bifrost-sol-3.8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Phi-4-bifrost-sol-3.8B-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-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/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.IQ4_XS.gguf) | IQ4_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.Q4_K_S.gguf) | Q4_K_S | 2.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.Q5_K_S.gguf) | Q5_K_S | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.Q5_K_M.gguf) | Q5_K_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.Q6_K.gguf) | Q6_K | 3.3 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.Q8_0.gguf) | Q8_0 | 4.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-bifrost-sol-3.8B-GGUF/resolve/main/Phi-4-bifrost-sol-3.8B.f16.gguf) | f16 | 7.8 | 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. + +