ApoTro commited on
Commit
e2babb0
1 Parent(s): 7f497c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ datasets:
9
  This model was trained on slightly adapted code from [run_t5_mlm_flax.py](https://github.com/huggingface/transformers/tree/main/examples/flax/language-modeling).
10
  If you want to know about training details or evaluation results, see A. For evaluation, you can also run B.
11
 
 
12
  ```python
13
  from transformers import T5Tokenizer, T5ForConditionalGeneration
14
 
 
9
  This model was trained on slightly adapted code from [run_t5_mlm_flax.py](https://github.com/huggingface/transformers/tree/main/examples/flax/language-modeling).
10
  If you want to know about training details or evaluation results, see A. For evaluation, you can also run B.
11
 
12
+ ### How to use
13
  ```python
14
  from transformers import T5Tokenizer, T5ForConditionalGeneration
15