Shreyas094 commited on
Commit
2e526cd
·
verified ·
1 Parent(s): 8f4e927

Create errors.txt

Browse files
Files changed (1) hide show
  1. errors.txt +5 -0
errors.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ UserWarning: `do_sample` is set to `False`. However, `temperature` is set to `0.7` -- this flag is only used in sample-based generation modes. You should set `do_sample=True` or unset `temperature`.
2
+ warnings.warn(
3
+ UserWarning: `do_sample` is set to `False`. However, `top_p` is set to `0.9` -- this flag is only used in sample-based generation modes. You should set `do_sample=True` or unset `top_p`.
4
+ warnings.warn(
5
+ Setting `pad_token_id` to `eos_token_id`:2 for open-end generation.