pszemraj commited on
Commit
3a2791e
1 Parent(s): 6e79162

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ pipe = pipeline(
23
  model="pszemraj/t5e-mini-nl24-flan",
24
  )
25
  res = pipe(
26
- "How can mirrors be real if our eyes aren't real?",
27
  top_k=4,
28
  penalty_alpha=0.6,
29
  max_new_tokens=128,
 
23
  model="pszemraj/t5e-mini-nl24-flan",
24
  )
25
  res = pipe(
26
+ Why do they call it a pair of pants when it's just one item?",
27
  top_k=4,
28
  penalty_alpha=0.6,
29
  max_new_tokens=128,