Alprocco commited on
Commit
046d3e3
·
1 Parent(s): 098d77a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,6 +6,7 @@ pip install -U bertopic
6
  You can use the model as follows:
7
 
8
  from bertopic import BERTopic
 
9
  topic_model = BERTopic.load("kdot/BERTopicTelegramAnalysis")
10
 
11
  topic_model.get_topic_info()
@@ -25,7 +26,7 @@ seed_topic_list: None
25
  top_n_words: 10
26
  verbose: True
27
 
28
- Note:When saving the model, make sure to also keep track of the versions of dependencies and Python used.
29
  Loading and saving the model should be done using the same dependencies and Python.
30
  Moreover, models saved in one version of BERTopic are not guaranteed to load in other versions.
31
 
 
6
  You can use the model as follows:
7
 
8
  from bertopic import BERTopic
9
+
10
  topic_model = BERTopic.load("kdot/BERTopicTelegramAnalysis")
11
 
12
  topic_model.get_topic_info()
 
26
  top_n_words: 10
27
  verbose: True
28
 
29
+ Note: When saving the model, make sure to also keep track of the versions of dependencies and Python used.
30
  Loading and saving the model should be done using the same dependencies and Python.
31
  Moreover, models saved in one version of BERTopic are not guaranteed to load in other versions.
32