Commit
·
cd1d7a2
1
Parent(s):
403d8e3
Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,6 @@ license: apache-2.0
|
|
7 |
|
8 |
Pretrained T5 model on Biological dataset using a UL2 (Mixture-of-Denoisers) objective. T5 model was introduced in this paper and first released at this page. The UL2 objective was introduced in [this paper](https://arxiv.org/abs/1910.10683) and first released on [this page](https://github.com/google-research/text-to-text-transfer-transformer).
|
9 |
|
10 |
-
Note: The Hugging Face inference widget is deactivated because this model needs a text-to-text fine-tuning on a specific downstream task to be useful in practice.
|
11 |
-
|
12 |
## Model description
|
13 |
T5 is an encoder-decoder model and treats all NLP problems in a text-to-text format.
|
14 |
|
|
|
7 |
|
8 |
Pretrained T5 model on Biological dataset using a UL2 (Mixture-of-Denoisers) objective. T5 model was introduced in this paper and first released at this page. The UL2 objective was introduced in [this paper](https://arxiv.org/abs/1910.10683) and first released on [this page](https://github.com/google-research/text-to-text-transfer-transformer).
|
9 |
|
|
|
|
|
10 |
## Model description
|
11 |
T5 is an encoder-decoder model and treats all NLP problems in a text-to-text format.
|
12 |
|