yaojialzc commited on
Commit
1249c75
1 Parent(s): 9dc5cf1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -75,4 +75,4 @@ output = tokenizer.decode(output[0], skip_special_tokens=False)
75
  print(output)
76
  ```
77
 
78
- llama 3 模型输出 eot 时不会停止,无法开箱即用。我们暂时尊重官方的行为,精调时指导模型在最后直接输出 end_of_text,方便目前开箱即用地在下游领域精调。
 
75
  print(output)
76
  ```
77
 
78
+ llama 3 模型输出 eot 时不会停止,无法开箱即用。我们暂时尊重官方的行为,精调时指导模型在最后直接输出 end_of_text,方便目前开箱即用地在下游领域精调。