Spaces:
Sleeping
Sleeping
Create errors.txt
Browse files- 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.
|