Vijayendra
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,7 @@ summary_ids = model.generate(inputs, max_length=150, min_length=50, length_penal
|
|
41 |
|
42 |
# Decode and print the summary
|
43 |
summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
|
|
|
44 |
print(summary)
|
45 |
|
46 |
|
|
|
41 |
|
42 |
# Decode and print the summary
|
43 |
summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
|
44 |
+
print("Summary:")
|
45 |
print(summary)
|
46 |
|
47 |
|