lmzheng commited on
Commit
896c442
·
1 Parent(s): 1c1ad27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -44,3 +44,7 @@ The primary intended users of the model are researchers and hobbyists in natural
44
 
45
  ## Evaluation dataset
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.
 
 
 
 
 
44
 
45
  ## Evaluation dataset
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.