JustinLin610 commited on
Commit
a66363a
1 Parent(s): fdc7ea7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
 
18
  Qwen1.5 is the beta version of Qwen2, a transformer-based decoder-only language model pretrained on a large amount of data. In comparison with the previous released Qwen, the improvements include:
19
 
20
- * 6 model sizes, including 0.5B, 1.8B, 4B, 7B, 14B, and 72B;
21
  * Significant performance improvement in Chat models;
22
  * Multilingual support of both base and chat models;
23
  * Stable support of 32K context length for models of all sizes
@@ -27,7 +27,7 @@ For more details, please refer to our [blog post](https://qwenlm.github.io/blog/
27
 
28
 
29
  ## Model Details
30
- Qwen1.5 is a language model series including decoder language models of different model sizes. For each size, we release the base language model and the aligned chat model. It is based on the Transformer architecture with SwiGLU activation, attention QKV bias, group query attention, mixture of sliding window attention and full attention, etc. Additionally, we have an improved tokenizer adaptive to multiple natural languages and codes. For the beta version, temporarily we did not include GQA and the mixture of SWA and full attention.
31
 
32
  ## Requirements
33
  The code of Qwen1.5 has been in the latest Hugging face transformers and we advise you to install `transformers>=4.37.0`, or you might encounter the following error:
 
17
 
18
  Qwen1.5 is the beta version of Qwen2, a transformer-based decoder-only language model pretrained on a large amount of data. In comparison with the previous released Qwen, the improvements include:
19
 
20
+ * 8 model sizes, including 0.5B, 1.8B, 4B, 7B, 14B, 32B and 72B dense models, and an MoE model of 14B with 2.7B activated;
21
  * Significant performance improvement in Chat models;
22
  * Multilingual support of both base and chat models;
23
  * Stable support of 32K context length for models of all sizes
 
27
 
28
 
29
  ## Model Details
30
+ Qwen1.5 is a language model series including decoder language models of different model sizes. For each size, we release the base language model and the aligned chat model. It is based on the Transformer architecture with SwiGLU activation, attention QKV bias, group query attention, mixture of sliding window attention and full attention, etc. Additionally, we have an improved tokenizer adaptive to multiple natural languages and codes. For the beta version, temporarily we did not include GQA (except for 32B) and the mixture of SWA and full attention.
31
 
32
  ## Requirements
33
  The code of Qwen1.5 has been in the latest Hugging face transformers and we advise you to install `transformers>=4.37.0`, or you might encounter the following error: