Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,12 @@ datasets:
|
|
23 |
This model was converted to GGUF format from [`PinkPixel/Crystal-Think-V2`](https://huggingface.co/PinkPixel/Crystal-Think-V2) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
24 |
Refer to the [original model card](https://huggingface.co/PinkPixel/Crystal-Think-V2) for more details on the model.
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
## Use with llama.cpp
|
27 |
Install llama.cpp through brew (works on Mac and Linux)
|
28 |
|
|
|
23 |
This model was converted to GGUF format from [`PinkPixel/Crystal-Think-V2`](https://huggingface.co/PinkPixel/Crystal-Think-V2) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
24 |
Refer to the [original model card](https://huggingface.co/PinkPixel/Crystal-Think-V2) for more details on the model.
|
25 |
|
26 |
+
---
|
27 |
+
Advanced Mathematical Reasoning Model with Enhanced Chain-of-Thought
|
28 |
+
|
29 |
+
Crystal-Think is a specialized mathematical reasoning model based on Qwen3-4B, fine-tuned using Group Relative Policy Optimization (GRPO) on NVIDIA's OpenMathReasoning dataset. Version 2 introduces the new <think></think> reasoning format for enhanced step-by-step mathematical problem solving, algebraic reasoning, and mathematical code generation.
|
30 |
+
|
31 |
+
---
|
32 |
## Use with llama.cpp
|
33 |
Install llama.cpp through brew (works on Mac and Linux)
|
34 |
|