sb_clustering_topics / config.json
Thabet's picture
Add BERTopic model
5214531
raw
history blame contribute delete
236 Bytes
{
"calculate_probabilities": true,
"language": "english",
"low_memory": false,
"min_topic_size": 10,
"n_gram_range": [
1,
1
],
"nr_topics": null,
"seed_topic_list": null,
"top_n_words": 10,
"verbose": false
}