Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,18 @@ quantized_by: bartowski
|
|
16 |
**Original model**: [Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct)<br>
|
17 |
**GGUF quantization:** provided by [bartowski](https://huggingface.co/bartowski) based on `llama.cpp` release [b3772](https://github.com/ggerganov/llama.cpp/releases/tag/b3772)<br>
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## Special thanks
|
20 |
|
21 |
🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
|
|
|
16 |
**Original model**: [Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct)<br>
|
17 |
**GGUF quantization:** provided by [bartowski](https://huggingface.co/bartowski) based on `llama.cpp` release [b3772](https://github.com/ggerganov/llama.cpp/releases/tag/b3772)<br>
|
18 |
|
19 |
+
## Technical Details
|
20 |
+
|
21 |
+
Long context: Support for 128k tokens and 8k token generation
|
22 |
+
|
23 |
+
Large-scale training dataset: Encompasses a huge range of knowledge.
|
24 |
+
|
25 |
+
Enhanced structured data understanding and generation.
|
26 |
+
|
27 |
+
Over 29 languages including Chinese, English, French, Spanish, Portuguese, German, Italian, Russian, Japanese, Korean, Vietnamese, Thai, and Arabic.
|
28 |
+
|
29 |
+
More details available [here](https://qwenlm.github.io/blog/qwen2.5/)
|
30 |
+
|
31 |
## Special thanks
|
32 |
|
33 |
🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
|