Swiss_bertopic / config.json
Alprocco's picture
Add BERTopic model
c8e85d3
raw
history blame contribute delete
No virus
291 Bytes
{
"calculate_probabilities": false,
"language": null,
"low_memory": false,
"min_topic_size": 10,
"n_gram_range": [
1,
1
],
"nr_topics": 30,
"seed_topic_list": null,
"top_n_words": 10,
"verbose": true,
"embedding_model": "paraphrase-multilingual-MiniLM-L12-v2"
}