Update README.md
Browse filesThe model is fantastic! We would like to contribute by updating the base_model information in the model's README. This is to help address the missing model card.
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## About the model
|
| 2 |
|
| 3 |
The model has been trained on a collection of 500k articles with headings. Its purpose is to create a one-line heading suitable for the given article.
|
|
@@ -44,4 +48,4 @@ print(result)
|
|
| 44 |
|
| 45 |
Result:
|
| 46 |
|
| 47 |
-
```Trump and First Lady Melania Test Positive for COVID-19```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- google-t5/t5-base
|
| 4 |
+
---
|
| 5 |
## About the model
|
| 6 |
|
| 7 |
The model has been trained on a collection of 500k articles with headings. Its purpose is to create a one-line heading suitable for the given article.
|
|
|
|
| 48 |
|
| 49 |
Result:
|
| 50 |
|
| 51 |
+
```Trump and First Lady Melania Test Positive for COVID-19```
|