pere commited on
Commit
e5a4a08
1 Parent(s): 8efc8a6

reducing batch size

Browse files
Files changed (1) hide show
  1. finetune_categorisation_xxl.gin +2 -0
finetune_categorisation_xxl.gin CHANGED
@@ -17,6 +17,8 @@ TRAIN_STEPS = %gin.REQUIRED #1_010_000 # 1000000 pre-trained steps + 10000 fine
17
  USE_CACHED_TASKS = False
18
  DROPOUT_RATE = 0.1
19
  RANDOM_SEED = 0
 
 
20
 
21
  #Fixing a small error
22
  infer_eval/utils.DatasetConfig:
 
17
  USE_CACHED_TASKS = False
18
  DROPOUT_RATE = 0.1
19
  RANDOM_SEED = 0
20
+ BATCH_SIZE = 48
21
+ PjitPartitioner.num_partitions = 4
22
 
23
  #Fixing a small error
24
  infer_eval/utils.DatasetConfig: