Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,20 @@ base_model:
|
|
| 3 |
- yasserrmd/gpt-oss-coder-20b
|
| 4 |
base_model_relation: quantized
|
| 5 |
quantized_by: benhaotang
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
-
Quatized [yasserrmd/gpt-oss-coder-20b](https://huggingface.co/yasserrmd/gpt-oss-coder-20b) with llama.cpp commit 54a241f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- yasserrmd/gpt-oss-coder-20b
|
| 4 |
base_model_relation: quantized
|
| 5 |
quantized_by: benhaotang
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
datasets:
|
| 8 |
+
- microsoft/rStar-Coder
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
tags:
|
| 11 |
+
- mxfp4
|
| 12 |
+
- gpt_oss
|
| 13 |
---
|
| 14 |
|
| 15 |
+
Quatized [yasserrmd/gpt-oss-coder-20b](https://huggingface.co/yasserrmd/gpt-oss-coder-20b) with llama.cpp commit 54a241f
|
| 16 |
+
|
| 17 |
+
Thanks for the awesome finetuning work by [yasserrmd](https://huggingface.co/yasserrmd) and OpenAI for the original model.
|
| 18 |
+
|
| 19 |
+
Multiple ways to use:
|
| 20 |
+
|
| 21 |
+
- run with llama.cpp: `./llama-server -m "gpt-oss-coder-MXFP4_MOE.gguf" -ngl 25 --jinja`
|
| 22 |
+
- use with lmstudio: just pull from `benhaotang/gpt-oss-coder-20B-GGUF`
|