Vijayendra commited on
Commit
598e1d2
·
verified ·
1 Parent(s): 66ff6f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,8 @@ language:
8
  base_model:
9
  - google-t5/t5-base
10
  ---
 
 
11
  from transformers import T5Tokenizer, T5ForConditionalGeneration
12
 
13
  # Load the pre-trained model and tokenizer
 
8
  base_model:
9
  - google-t5/t5-base
10
  ---
11
+
12
+ ```python
13
  from transformers import T5Tokenizer, T5ForConditionalGeneration
14
 
15
  # Load the pre-trained model and tokenizer