yangapku commited on
Commit
c4d44f0
1 Parent(s): 759c0d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -23,10 +23,6 @@ For more details, please refer to our [blog post](https://qwenlm.github.io/blog/
23
  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, etc. Additionally, we have an improved tokenizer adaptive to multiple natural languages and codes.
24
 
25
  ## Requirements
26
- 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:
27
- ```
28
- KeyError: 'qwen2'
29
- ```
30
 
31
 
32
  ## Usage
 
23
  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, etc. Additionally, we have an improved tokenizer adaptive to multiple natural languages and codes.
24
 
25
  ## Requirements
 
 
 
 
26
 
27
 
28
  ## Usage