dolly-v2-12b / config.json
TerriTuson's picture
Add BERTopic model
38cd25b verified
raw history blame
No virus
364 Bytes
{
"calculate_probabilities": false,
"language": "english",
"low_memory": false,
"min_topic_size": 10,
"n_gram_range": [
1,
1
],
"nr_topics": null,
"seed_topic_list": null,
"top_n_words": 10,
"verbose": true,
"zeroshot_min_similarity": 0.7,
"zeroshot_topic_list": null,
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
}