kisejin commited on
Commit
8f560ee
·
verified ·
1 Parent(s): c649914

Update BERTopic/my_topic_modeling.py

Browse files
Files changed (1) hide show
  1. BERTopic/my_topic_modeling.py +1 -1
BERTopic/my_topic_modeling.py CHANGED
@@ -587,7 +587,7 @@ def working(args: argparse.Namespace, name_dataset: str):
587
 
588
  fandc_logger.log(logging.INFO, f'Save topics reduce and topic over time for {name_dataset} dataset successfully!')
589
  ###################################
590
- fandc_logger.log(logging.INFO, f'ENDING TRAINING TOPIC MODELING {name_dataset} dataset\n')
591
 
592
 
593
 
 
587
 
588
  fandc_logger.log(logging.INFO, f'Save topics reduce and topic over time for {name_dataset} dataset successfully!')
589
  ###################################
590
+ fandc_logger.log(logging.INFO, f'ENDING TRAINING TOPIC MODELING {name_dataset} dataset\n')
591
 
592
 
593