chtmp223 / topicGPT

TopicGPT: A Prompt-Based Framework for Topic Modeling (NAACL'24)
https://chtmp223.github.io/topicGPT
232 stars 37 forks source link

fixed sample command usage in Readme #8

Closed DillwynKnox closed 2 weeks ago

DillwynKnox commented 1 month ago

The Readme file contained wrong command line arguments for the sample command

chtmp223 commented 2 weeks ago

Hello, our latest release got rid of the data.py. If you want to use this function, you can call topicgpt_python.sample_data(sample_data(data, out_file, num_sample). Thank you!