updating readme
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ datasets:
|
|
| 13 |
Specifically, this model is a *mT5_base* model that was fine-tuned on JW300 Yorùbá corpus and [Menyo-20k](https://huggingface.co/datasets/menyo20k_mt)
|
| 14 |
## Intended uses & limitations
|
| 15 |
#### How to use
|
| 16 |
-
You can use this model with Transformers *pipeline* for
|
| 17 |
```python
|
| 18 |
from transformers import MT5ForConditionalGeneration, T5Tokenizer
|
| 19 |
|
|
|
|
| 13 |
Specifically, this model is a *mT5_base* model that was fine-tuned on JW300 Yorùbá corpus and [Menyo-20k](https://huggingface.co/datasets/menyo20k_mt)
|
| 14 |
## Intended uses & limitations
|
| 15 |
#### How to use
|
| 16 |
+
You can use this model with Transformers *pipeline* for MT.
|
| 17 |
```python
|
| 18 |
from transformers import MT5ForConditionalGeneration, T5Tokenizer
|
| 19 |
|