Spaces:
Runtime error
Runtime error
fixed BERTopic name
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ st.title("News Topic Clustering")
|
|
27 |
st.caption("By Rajiv Shah")
|
28 |
st.caption("")
|
29 |
st.caption("This is a simple example of using identifying topics in the [one million ABC news headline dataset](https://huggingface.co/datasets/rshah/million-headlines). \
|
30 |
-
If you look at the code for this app, you will see how it uses just a few lines of [
|
31 |
build the topics and create the visualizations")
|
32 |
st.caption("The preloaded existing model provides the more interesting results. However, this app can be run live by building a new model, but \
|
33 |
is limited to a small number of rows. I also limited topics over time to the existing model.")
|
|
|
27 |
st.caption("By Rajiv Shah")
|
28 |
st.caption("")
|
29 |
st.caption("This is a simple example of using identifying topics in the [one million ABC news headline dataset](https://huggingface.co/datasets/rshah/million-headlines). \
|
30 |
+
If you look at the code for this app, you will see how it uses just a few lines of [BERTopic](https://maartengr.github.io/BERTopic/index.html) to \
|
31 |
build the topics and create the visualizations")
|
32 |
st.caption("The preloaded existing model provides the more interesting results. However, this app can be run live by building a new model, but \
|
33 |
is limited to a small number of rows. I also limited topics over time to the existing model.")
|