Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,13 @@ library_name: transformers
|
|
19 |
This model was converted to GGUF format from [`prithivMLmods/Omega-Qwen2.5-Coder-3B`](https://huggingface.co/prithivMLmods/Omega-Qwen2.5-Coder-3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
20 |
Refer to the [original model card](https://huggingface.co/prithivMLmods/Omega-Qwen2.5-Coder-3B) for more details on the model.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Use with llama.cpp
|
23 |
Install llama.cpp through brew (works on Mac and Linux)
|
24 |
|
|
|
19 |
This model was converted to GGUF format from [`prithivMLmods/Omega-Qwen2.5-Coder-3B`](https://huggingface.co/prithivMLmods/Omega-Qwen2.5-Coder-3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
20 |
Refer to the [original model card](https://huggingface.co/prithivMLmods/Omega-Qwen2.5-Coder-3B) for more details on the model.
|
21 |
|
22 |
+
---
|
23 |
+
|
24 |
+
Omega-Qwen2.5-Coder-3B is a compact and high-efficiency code-focused model fine-tuned on Qwen2.5-Coder-3B-Instruct, using the symbolic-rich Open-Omega-Forge-1M dataset. Designed specifically for hard-coded tasks and deterministic computation, this model runs in a "thinking-disabled" mode—delivering precise, structured outputs with minimal hallucination, making it ideal for rigorous coding workflows and embedded logic applications.
|
25 |
+
|
26 |
+
Thinking: Disabled
|
27 |
+
|
28 |
+
---
|
29 |
## Use with llama.cpp
|
30 |
Install llama.cpp through brew (works on Mac and Linux)
|
31 |
|