Update README.md

This commit is contained in:
Daniel Hesslow 2023-05-25 11:45:19 +00:00 committed by huggingface-web
parent 7c4c297116
commit 5887b768b7

@ -18,7 +18,7 @@ pipeline = transformers.pipeline(
device_map="auto",
)
sequences = pipeline(
"My favourite data joke is",
"My favourite dad joke is",
max_length=200,
do_sample=True,
top_k=10,