jnishi commited on
Commit
dcedc87
·
1 Parent(s): e1b7c5e

fix link to config file

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ The following filtering is done
50
  - input length: 512
51
  - output length: 114
52
 
53
- - Otherwise, the default value of T5X (https://github.com/google-research/t5x/blob/main/t5x/examples/t5/t5_1_1/base.gin) is followed, including the following.
54
  - optimizer: Adafactor
55
  - base_learning_rate: 1.0
56
  - warmup steps: 10000
 
50
  - input length: 512
51
  - output length: 114
52
 
53
+ - Otherwise, the default value of T5X (https://github.com/google-research/t5x/blob/main/t5x/examples/t5/t5_1_1/large.gin) is followed, including the following.
54
  - optimizer: Adafactor
55
  - base_learning_rate: 1.0
56
  - warmup steps: 10000