From 1f277d4b5c1ebc6e818ee099af67f62831daa22e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 18 Apr 2026 14:55:45 +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/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++ ...ch-Reasoning-Qwen-1.5B-v2-RLVE.IQ4_XS.gguf | 3 + ...arch-Reasoning-Qwen-1.5B-v2-RLVE.Q2_K.gguf | 3 + ...ch-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_L.gguf | 3 + ...ch-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_M.gguf | 3 + ...ch-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_S.gguf | 3 + ...ch-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_M.gguf | 3 + ...ch-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_S.gguf | 3 + ...ch-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_M.gguf | 3 + ...ch-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_S.gguf | 3 + ...arch-Reasoning-Qwen-1.5B-v2-RLVE.Q6_K.gguf | 3 + ...arch-Reasoning-Qwen-1.5B-v2-RLVE.Q8_0.gguf | 3 + ...earch-Reasoning-Qwen-1.5B-v2-RLVE.f16.gguf | 3 + README.md | 74 +++++++++++++++++++ 14 files changed, 157 insertions(+) create mode 100644 .gitattributes create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.IQ4_XS.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q2_K.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_L.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_M.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_S.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_M.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_S.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_M.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_S.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q6_K.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q8_0.gguf create mode 100644 Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ed093f6 --- /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 +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.IQ4_XS.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.IQ4_XS.gguf new file mode 100644 index 0000000..c5ab5d1 --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09be195f8ed0cb971f7117725d89fe38b130224e0db59a52cce5ece238ae265 +size 1026163072 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q2_K.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q2_K.gguf new file mode 100644 index 0000000..8f696de --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320817b3e1a752767f322e1d29d9342c9a16330fef3ad6b1e4d8bddf9e93decc +size 752881024 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_L.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_L.gguf new file mode 100644 index 0000000..5ec7198 --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73663170274998ed36dd20691d215ef1b0cb23e399f24ed63a6aca6050cbf1b5 +size 980440960 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_M.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_M.gguf new file mode 100644 index 0000000..485c452 --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361e960ead7c1a3e9873621bb74effbfa98f378d642513136427ae167c749b22 +size 924456832 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_S.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_S.gguf new file mode 100644 index 0000000..2ddbb2f --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e4e779906c8d6f2a27f14e453e0a14aed2ae5abd3d19c64003d3eedfcdd443 +size 861222784 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_M.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_M.gguf new file mode 100644 index 0000000..811568d --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925849e307dbfa5703f61b779fbe3610eb08138da086466ca2cd660a3d946a6c +size 1117321600 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_S.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_S.gguf new file mode 100644 index 0000000..f3b3ce2 --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a1b6c38ef0173ecb7a73a11c146775c95b559983d1428ba03677748b81bcef +size 1071585664 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_M.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_M.gguf new file mode 100644 index 0000000..7ccde96 --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de16a3a444b31266cbd95a65bc071a5c7db13f0d82d4541cad1a3456e418609 +size 1285495168 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_S.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_S.gguf new file mode 100644 index 0000000..a97d24c --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b4853455ae7ee4646aaf902fc7f713046ae02eaf0e78dc9ea4344aed8be54d +size 1259174272 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q6_K.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q6_K.gguf new file mode 100644 index 0000000..6132c1c --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951c86eb51efccfa2d8aae154a39106fe6c5f7af4fcfc899bad635c4b777953a +size 1464179584 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q8_0.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q8_0.gguf new file mode 100644 index 0000000..581a74e --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf128f1a0fdc195706d765611d37859186389f23bdeb759de5cbadd44be1f4f +size 1894532992 diff --git a/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.f16.gguf b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.f16.gguf new file mode 100644 index 0000000..54f7bf5 --- /dev/null +++ b/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489329eb33a18a1d54397f3cc02b68b06a4f8ab27e3a2d7dfe04dffe55c496ee +size 3560417152 diff --git a/README.md b/README.md new file mode 100644 index 0000000..f874dd6 --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +--- +base_model: hamishivi/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE +language: +- en +library_name: transformers +license: cc-by-nc-4.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- https://arxiv.org/abs/2511.07317 +--- +## About + + + + + + + + + +static quants of https://huggingface.co/hamishivi/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-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/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q2_K.gguf) | Q2_K | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_S.gguf) | Q3_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q3_K_L.gguf) | Q3_K_L | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.IQ4_XS.gguf) | IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_S.gguf) | Q4_K_S | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_S.gguf) | Q5_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q5_K_M.gguf) | Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q6_K.gguf) | Q6_K | 1.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.Q8_0.gguf) | Q8_0 | 2.0 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE-GGUF/resolve/main/Nemotron-Research-Reasoning-Qwen-1.5B-v2-RLVE.f16.gguf) | f16 | 3.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. + +