b2u commited on
Commit
24a494f
·
1 Parent(s): 6c24fe0
Files changed (1) hide show
  1. model.py +1 -0
model.py CHANGED
@@ -229,6 +229,7 @@ class T5Model(LabelStudioMLBase):
229
 
230
  num_epochs = int(os.getenv('NUM_EPOCHS', '3'))
231
 
 
232
  # Add LoRA settings logging here
233
  logger.info("Current LoRA Configuration:")
234
  logger.info(f" - Rank (r): {lora_config.r}")
 
229
 
230
  num_epochs = int(os.getenv('NUM_EPOCHS', '3'))
231
 
232
+
233
  # Add LoRA settings logging here
234
  logger.info("Current LoRA Configuration:")
235
  logger.info(f" - Rank (r): {lora_config.r}")