DKYoon commited on
Commit
f0f6303
1 Parent(s): e5b2d56

add readme

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ 🤗 Language Model initialized from mT5 and trained for an additional 100K steps on the Prefix LM objective using mC4 data.
6
+
7
+ Paper: [Overcoming Catastrophic Forgetting in Zero-Shot Cross-Lingual Generation](https://arxiv.org/abs/2205.12647)
8
+
9
+ Authors: Tu Vu, Aditya Barua, Brian Lester, Daniel Cer, Mohit Iyyer, Noah Constant
10
+
11
+
12
+ ---
13
+
14
+
15
+ Original official Flax checkpoint can be found at [Google/T5X repository](https://github.com/google-research/t5x).
16
+
17
+ Ported to PyTorch by Dongkeun Yoon.