lmzheng commited on
Commit
b113200
1 Parent(s): 451a8eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,5 +46,5 @@ The primary intended users of the model are researchers and hobbyists in natural
46
  A preliminary evaluation of the model quality is conducted by creating a set of 80 diverse questions and utilizing GPT-4 to judge the model outputs. See https://vicuna.lmsys.org/ for more details.
47
 
48
  ## Major updates of weights v1.1
49
- - Refactor the tokenization and separator. In Vicuna v1.1, the separator has been changed from `###` to the EOS token `</s>`. This change makes it easier to determine the generation stop criteria and enables better compatibility with other libraries.
50
  - Fix the supervised fine-tuning loss computation for better model quality.
 
46
  A preliminary evaluation of the model quality is conducted by creating a set of 80 diverse questions and utilizing GPT-4 to judge the model outputs. See https://vicuna.lmsys.org/ for more details.
47
 
48
  ## Major updates of weights v1.1
49
+ - Refactor the tokenization and separator. In Vicuna v1.1, the separator has been changed from `"###"` to the EOS token `"</s>"`. This change makes it easier to determine the generation stop criteria and enables better compatibility with other libraries.
50
  - Fix the supervised fine-tuning loss computation for better model quality.