Skip to content

Commit

Permalink
Update create_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmensJens authored Jan 4, 2024
1 parent ab5106c commit 78ee1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

config_object["TOP2VEC_CONFIG"] = {
"model": 'universal-sentence-encoder', # Any of the following: "doc2vec", "universal-sentence-encoder", "all-MiniLM-L6-v2", "distiluse-base-multilingual-cased", "paraphrase-multilingual-MiniLM-L12-v2" only use "universal-sentence-encoder" for English data
"model": 'universal-sentence-encoder', # Any of the following: "doc2vec", "universal-sentence-encoder", "all-MiniLM-L6-v2", "distiluse-base-multilingual-cased", "paraphrase-multilingual-MiniLM-L12-v2"
"topic_reduction": 20, # 0: no reduction, else: max. number of topics allowed
"min_topic_size": 2, # minimum number of documents per topic, must be 1<
"preprocess": 1, # 0 (no) or 1 (yes)
Expand Down

0 comments on commit 78ee1a8

Please sign in to comment.