pere commited on
Commit
95181a7
·
1 Parent(s): 6c617b9
Files changed (1) hide show
  1. scandinavian3k_solo_xl.gin +1 -1
scandinavian3k_solo_xl.gin CHANGED
@@ -13,6 +13,6 @@ TASK_FEATURE_LENGTHS = {"inputs": 512, "targets": 114}
13
  TRAIN_STEPS = 3_000_000
14
  DROPOUT_RATE = 0.0 # Changed from the default since T5-1.1 recomments this.
15
  INITIAL_CHECKPOINT_PATH = "gs://t5-data/pretrained_models/t5x/mt5_xl/checkpoint_1000000"
16
- PjitPartitioner.num_partitions = 4
17
 
18
 
 
13
  TRAIN_STEPS = 3_000_000
14
  DROPOUT_RATE = 0.0 # Changed from the default since T5-1.1 recomments this.
15
  INITIAL_CHECKPOINT_PATH = "gs://t5-data/pretrained_models/t5x/mt5_xl/checkpoint_1000000"
16
+ PjitPartitioner.num_partitions = 2
17
 
18