bilal521 commited on
Commit
5ff7165
·
verified ·
1 Parent(s): 4a78c49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -71,3 +71,14 @@ summary_ids = model.generate(
71
 
72
  summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
73
  print(summary)
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }