topic_modeling_on_UDC / config.json
shaistaDev7's picture
Add BERTopic model
ceb79e4
raw
history blame contribute delete
297 Bytes
{
"calculate_probabilities": true,
"language": "urdu",
"low_memory": true,
"min_topic_size": 10,
"n_gram_range": [
1,
1
],
"nr_topics": null,
"seed_topic_list": null,
"top_n_words": 10,
"verbose": false,
"zeroshot_min_similarity": 0.7,
"zeroshot_topic_list": null
}