File size: 1,022 Bytes
ccba924 33e54a8 ccba924 33e54a8 ccba924 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | {
"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"
} |