nqzfaizal77ai
commited on
Commit
•
c9f9bbe
1
Parent(s):
7d9bdfd
Update README.md
Browse files
README.md
CHANGED
@@ -67,7 +67,7 @@ def print_with_border(text):
|
|
67 |
print_with_border(tokenizer.decode(output[0], skip_special_tokens=True))
|
68 |
|
69 |
# Example usage greedy decode
|
70 |
-
output =
|
71 |
do_sample=False,
|
72 |
max_length=100)
|
73 |
|
|
|
67 |
print_with_border(tokenizer.decode(output[0], skip_special_tokens=True))
|
68 |
|
69 |
# Example usage greedy decode
|
70 |
+
output = model.generate(**inputs,
|
71 |
do_sample=False,
|
72 |
max_length=100)
|
73 |
|