fix link to config file
Browse files
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/
|
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
|