Update README.md
Browse files
README.md
CHANGED
@@ -15,14 +15,15 @@ license: apache-2.0
|
|
15 |
# Table of Contents
|
16 |
|
17 |
1. [Model Details](#model-details)
|
18 |
-
2. [
|
19 |
-
3. [
|
20 |
-
4. [
|
21 |
-
5. [
|
22 |
-
6. [
|
23 |
-
7. [
|
24 |
-
8. [
|
25 |
-
9. [
|
|
|
26 |
|
27 |
# Model Details
|
28 |
|
@@ -44,7 +45,11 @@ T5-Base is the checkpoint with 220 million parameters.
|
|
44 |
- [Google's T5 Blog Post](https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html)
|
45 |
- [GitHub Repo](https://github.com/google-research/text-to-text-transfer-transformer)
|
46 |
- [Hugging Face T5 Docs](https://huggingface.co/docs/transformers/model_doc/t5)
|
47 |
-
|
|
|
|
|
|
|
|
|
48 |
# Uses
|
49 |
|
50 |
## Direct Use and Downstream Use
|
|
|
15 |
# Table of Contents
|
16 |
|
17 |
1. [Model Details](#model-details)
|
18 |
+
2. [Usage](#usage)
|
19 |
+
3. [Uses](#uses)
|
20 |
+
4. [Bias, Risks, and Limitations](#bias-risks-and-limitations)
|
21 |
+
5. [Training Details](#training-details)
|
22 |
+
6. [Evaluation](#evaluation)
|
23 |
+
7. [Environmental Impact](#environmental-impact)
|
24 |
+
8. [Citation](#citation)
|
25 |
+
9. [Model Card Authors](#model-card-authors)
|
26 |
+
10. [How To Get Started With the Model](#how-to-get-started-with-the-model)
|
27 |
|
28 |
# Model Details
|
29 |
|
|
|
45 |
- [Google's T5 Blog Post](https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html)
|
46 |
- [GitHub Repo](https://github.com/google-research/text-to-text-transfer-transformer)
|
47 |
- [Hugging Face T5 Docs](https://huggingface.co/docs/transformers/model_doc/t5)
|
48 |
+
|
49 |
+
# Usage
|
50 |
+
|
51 |
+
Find below some example scripts on how to use the model in `transformers`:
|
52 |
+
|
53 |
# Uses
|
54 |
|
55 |
## Direct Use and Downstream Use
|