Update README.md
Browse files
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://
|
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
|