fabiochiu commited on
Commit
256fd92
1 Parent(s): a28a1f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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')