Update README.md
Browse files
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 |
|