Triangle104
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,32 @@ tags:
|
|
21 |
This model was converted to GGUF format from [`prithivMLmods/Deepthink-Reasoning-7B`](https://huggingface.co/prithivMLmods/Deepthink-Reasoning-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
22 |
Refer to the [original model card](https://huggingface.co/prithivMLmods/Deepthink-Reasoning-7B) for more details on the model.
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
## Use with llama.cpp
|
25 |
Install llama.cpp through brew (works on Mac and Linux)
|
26 |
|
|
|
21 |
This model was converted to GGUF format from [`prithivMLmods/Deepthink-Reasoning-7B`](https://huggingface.co/prithivMLmods/Deepthink-Reasoning-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
22 |
Refer to the [original model card](https://huggingface.co/prithivMLmods/Deepthink-Reasoning-7B) for more details on the model.
|
23 |
|
24 |
+
---
|
25 |
+
Model details:
|
26 |
+
-
|
27 |
+
The Deepthink-Reasoning-7B is a fine-tuned version of the Qwen2.5-7B-Instruct
|
28 |
+
base model, designed for text generation tasks that require deep
|
29 |
+
reasoning, logical structuring, and problem-solving. This model
|
30 |
+
leverages its optimized architecture to provide accurate and
|
31 |
+
contextually relevant outputs for complex queries, making it ideal for
|
32 |
+
applications in education, programming, and creative writing.
|
33 |
+
|
34 |
+
|
35 |
+
With its robust natural language processing capabilities, Deepthink-Reasoning-7B
|
36 |
+
excels in generating step-by-step solutions, creative content, and
|
37 |
+
logical analyses. Its architecture integrates advanced understanding of
|
38 |
+
both structured and unstructured data, ensuring precise text generation
|
39 |
+
aligned with user inputs.
|
40 |
+
|
41 |
+
|
42 |
+
Significantly more knowledge and has greatly improved capabilities in coding and mathematics, thanks to our specialized expert models in these domains.
|
43 |
+
Significant improvements in instruction following, generating long texts (over 8K tokens), understanding structured data (e.g, tables), and generating structured outputs especially JSON. More resilient to the diversity of system prompts, enhancing role-play implementation and condition-setting for chatbots.
|
44 |
+
Long-context Support up to 128K tokens and can generate up to 8K tokens.
|
45 |
+
Multilingual support for over 29 languages,
|
46 |
+
including Chinese, English, French, Spanish, Portuguese, German,
|
47 |
+
Italian, Russian, Japanese, Korean, Vietnamese, Thai, Arabic, and more.
|
48 |
+
|
49 |
+
---
|
50 |
## Use with llama.cpp
|
51 |
Install llama.cpp through brew (works on Mac and Linux)
|
52 |
|