bilal521 commited on
Commit
4ad2e7d
·
verified ·
1 Parent(s): 795192e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -73,13 +73,13 @@ 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
  ```
 
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={Muhammad Bilal Yousaf},
82
  year={2025},
83
+ howpublished={\url{https://huggingface.co/bilal521/t5-youtube-summarizer}},
84
  }
85
  ```