Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ pipe = pipeline(
|
|
23 |
model="pszemraj/t5e-mini-nl24-flan",
|
24 |
)
|
25 |
res = pipe(
|
26 |
-
"
|
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,
|