Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- Qwen3-Coder-REAP-25B-A3B-i1-codetiny-exp-MXFP4_MOE.gguf +3 -0
- README.md +10 -1
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Qwen3-Coder-REAP-25B-A3B-MXFP4_MOE.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Qwen3-Coder-REAP-25B-A3B-i1-MXFP4_MOE.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Qwen3-Coder-REAP-25B-A3B-MXFP4_MOE.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Qwen3-Coder-REAP-25B-A3B-i1-MXFP4_MOE.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Qwen3-Coder-REAP-25B-A3B-i1-codetiny-exp-MXFP4_MOE.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen3-Coder-REAP-25B-A3B-i1-codetiny-exp-MXFP4_MOE.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20816fbcb1a9e8f4e21ea13bbfa5a26c195cfc94912f7fef64938dee1d05803b
|
| 3 |
+
size 14064517696
|
README.md
CHANGED
|
@@ -5,6 +5,15 @@ base_model:
|
|
| 5 |
---
|
| 6 |
This is a MXFP4_MOE quantization of the model Qwen3-Coder-REAP-25B-A3B
|
| 7 |
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
Original model: https://huggingface.co/cerebras/Qwen3-Coder-REAP-25B-A3B
|
|
|
|
| 5 |
---
|
| 6 |
This is a MXFP4_MOE quantization of the model Qwen3-Coder-REAP-25B-A3B
|
| 7 |
|
| 8 |
+
Added an imatrix version, based on the imatrix from bartowski.
|
| 9 |
+
|
| 10 |
+
I also created my own imatrix version, that is the one marked as codetiny-exp.
|
| 11 |
+
This is considered experimental.
|
| 12 |
+
What I did, is that I took a very specific imatrix data, that is *ONLY* for coding and not for general knowledge.
|
| 13 |
+
It's the [code_tiny](https://huggingface.co/datasets/eaddario/imatrix-calibration/blob/main/code_tiny.parquet) dataset from [eaddario/imatrix-calibration](https://huggingface.co/datasets/eaddario/imatrix-calibration)
|
| 14 |
+
I thought that would be better suited, as this a coding specific model.
|
| 15 |
+
But further tests must be done.
|
| 16 |
+
Please provide feedback.
|
| 17 |
+
I'll maybe even train it on larger datasets if feedback is positive.
|
| 18 |
|
| 19 |
Original model: https://huggingface.co/cerebras/Qwen3-Coder-REAP-25B-A3B
|