fabiochiu commited on
Commit
512b08c
1 Parent(s): 901483f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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-base](https://huggingface.co/t5-base) 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
  # 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