Update README.md
Browse files
README.md
CHANGED
|
@@ -76,7 +76,7 @@ Comparison to other translation models :
|
|
| 76 |
|
| 77 |
Fine-tuning was performed using a single Nvidia V100 GPU with 32 GB of memory which took around 30 hours in total.
|
| 78 |
|
| 79 |
-
## Using t2p-t5-large-
|
| 80 |
|
| 81 |
```python
|
| 82 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
|
|
|
| 76 |
|
| 77 |
Fine-tuning was performed using a single Nvidia V100 GPU with 32 GB of memory which took around 30 hours in total.
|
| 78 |
|
| 79 |
+
## Using t2p-t5-large-commonvoice model with HuggingFace transformers
|
| 80 |
|
| 81 |
```python
|
| 82 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|