From 3e39d7b314293c929d4d544e2a8284686b11d734 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 14 Jun 2026 17:20: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/Gaia-Petro-LLM-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++++++ Gaia-Petro-LLM.IQ4_XS.gguf | 3 ++ Gaia-Petro-LLM.Q2_K.gguf | 3 ++ Gaia-Petro-LLM.Q3_K_L.gguf | 3 ++ Gaia-Petro-LLM.Q3_K_M.gguf | 3 ++ Gaia-Petro-LLM.Q3_K_S.gguf | 3 ++ Gaia-Petro-LLM.Q4_K_M.gguf | 3 ++ Gaia-Petro-LLM.Q4_K_S.gguf | 3 ++ Gaia-Petro-LLM.Q5_K_M.gguf | 3 ++ Gaia-Petro-LLM.Q5_K_S.gguf | 3 ++ Gaia-Petro-LLM.Q6_K.gguf | 3 ++ Gaia-Petro-LLM.Q8_0.gguf | 3 ++ Gaia-Petro-LLM.f16.gguf | 3 ++ README.md | 73 ++++++++++++++++++++++++++++++++++++++ 14 files changed, 156 insertions(+) create mode 100644 .gitattributes create mode 100644 Gaia-Petro-LLM.IQ4_XS.gguf create mode 100644 Gaia-Petro-LLM.Q2_K.gguf create mode 100644 Gaia-Petro-LLM.Q3_K_L.gguf create mode 100644 Gaia-Petro-LLM.Q3_K_M.gguf create mode 100644 Gaia-Petro-LLM.Q3_K_S.gguf create mode 100644 Gaia-Petro-LLM.Q4_K_M.gguf create mode 100644 Gaia-Petro-LLM.Q4_K_S.gguf create mode 100644 Gaia-Petro-LLM.Q5_K_M.gguf create mode 100644 Gaia-Petro-LLM.Q5_K_S.gguf create mode 100644 Gaia-Petro-LLM.Q6_K.gguf create mode 100644 Gaia-Petro-LLM.Q8_0.gguf create mode 100644 Gaia-Petro-LLM.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..27dc86a --- /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 +Gaia-Petro-LLM.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Gaia-Petro-LLM.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Gaia-Petro-LLM.IQ4_XS.gguf b/Gaia-Petro-LLM.IQ4_XS.gguf new file mode 100644 index 0000000..60698c9 --- /dev/null +++ b/Gaia-Petro-LLM.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fe0c029543b9ce17f559221d298a08ef89f9c0af5b9ead06389c809c0a8162 +size 1016277984 diff --git a/Gaia-Petro-LLM.Q2_K.gguf b/Gaia-Petro-LLM.Q2_K.gguf new file mode 100644 index 0000000..e59a061 --- /dev/null +++ b/Gaia-Petro-LLM.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aeb3e6a7ea8c72e2b94f15e455befb7b674781cf75a7a58b4eab0385f86e1aa +size 777792480 diff --git a/Gaia-Petro-LLM.Q3_K_L.gguf b/Gaia-Petro-LLM.Q3_K_L.gguf new file mode 100644 index 0000000..a07a045 --- /dev/null +++ b/Gaia-Petro-LLM.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0a934090b6984b9d41fbd3014956476b0dee9e91b38e55c89b56e73d44fa8a +size 1003498464 diff --git a/Gaia-Petro-LLM.Q3_K_M.gguf b/Gaia-Petro-LLM.Q3_K_M.gguf new file mode 100644 index 0000000..e59c12d --- /dev/null +++ b/Gaia-Petro-LLM.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9e9216dc9f658b4b24a0e67fadc5058701035122c58212fb98a4917bb0e965 +size 939535328 diff --git a/Gaia-Petro-LLM.Q3_K_S.gguf b/Gaia-Petro-LLM.Q3_K_S.gguf new file mode 100644 index 0000000..212ff32 --- /dev/null +++ b/Gaia-Petro-LLM.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9c2cca4ca25369721ca74d5add5966edc1f94ae268758891401c0ee79e86d3 +size 867249120 diff --git a/Gaia-Petro-LLM.Q4_K_M.gguf b/Gaia-Petro-LLM.Q4_K_M.gguf new file mode 100644 index 0000000..5a64792 --- /dev/null +++ b/Gaia-Petro-LLM.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8d942003bf837f8373e4745f5ad3c99c00153cfff2b523c680eaa02f538ddf +size 1107405792 diff --git a/Gaia-Petro-LLM.Q4_K_S.gguf b/Gaia-Petro-LLM.Q4_K_S.gguf new file mode 100644 index 0000000..cc722f8 --- /dev/null +++ b/Gaia-Petro-LLM.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad098d91199bf161d5fef7c889d4efcc7d82c5d33db0d54bf5fede6aca8a41e1 +size 1060187104 diff --git a/Gaia-Petro-LLM.Q5_K_M.gguf b/Gaia-Petro-LLM.Q5_K_M.gguf new file mode 100644 index 0000000..70da3c0 --- /dev/null +++ b/Gaia-Petro-LLM.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f6769843011cba72a969f318bd14db5cd194c1ca03a3d11bd2be7f41f33465 +size 1257876448 diff --git a/Gaia-Petro-LLM.Q5_K_S.gguf b/Gaia-Petro-LLM.Q5_K_S.gguf new file mode 100644 index 0000000..236dd5a --- /dev/null +++ b/Gaia-Petro-LLM.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47623ddd3c5c606b857f780b4033fc52c30204ac8d1d4b34b9da048182488a17 +size 1230580704 diff --git a/Gaia-Petro-LLM.Q6_K.gguf b/Gaia-Petro-LLM.Q6_K.gguf new file mode 100644 index 0000000..7f0203e --- /dev/null +++ b/Gaia-Petro-LLM.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b04c3bcd941c3a586dc437e669b09be22c1a4befc753038ed45d16a65fd921 +size 1417751520 diff --git a/Gaia-Petro-LLM.Q8_0.gguf b/Gaia-Petro-LLM.Q8_0.gguf new file mode 100644 index 0000000..b3e898c --- /dev/null +++ b/Gaia-Petro-LLM.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab1b1d40c585c128fa9f646ba53fb40c021ee3deb32f4c22b489b5b1ca1b9e0 +size 1834423264 diff --git a/Gaia-Petro-LLM.f16.gguf b/Gaia-Petro-LLM.f16.gguf new file mode 100644 index 0000000..d17bfbe --- /dev/null +++ b/Gaia-Petro-LLM.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1589e17f8848d36bc7de849d42594f7432f7a22e03b2e3432403c8184dd9d8 +size 3447346144 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d8767b --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: my2000cup/Gaia-Petro-LLM +language: +- en +library_name: transformers +license: other +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- llama-factory +- full +- generated_from_trainer +--- +## About + + + + + + +static quants of https://huggingface.co/my2000cup/Gaia-Petro-LLM + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Gaia-Petro-LLM-GGUF).*** + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.Q2_K.gguf) | Q2_K | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.Q3_K_S.gguf) | Q3_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.Q3_K_L.gguf) | Q3_K_L | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.IQ4_XS.gguf) | IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.Q4_K_S.gguf) | Q4_K_S | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.Q5_K_S.gguf) | Q5_K_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.Q5_K_M.gguf) | Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.Q6_K.gguf) | Q6_K | 1.5 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.Q8_0.gguf) | Q8_0 | 1.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Gaia-Petro-LLM-GGUF/resolve/main/Gaia-Petro-LLM.f16.gguf) | f16 | 3.5 | 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. + +