Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
seanpedrickcase
/
topic_modelling
like
11
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
topic_modelling
3 contributors
History:
66 commits
seanpedrickcase
Re-added TruncatedSVD dependency to topic_core_funcs.py
f42e3d1
6 days ago
.github
first commit
12 months ago
funcs
Re-added TruncatedSVD dependency to topic_core_funcs.py
6 days ago
.dockerignore
Safe
207 Bytes
Added example of how to run function from command line. Updated packages. Embedding model default now smaller and at fp16.
2 months ago
.gitignore
Safe
230 Bytes
Added example of how to run function from command line. Updated packages. Embedding model default now smaller and at fp16.
2 months ago
Dockerfile
Safe
3.05 kB
Added and replaced relevant files to download in download_model.py to allow for app use on AWS
2 months ago
LICENSE
Safe
11.6 kB
first commit
12 months ago
README.md
Safe
1.87 kB
Rearranged functions for embeddings creation to be compatible with zero GPU space. Updated packages.
about 1 month ago
app.py
Safe
15.9 kB
Importing space package near start of app now to avoid issue with cuda being initialised before
about 1 month ago
download_model.py
Safe
678 Bytes
Added and replaced relevant files to download in download_model.py to allow for app use on AWS
2 months ago
how_to_create_exe_dist.txt
Safe
1.89 kB
Upgraded to Gradio 4.16.0. Guide for converting to exe added.
12 months ago
requirements.txt
Safe
821 Bytes
Llama-cpp-python in GPU mode doesn't seem to work well with Bertopic on Huggingface, so downgrading that to CPU version
about 1 month ago
requirements_aws.txt
Safe
376 Bytes
Rearranged functions for embeddings creation to be compatible with zero GPU space. Updated packages.
about 1 month ago
requirements_gpu.txt
Safe
603 Bytes
Rearranged functions for embeddings creation to be compatible with zero GPU space. Updated packages.
about 1 month ago
run_cmd_line_example_command.txt
Safe
396 Bytes
Updated Dockerfile with latest packages
2 months ago
run_from_cmd_line.py
Safe
4.97 kB
Added example of how to run function from command line. Updated packages. Embedding model default now smaller and at fp16.
2 months ago