Vijayendra commited on
Commit
1038f41
·
verified ·
1 Parent(s): 4dcb4b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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