JustinLin610 commited on
Commit
0b1785d
1 Parent(s): 9e33d6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -32,6 +32,7 @@ Qwen1.5 is a language model series including decoder language models of differen
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.
34
 
 
35
  ## Requirements
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
  ```
 
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.
34
 
35
+
36
  ## Requirements
37
  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:
38
  ```