tensorplex-labs
commited on
Commit
•
28efced
1
Parent(s):
c72b0b1
Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ pipeline = transformers.pipeline(
|
|
60 |
torch_dtype=torch.bfloat16,
|
61 |
)
|
62 |
sequences = pipeline(
|
63 |
-
"
|
64 |
max_length=256,
|
65 |
do_sample=True,
|
66 |
temperature=0.6,
|
|
|
60 |
torch_dtype=torch.bfloat16,
|
61 |
)
|
62 |
sequences = pipeline(
|
63 |
+
"What is Yokozuna?",
|
64 |
max_length=256,
|
65 |
do_sample=True,
|
66 |
temperature=0.6,
|