Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,10 @@ datasets:
|
|
19 |
This model was converted to GGUF format from [`prithivMLmods/Theta-Crucis-0.6B-Turbo1`](https://huggingface.co/prithivMLmods/Theta-Crucis-0.6B-Turbo1) 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/Theta-Crucis-0.6B-Turbo1) 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/Theta-Crucis-0.6B-Turbo1`](https://huggingface.co/prithivMLmods/Theta-Crucis-0.6B-Turbo1) 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/Theta-Crucis-0.6B-Turbo1) for more details on the model.
|
21 |
|
22 |
+
---
|
23 |
+
Theta-Crucis-0.6B-Turbo1 is a compact, high-performance model designed for code generation, technical reasoning, and structured output tasks. Fine-tuned from Qwen3-0.6B using the Mixture of Thoughts (MoT) dataset with an emphasis on code expert clusters, this model delivers agile and accurate coding assistance in low-resource environments. At only 0.6B parameters, it offers strong fluency in programming, structured syntax, and technical language generation.
|
24 |
+
|
25 |
+
---
|
26 |
## Use with llama.cpp
|
27 |
Install llama.cpp through brew (works on Mac and Linux)
|
28 |
|