bilal521 commited on
Commit
795192e
·
verified ·
1 Parent(s): 5ff7165

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -71,14 +71,15 @@ summary_ids = model.generate(
71
 
72
  summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
73
  print(summary)
 
74
 
75
-
76
- 📌 Citation
77
  If you use this model in your work, consider citing:
78
-
79
  @misc{t5ytsummarizer2025,
80
  title={T5 YouTube Transcript Summarizer},
81
  author={Malik Bilal},
82
  year={2025},
83
  howpublished={\url{https://huggingface.co/your-username/t5-youtube-summarizer}},
84
  }
 
 
71
 
72
  summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
73
  print(summary)
74
+ ```
75
 
76
+ ##📌 Citation
 
77
  If you use this model in your work, consider citing:
78
+ ```
79
  @misc{t5ytsummarizer2025,
80
  title={T5 YouTube Transcript Summarizer},
81
  author={Malik Bilal},
82
  year={2025},
83
  howpublished={\url{https://huggingface.co/your-username/t5-youtube-summarizer}},
84
  }
85
+ ```