Update README.md
Browse files
README.md
CHANGED
|
@@ -45,4 +45,5 @@ output = model.generate(x)
|
|
| 45 |
|
| 46 |
# Decode and print the output text
|
| 47 |
pred_text = tokenizer.decode(output[0], skip_special_tokens=True, clean_up_tokenization_spaces=False)
|
| 48 |
-
print(pred_text)
|
|
|
|
|
|
| 45 |
|
| 46 |
# Decode and print the output text
|
| 47 |
pred_text = tokenizer.decode(output[0], skip_special_tokens=True, clean_up_tokenization_spaces=False)
|
| 48 |
+
print(pred_text)
|
| 49 |
+
|