JustinLin610 commited on
Commit
0c04232
·
verified ·
1 Parent(s): dc3b49c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -24,12 +24,12 @@ Qwen2-beta is the beta version of Qwen2, a transformer-based decoder-only langua
24
  * No need of `trust_remote_code`.
25
 
26
  For more details, please refer to our blog post and github repo.
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
- <br>
33
 
34
  ## Requirements
35
 
@@ -42,7 +42,7 @@ KeyError: 'qwen2'
42
  ## Usage
43
 
44
  We do not advise you to use base language models for text generation. Instead, you can apply post-training, e.g., SFT, RLHF, continued pretraining, etc., on this model.
45
- <br>
46
 
47
  ## Citation
48
 
 
24
  * No need of `trust_remote_code`.
25
 
26
  For more details, please refer to our blog post and github repo.
27
+
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
 
34
  ## Requirements
35
 
 
42
  ## Usage
43
 
44
  We do not advise you to use base language models for text generation. Instead, you can apply post-training, e.g., SFT, RLHF, continued pretraining, etc., on this model.
45
+
46
 
47
  ## Citation
48