mwizakunda
commited on
Commit
•
5472e15
1
Parent(s):
4ea7b32
Remove duplicate sentence
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ Through HuggingFace Optimum, Graphcore released ready-to-use IPU-trained model c
|
|
11 |
|
12 |
## Model description
|
13 |
|
14 |
-
Multilingual Text-to-Text Transfer Transformer (mT5) is the multilingual variant of [T5](https://arxiv.org/abs/1910.10683).
|
15 |
|
16 |
mT5 is pretrained on the mC4 corpus, covering 101 languages:
|
17 |
|
|
|
11 |
|
12 |
## Model description
|
13 |
|
14 |
+
Multilingual Text-to-Text Transfer Transformer (mT5) is the multilingual variant of [T5](https://arxiv.org/abs/1910.10683). T5 is a Transformer based model that uses a text-to-text approach for translation, question answering, and classification. It introduces an unified framework that converts all text-based language problems into a text-to-text format for transfer learning for NLP. This allows for the use of the same model, loss function, hyperparameters, etc. across our diverse set of tasks.
|
15 |
|
16 |
mT5 is pretrained on the mC4 corpus, covering 101 languages:
|
17 |
|