bertopic_after_tuning / config.json
vidric's picture
Add BERTopic model
2d5cbea
raw
history blame contribute delete
No virus
326 Bytes
{
"calculate_probabilities": false,
"language": "indonesian",
"low_memory": false,
"min_topic_size": 10,
"n_gram_range": [
1,
1
],
"nr_topics": "auto",
"seed_topic_list": null,
"top_n_words": 10,
"verbose": false,
"embedding_model": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
}