Alprocco commited on
Commit
04e4174
·
1 Parent(s): 22aed50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -11,7 +11,7 @@ You can use the model as follows:
11
 
12
  from bertopic import BERTopic
13
 
14
- topic_model = BERTopic.load("kdot/BERTopicTelegramAnalysis")
15
 
16
  topic_model.get_topic_info()
17
 
@@ -19,8 +19,6 @@ Topic overview
19
 
20
  Number of topics: 30
21
 
22
- Number of training documents: 339650
23
-
24
  Training hyperparameters
25
 
26
  calculate_probabilities: False
@@ -35,8 +33,6 @@ n_gram_range: (1, 1)
35
 
36
  nr_topics: 30
37
 
38
- seed_topic_list: None
39
-
40
  top_n_words: 10
41
 
42
  verbose: True
 
11
 
12
  from bertopic import BERTopic
13
 
14
+ topic_model = BERTopic.load("Alprocco/semi_supervised_bertopic")
15
 
16
  topic_model.get_topic_info()
17
 
 
19
 
20
  Number of topics: 30
21
 
 
 
22
  Training hyperparameters
23
 
24
  calculate_probabilities: False
 
33
 
34
  nr_topics: 30
35
 
 
 
36
  top_n_words: 10
37
 
38
  verbose: True