BERTopic_UKR_CH / config.json
DSS Submission
Add BERTopic model
21569e3
raw
history blame
No virus
317 Bytes
{
"calculate_probabilities": false,
"language": null,
"low_memory": false,
"min_topic_size": 10,
"n_gram_range": [
1,
1
],
"nr_topics": "auto",
"seed_topic_list": null,
"top_n_words": 10,
"verbose": true,
"embedding_model": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
}