Ihor commited on
Commit
6f8d7e8
·
verified ·
1 Parent(s): 6e3f542

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -98,7 +98,7 @@ pip install turbot5 -U
98
  ```
99
  Then you can import different heads for various purposes; we released more encoder heads for tasks such as token classification, question-answering or text classification and, of course, encoder-decoder heads for conditional generation:
100
 
101
- ```
102
  from turbot5 import T5ForConditionalGeneration
103
  from turbot5 import T5Config
104
  from transformers import T5Tokenizer
 
98
  ```
99
  Then you can import different heads for various purposes; we released more encoder heads for tasks such as token classification, question-answering or text classification and, of course, encoder-decoder heads for conditional generation:
100
 
101
+ ```python
102
  from turbot5 import T5ForConditionalGeneration
103
  from turbot5 import T5Config
104
  from transformers import T5Tokenizer