JustinLin610 commited on
Commit
c35678d
1 Parent(s): 9758991

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -27,11 +27,15 @@ For more details, please refer to our blog post and github repo.
27
  <br>
28
 
29
  ## Model Details
 
30
  Qwen2 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 Qwen2 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 `KeyError: 'qwen2`.
34
- <br>
 
 
 
35
 
36
 
37
  ## Usage
 
27
  <br>
28
 
29
  ## Model Details
30
+
31
  Qwen2 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.
32
 
33
  ## Requirements
34
+
35
+ The code of Qwen2 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:
36
+ ```
37
+ KeyError: 'qwen2'
38
+ ```
39
 
40
 
41
  ## Usage