ISSR_Visual_Model / config.json
D0men1c0's picture
Add BERTopic model
b6eb4fe verified
raw
history blame contribute delete
349 Bytes
{
"calculate_probabilities": false,
"language": null,
"low_memory": false,
"min_topic_size": 50,
"n_gram_range": [
1,
3
],
"nr_topics": null,
"seed_topic_list": null,
"top_n_words": 5,
"verbose": true,
"zeroshot_min_similarity": 0.7,
"zeroshot_topic_list": null,
"embedding_model": "clip-ViT-B-32"
}