Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ language:
|
|
4 |
pipeline_tag: text-generation
|
5 |
license: apache-2.0
|
6 |
---
|
7 |
-
# Qwen2.5-
|
8 |
|
9 |
## Introduction
|
10 |
|
@@ -16,7 +16,7 @@ Qwen2.5 is the latest series of Qwen large language models. For Qwen2.5, we rele
|
|
16 |
- **Long-context Support** up to 128K tokens and can generate up to 8K tokens.
|
17 |
- **Multilingual support** for over 29 languages, including Chinese, English, French, Spanish, Portuguese, German, Italian, Russian, Japanese, Korean, Vietnamese, Thai, Arabic, and more.
|
18 |
|
19 |
-
**This repo contains the base
|
20 |
- Type: Causal Language Models
|
21 |
- Training Stage: Pretraining
|
22 |
- Architecture: transformers with RoPE, SwiGLU, RMSNorm, Attention QKV bias and tied word embeddings
|
|
|
4 |
pipeline_tag: text-generation
|
5 |
license: apache-2.0
|
6 |
---
|
7 |
+
# Qwen2.5-1.5B
|
8 |
|
9 |
## Introduction
|
10 |
|
|
|
16 |
- **Long-context Support** up to 128K tokens and can generate up to 8K tokens.
|
17 |
- **Multilingual support** for over 29 languages, including Chinese, English, French, Spanish, Portuguese, German, Italian, Russian, Japanese, Korean, Vietnamese, Thai, Arabic, and more.
|
18 |
|
19 |
+
**This repo contains the base 1.5B Qwen2.5 model**, which has the following features:
|
20 |
- Type: Causal Language Models
|
21 |
- Training Stage: Pretraining
|
22 |
- Architecture: transformers with RoPE, SwiGLU, RMSNorm, Attention QKV bias and tied word embeddings
|