CoolFace
Modelpublic

shaistaDev7/topic_modeling_on_UNTM

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes4downloads
config.json16 linesDownload Raw Back to root
1{2  "calculate_probabilities": true,3  "language": "urdu",4  "low_memory": true,5  "min_topic_size": 10,6  "n_gram_range": [7    1,8    19  ],10  "nr_topics": null,11  "seed_topic_list": null,12  "top_n_words": 10,13  "verbose": true,14  "zeroshot_min_similarity": 0.7,15  "zeroshot_topic_list": null16}