Joaaaane commited on
Commit
6e9a314
1 Parent(s): d302a32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +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
- python```
81
 
82
  ## Training Details
83
 
 
77
  summary = tokenizer.decode(outputs[0], skip_special_tokens=True)
78
 
79
  print("Generated Summary:", summary)
80
+ ```
81
 
82
  ## Training Details
83