pszemraj commited on
Commit
16fb8da
1 Parent(s): 0a95353

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
- "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,
 
23
  model="pszemraj/t5e-mini-nl24-flan",
24
  )
25
  res = pipe(
26
+ "true or false: water is wet.",
27
  top_k=4,
28
  penalty_alpha=0.6,
29
  max_new_tokens=128,