Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
seanpedrickcase
/
topic_modelling
like
13
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
topic_modelling
Ctrl+K
Ctrl+K
3 contributors
History:
66 commits
seanpedrickcase
Re-added TruncatedSVD dependency to topic_core_funcs.py
f42e3d1
8 months ago
.github
first commit
over 1 year ago
funcs
Re-added TruncatedSVD dependency to topic_core_funcs.py
8 months 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.
10 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.
10 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
10 months ago
LICENSE
Safe
11.6 kB
first commit
over 1 year ago
README.md
Safe
1.87 kB
Rearranged functions for embeddings creation to be compatible with zero GPU space. Updated packages.
9 months ago
app.py
Safe
15.9 kB
Importing space package near start of app now to avoid issue with cuda being initialised before
9 months 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
10 months ago
how_to_create_exe_dist.txt
Safe
1.89 kB
Upgraded to Gradio 4.16.0. Guide for converting to exe added.
over 1 year 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
9 months ago
requirements_aws.txt
Safe
376 Bytes
Rearranged functions for embeddings creation to be compatible with zero GPU space. Updated packages.
9 months ago
requirements_gpu.txt
Safe
603 Bytes
Rearranged functions for embeddings creation to be compatible with zero GPU space. Updated packages.
9 months ago
run_cmd_line_example_command.txt
Safe
396 Bytes
Updated Dockerfile with latest packages
10 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.
10 months ago