fabiochiu commited on
Commit
5a157d2
1 Parent(s): cc9c72e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ widget:
12
 
13
  # Model description
14
 
15
- 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 tags using the article textual content as input. While usually formulated as a multi-label classification problem, this model deals with _tag generation_ as a text2text generation task (inspiration from https://huggingface.co/efederici/text2tags).
16
 
17
  # How to use the model
18
  ```python
 
12
 
13
  # Model description
14
 
15
+ 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 tags using the article textual content as input. While usually formulated as a multi-label classification problem, this model deals with _tag generation_ as a text2text generation task (inspiration from https://hug [text2tags](gingface.co/efederici/text2tags)).
16
 
17
  # How to use the model
18
  ```python