Davlan commited on
Commit
219e251
1 Parent(s): 13a6a4b

updating readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 ADR.
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