SearchGPT / errors.txt
Shreyas094's picture
Create errors.txt
2e526cd verified
raw
history blame
487 Bytes
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`.
warnings.warn(
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`.
warnings.warn(
Setting `pad_token_id` to `eos_token_id`:2 for open-end generation.