Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ widget:
|
|
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.
|
16 |
|
17 |
# How to use the model
|
18 |
-
```
|
19 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
20 |
import nltk
|
21 |
nltk.download('punkt')
|
|
|
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.
|
16 |
|
17 |
# How to use the model
|
18 |
+
```python
|
19 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
20 |
import nltk
|
21 |
nltk.download('punkt')
|