kmeans_20 / config.json
Trubnik1967's picture
Add BERTopic model
077a0a2 verified
raw
history blame
294 Bytes
{
"calculate_probabilities": true,
"language": null,
"low_memory": false,
"min_topic_size": 100,
"n_gram_range": [
1,
1
],
"nr_topics": 15,
"seed_topic_list": null,
"top_n_words": 10,
"verbose": true,
"zeroshot_min_similarity": 0.7,
"zeroshot_topic_list": null
}