ppbrown commited on
Commit
207fcb6
·
verified ·
1 Parent(s): c86a1af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,6 +1,12 @@
 
 
 
 
 
 
 
1
 
2
- This is just the encoder stuffs from "google/t5-v1_1-xl"
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)