C2-Topic-Model-100 / config.json
AlexanderHolmes0's picture
Add BERTopic model
fd8a224 verified
raw
history blame
343 Bytes
{
"calculate_probabilities": false,
"language": null,
"low_memory": false,
"min_topic_size": 500,
"n_gram_range": [
1,
1
],
"nr_topics": 100,
"seed_topic_list": null,
"top_n_words": 10,
"verbose": true,
"zeroshot_min_similarity": 0.7,
"zeroshot_topic_list": null,
"embedding_model": "BAAI/bge-small-en-v1.5"
}