Joaaaane commited on
Commit
d302a32
1 Parent(s): 026f339

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -77,6 +77,7 @@ outputs = model.generate(inputs['input_ids'], max_length=62, num_beams=5, early_
77
  summary = tokenizer.decode(outputs[0], skip_special_tokens=True)
78
 
79
  print("Generated Summary:", summary)
 
80
 
81
  ## Training Details
82
 
 
77
  summary = tokenizer.decode(outputs[0], skip_special_tokens=True)
78
 
79
  print("Generated Summary:", summary)
80
+ python```
81
 
82
  ## Training Details
83