update readme
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ datasets:
|
|
11 |
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)
|
12 |
## Intended uses & limitations
|
13 |
#### How to use
|
14 |
-
You can use this model with Transformers *pipeline* for
|
15 |
```python
|
16 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
17 |
from transformers import pipeline
|
@@ -35,6 +35,7 @@ This model was trained on a single NVIDIA V100 GPU
|
|
35 |
70.27 BLEU on [Menyo-20k test set](https://arxiv.org/abs/2103.08647)
|
36 |
|
37 |
### BibTeX entry and citation info
|
|
|
38 |
```
|
39 |
|
40 |
```
|
|
|
11 |
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)
|
12 |
## Intended uses & limitations
|
13 |
#### How to use
|
14 |
+
You can use this model with Transformers *pipeline* for ADR.
|
15 |
```python
|
16 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
17 |
from transformers import pipeline
|
|
|
35 |
70.27 BLEU on [Menyo-20k test set](https://arxiv.org/abs/2103.08647)
|
36 |
|
37 |
### BibTeX entry and citation info
|
38 |
+
By Jesujoba Alabi and David Adelani
|
39 |
```
|
40 |
|
41 |
```
|