Update README.md
Browse files
README.md
CHANGED
@@ -22,8 +22,8 @@ The model is trained on around ~11B tokens (64 size batch, 512 tokens, 350k step
|
|
22 |
## load model
|
23 |
|
24 |
```
|
25 |
-
config = T5Config.from_pretrained("flax-community/bengali-t5-base")
|
26 |
-
model = FlaxT5ForConditionalGeneration.from_pretrained("flax-community/bengali-t5-base", config=config)
|
27 |
```
|
28 |
|
29 |
Please note that we haven't finetuned the model in any downstream task. If you are finetuning the model in any downstream task, please let us know about it. Shoot us an email (sbmaruf at gmail dot com)
|
|
|
22 |
## load model
|
23 |
|
24 |
```
|
25 |
+
>>> config = T5Config.from_pretrained("flax-community/bengali-t5-base")
|
26 |
+
>>> model = FlaxT5ForConditionalGeneration.from_pretrained("flax-community/bengali-t5-base", config=config)
|
27 |
```
|
28 |
|
29 |
Please note that we haven't finetuned the model in any downstream task. If you are finetuning the model in any downstream task, please let us know about it. Shoot us an email (sbmaruf at gmail dot com)
|