Update README.md
Browse files
README.md
CHANGED
|
@@ -73,13 +73,13 @@ summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
|
|
| 73 |
print(summary)
|
| 74 |
```
|
| 75 |
|
| 76 |
-
|
| 77 |
If you use this model in your work, consider citing:
|
| 78 |
```
|
| 79 |
@misc{t5ytsummarizer2025,
|
| 80 |
title={T5 YouTube Transcript Summarizer},
|
| 81 |
-
author={
|
| 82 |
year={2025},
|
| 83 |
-
howpublished={\url{https://huggingface.co/
|
| 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 |
```
|