kisejin commited on
Commit
841b557
·
verified ·
1 Parent(s): 3611007

Upload 2 files

Browse files
Files changed (2) hide show
  1. BERTopic/run_dat.sh +4 -0
  2. BERTopic/run_thuan.sh +4 -0
BERTopic/run_dat.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ for i in 40 70 100
2
+ do
3
+ python my_topic_modeling.py --n_topics ${i} --name_dataset tripadvisor --only_coherence_score yes --train_both no --need_reduce_n_topics yes
4
+ done
BERTopic/run_thuan.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ for i in 10 20 30
2
+ do
3
+ python my_topic_modeling.py --n_topics ${i} --name_dataset tripadvisor --only_coherence_score yes --train_both no --need_reduce_n_topics no
4
+ done