RR28

Results 3 issues of RR28

Hi MaartenGr, Since I have upgraded BERTopic for cosine similarity between topics. In the new version, the parameter min_topic_size doesn't have any impact on the number of topics. If I...

> > import numpy as np > > probability_threshold = 0.01 > > new_topics = [np.argmax(prob) if max(prob) >= probability_threshold else -1 for prob in probs] > > This code...

Can I use FinGPT to extract financial information such as metrics, values, company name, etc. from financial reports? If yes, how. I am finding it difficult to run FinGPT on...

help wanted