bertopic_first / config.json
DobreMihai's picture
Add BERTopic model
f589858 verified
raw
history blame contribute delete
544 Bytes
{
"calculate_probabilities": false,
"language": "english",
"low_memory": false,
"min_topic_size": 10,
"n_gram_range": [
1,
1
],
"nr_topics": 50,
"seed_topic_list": null,
"top_n_words": 10,
"verbose": false,
"zeroshot_min_similarity": 0.85,
"zeroshot_topic_list": [
"android",
"premium*",
"ads",
"math",
"subscription",
"update",
"camera",
"shake",
"weather",
"snooze",
"loud",
"doesn",
"off"
],
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
}