TrashTopic / config.json
chalseee's picture
Fixed stop word bug
33e54a8 verified
{
"calculate_probabilities": false,
"language": "english",
"low_memory": false,
"min_topic_size": 10,
"n_gram_range": [
1,
1
],
"nr_topics": "auto",
"seed_topic_list": [
[
"billing",
"charge",
"payment",
"fee",
"autopay",
"credit card",
"account"
],
[
"phone",
"hold",
"call",
"representative",
"rude",
"worst",
"monopoly"
],
[
"missed",
"pickup",
"skipped",
"failed",
"weeks",
"friday",
"app"
],
[
"lid",
"driveway",
"damage",
"property",
"knocked",
"broke",
"bin"
],
[
"driver",
"friendly",
"smile",
"appreciate",
"helpful",
"courteous"
]
],
"top_n_words": 10,
"verbose": false,
"zeroshot_min_similarity": 0.7,
"zeroshot_topic_list": null,
"embedding_model": "all-MiniLM-L6-v2"
}