Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
-
This is just the encoder
|
3 |
It takes 11GB down to 4GB.
|
4 |
The script to do the extraction is included here as
|
5 |
-
[transform.py](transform.py)
|
6 |
-
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- google/t5-v1_1-xl
|
5 |
+
tags:
|
6 |
+
- t5
|
7 |
+
---
|
8 |
|
9 |
+
This is just the encoder weights from "google/t5-v1_1-xl"
|
10 |
It takes 11GB down to 4GB.
|
11 |
The script to do the extraction is included here as
|
12 |
+
[transform.py](transform.py)
|
|