pere commited on
Commit
c08ad2c
1 Parent(s): 93720c2

standard batch size. 4 partitions

Browse files
Files changed (1) hide show
  1. norwegian_xxl.gin +1 -1
norwegian_xxl.gin CHANGED
@@ -17,7 +17,7 @@ INITIAL_CHECKPOINT_PATH = "gs://t5-data/pretrained_models/t5x/mt5_xxl/checkpoint
17
  PjitPartitioner.num_partitions = 4
18
  utils.SaveCheckpointConfig.period = 20000
19
  utils.SaveCheckpointConfig.keep = 3
20
- BATCH_SIZE = 32
21
 
22
 
23
 
 
17
  PjitPartitioner.num_partitions = 4
18
  utils.SaveCheckpointConfig.period = 20000
19
  utils.SaveCheckpointConfig.keep = 3
20
+ #BATCH_SIZE = 64
21
 
22
 
23