feihu.hf commited on
Commit
b2108e9
·
1 Parent(s): f7d8e35

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: other
3
- license_name: tongyi-qianwen-research
4
  license_link: >-
5
- https://huggingface.co/Qwen/Qwen1.5-0_5B/blob/main/LICENSE
6
  language:
7
  - en
8
  pipeline_tag: text-generation
@@ -23,19 +23,16 @@ Qwen1.5 is the beta version of Qwen2, a transformer-based decoder-only language
23
  * Stable support of 32K context length for models of all sizes
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
  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.
32
 
33
-
34
  ## Requirements
35
-
36
  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:
37
  ```
38
- KeyError: 'qwen2'
39
  ```
40
 
41
 
@@ -44,7 +41,6 @@ KeyError: 'qwen2'
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
-
48
  ## Citation
49
 
50
  If you find our work helpful, feel free to give us a cite.
 
1
  ---
2
  license: other
3
+ license_name: tongyi-qianwen
4
  license_link: >-
5
+ https://huggingface.co/Qwen/Qwen1.5-0.5B/blob/main/LICENSE
6
  language:
7
  - en
8
  pipeline_tag: text-generation
 
23
  * Stable support of 32K context length for models of all sizes
24
  * No need of `trust_remote_code`.
25
 
26
+ For more details, please refer to our [blog post](https://qwenlm.github.io/blog/qwen1.5/) and [GitHub repo](https://github.com/QwenLM/Qwen1.5).
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:
34
  ```
35
+ KeyError: 'qwen2'.
36
  ```
37
 
38
 
 
41
  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.
42
 
43
 
 
44
  ## Citation
45
 
46
  If you find our work helpful, feel free to give us a cite.