JustinLin610 commited on
Commit
e81b982
1 Parent(s): 2c7cb5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ For more details, please refer to our [blog post](https://qwenlm.github.io/blog/
27
  <br>
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
  ## Training details
33
  We pretrained the models with a large amount of data, and we post-trained the models with both supervised finetuning and direct preference optimization.
 
27
  <br>
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
  ## Training details
33
  We pretrained the models with a large amount of data, and we post-trained the models with both supervised finetuning and direct preference optimization.