Open yangdong02 opened 2 years ago
It will be great if we can have the complete gin config.
is the base model config t5 or t5_1_1 ? @vanzytay
@kamalkraj there is one file (May '22) available at archive.org on the gsbucket url: https://web.archive.org/web/20220509043347/https://storage.googleapis.com/scenic-bucket/ul2/ul220b/config.gin
Hi! I am wondering what gin files are needed to fine-tune UL2. I tried the following gin file, adapted from https://github.com/google-research/t5x/blob/main/t5x/examples/t5/t5_1_1/examples/small_wmt_finetune.gin. However, I met the problem of
NameError: 't5_architecture' was not provided by an import statement.
. I guess we will also need some gin files from FlaxFormer, right? Could you provide the complete gin file list for fine-tuning UL2? Thanks!