Delta-Vector
commited on
Commit
•
6cbafe1
1
Parent(s):
74fbd20
fix typo
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ Qwen2.5-Coder is the latest series of Code-Specific Qwen large language models (
|
|
26 |
- A more comprehensive foundation for real-world applications such as **Code Agents**. Not only enhancing coding capabilities but also maintaining its strengths in mathematics and general competencies.
|
27 |
- **Long-context Support** up to 128K tokens.
|
28 |
|
29 |
-
**This repo contains the instruction-tuned 7B Qwen2.5-Coder model in the GGUF
|
30 |
- Type: Causal Language Models
|
31 |
- Training Stage: Pretraining & Post-training
|
32 |
- Architecture: transformers with RoPE, SwiGLU, RMSNorm, and Attention QKV bias
|
|
|
26 |
- A more comprehensive foundation for real-world applications such as **Code Agents**. Not only enhancing coding capabilities but also maintaining its strengths in mathematics and general competencies.
|
27 |
- **Long-context Support** up to 128K tokens.
|
28 |
|
29 |
+
**This repo contains the instruction-tuned 7B Qwen2.5-Coder model in the GGUF Format**, which has the following features:
|
30 |
- Type: Causal Language Models
|
31 |
- Training Stage: Pretraining & Post-training
|
32 |
- Architecture: transformers with RoPE, SwiGLU, RMSNorm, and Attention QKV bias
|