Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# Model description
|
16 |
|
17 |
-
This model is [t5-
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
# How to use the model
|
20 |
|
|
|
14 |
|
15 |
# Model description
|
16 |
|
17 |
+
This model is [t5-small](https://huggingface.co/t5-small) fine-tuned on the [190k Medium Articles](https://www.kaggle.com/datasets/fabiochiusano/medium-articles) dataset for predicting article titles using the article textual content as input.
|
18 |
+
|
19 |
+
There are two versions of the model:
|
20 |
+
- [t5-small-medium-title-generation](https://huggingface.co/fabiochiu/t5-small-medium-title-generation): trained from [t5-small](https://huggingface.co/t5-small).
|
21 |
+
- [t5-base-medium-title-generation](https://huggingface.co/fabiochiu/t5-base-medium-title-generation): trained from [t5-base](https://huggingface.co/t5-base).
|
22 |
+
|
23 |
+
Visit the [title-generation space](https://huggingface.co/spaces/fabiochiu/title-generation) to try the model with different text generation parameters.
|
24 |
|
25 |
# How to use the model
|
26 |
|