Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,16 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
**Description**
|
| 4 |
|
| 5 |
-
This model is a fine-tuned version of the T5-small model for
|
| 6 |
|
| 7 |
**How to Use**
|
| 8 |
|
|
@@ -54,4 +62,4 @@ Feel free to leave feedback or issues on this Hugging Face repository.
|
|
| 54 |
* **Details:** Provide specifics about the fine-tuning process.
|
| 55 |
* **Disclaimers:** Highlight limitations and encourage responsible use.
|
| 56 |
|
| 57 |
-
**Let me know if you'd like any modifications or additions to tailor this README further!**
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- cnn_dailymail
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
pipeline_tag: text2text-generation
|
| 8 |
+
---
|
| 9 |
+
## My Fine-Tuned T5-Small for Article & News Summarization
|
| 10 |
|
| 11 |
**Description**
|
| 12 |
|
| 13 |
+
This model is a fine-tuned version of the T5-small model for article and news summarization. It has been trained on the CNN/Dailymail dataset to generate concise summaries of news articles.
|
| 14 |
|
| 15 |
**How to Use**
|
| 16 |
|
|
|
|
| 62 |
* **Details:** Provide specifics about the fine-tuning process.
|
| 63 |
* **Disclaimers:** Highlight limitations and encourage responsible use.
|
| 64 |
|
| 65 |
+
**Let me know if you'd like any modifications or additions to tailor this README further!**
|