Closed Pratik--Patel closed 1 year ago
One thing is that, the file my_docs.txt
is never generated when I run following
DataLoader(dataset="my_docs").prepare_docs(save="my_docs.txt", docs=my_docs)
After this, we should expect my_docs.txt
file to be created right ?
That repository was not meant to be used with custom datasets but only for the evaluation that was done in the paper. You might have to adjust the underlying code to make it usable for your own datasets.
Closing this due to inactivity. Let me know if I need to re-open the issue!
I am trying to use https://github.com/MaartenGr/BERTopic_evaluation and run OCTIS Topic Evaluation on my custom data. I could use the datasets that could be fetched through OCTIS for example,
NewsGroup20
fine. But when I try to load custom data by following the instructions, I am running into following error.This returns following error
Any idea why this could be ? Does DataLoader expect the custom data to be in a different format ?