Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
seanpedrickcase
/
llm_topic_modelling
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
llm_topic_modelling
Ctrl+K
Ctrl+K
4 contributors
History:
125 commits
Sean Pedrick-Case
Merge pull request #36 from seanpedrick-case/dev
7113417
unverified
1 day ago
.github
Enhanced app functionality by adding new logging variables, refining file input options, and updating prompts for better user experience. Updated Dockerfile for improved environment setup and adjusted requirements for compatibility. Removed unnecessary print statements and added error handling in data loading functions.
9 days ago
example_data
Added possibility of adding examples quickly to the input files
7 days ago
tools
Added 'all-in-one' function. Corrected local model load when not loaded initially. Environment variables for max data rows and topics.
1 day ago
.dockerignore
Safe
188 Bytes
Added possibility of adding examples quickly to the input files
7 days ago
.gitignore
Safe
158 Bytes
Added possibility of adding examples quickly to the input files
7 days ago
Dockerfile
Safe
2.33 kB
Added possibility of adding examples quickly to the input files
7 days ago
README.md
Safe
7.79 kB
Corrected misplaced example file reference. Added AWS Nova models to model list
3 days ago
app.py
Safe
58.7 kB
Added 'all-in-one' function. Corrected local model load when not loaded initially. Environment variables for max data rows and topics.
1 day ago
load_dynamo_logs.py
Safe
3.26 kB
Added DynamoDB logging. Optimised topics lists with descriptions
14 days ago
load_s3_logs.py
Safe
2.87 kB
Added DynamoDB logging. Optimised topics lists with descriptions
14 days ago
pyproject.toml
Safe
178 Bytes
Added pyproject.toml file, updated some dependencies
10 days ago
requirements.txt
Safe
1.53 kB
Added framework of support for Azure models (although untested)
3 days ago
requirements_cpu.txt
Safe
1 kB
Added framework of support for Azure models (although untested)
3 days ago
requirements_gpu.txt
Safe
1.04 kB
Added framework of support for Azure models (although untested)
3 days ago
requirements_no_local.txt
Safe
521 Bytes
Added framework of support for Azure models (although untested)
3 days ago
windows_install_llama-cpp-python.txt
Safe
5.01 kB
Enhanced app functionality by adding new UI elements for summary file management, put in Bedrock model toggle, and refined logging messages. Updated Dockerfile and requirements for better compatibility and added install guide to readme. Removed deprecated code and unnecessary comments.
8 days ago