This is a
BERTopic model.
BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
This text-classification model was modeled from The Department of Veterans Affairs Advisory Committee on Women Veterans biennial reports, from
a period of 1996 - 2020. It was specifically generated from recommendations used within each of the reports.
1from bertopic import BERTopic
2topic_model = BERTopic.load("magica1/saxa3-capstone")
3
4topic_model.get_topic_info()