Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- text-generation-inference
|
8 |
---
|
9 |
+
|
10 |
+
|
11 |
+
T5ForConditionalGeneration files for the [Madlab-400](https://github.com/google-research/google-research/tree/master/madlad_400) 3B parameter MT model.
|
12 |
+
|