Upload 2 files
Browse files- BERTopic/run_dat.sh +4 -0
- 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
|