Spaces:
Runtime error
Runtime error
Commit
·
f95cb68
1
Parent(s):
4681ed7
Updated demo dependencies and precomputed positions
Browse files- Dockerfile +1 -1
- README.md +4 -5
- topic_data.joblib +2 -2
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ RUN pip install typing-extensions
|
|
| 9 |
RUN pip install scikit-learn==1.3.2
|
| 10 |
RUN pip install topic-wizard==1.1.4
|
| 11 |
RUN pip install joblib==1.2.0
|
| 12 |
-
RUN pip install turftopic==0.17.
|
| 13 |
RUN pip install gensim==4.3.2
|
| 14 |
|
| 15 |
RUN useradd -m -u 1000 user
|
|
|
|
| 9 |
RUN pip install scikit-learn==1.3.2
|
| 10 |
RUN pip install topic-wizard==1.1.4
|
| 11 |
RUN pip install joblib==1.2.0
|
| 12 |
+
RUN pip install turftopic==0.17.1
|
| 13 |
RUN pip install gensim==4.3.2
|
| 14 |
|
| 15 |
RUN useradd -m -u 1000 user
|
README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
title: Topicwizard
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
-
short_description: Demo of the Topicwizard package with a KeyNMF topic model
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Topicwizard 20newsgroups KeyNMF
|
| 3 |
+
emoji: 📚
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: yellow
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
topic_data.joblib
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f99353aa6879372f0c92755a5c45daa0420a17d90a681047a79f0ee9f436e7a
|
| 3 |
+
size 180451305
|