Spaces:
Running
Running
Commit History
Fix on returning GPU tensors to main function after embedding with zeroGPU. Representation model put under ZeroGPU spaces 02721f3
Removed explicit references to cuda in functions where spaces GPU are loaded cb7a4c9
Trying to load in cuda only within spaces environment to enable zero GPU space to run successfully 71afe01
Removed some requirements from Dockerfile for AWS deployment to reduce container size 51ba1cb
Allowed for app running on AWS to use smaller embedding model and not to load representation LLM (due to size restrictions). 22ca76e
Can split passages into sentences. Improved embedding, LLM representation models, improved zero shot capabilities 55f0ce3
Updated packages. Improve hierarchy vis. Better models - mixedbread and phi3. Now option to split texts into sentences before modelling. 04a15c5
Hopefully now LLM download from hub should work cdcd7af
Added note to say that LLM representation is not currently working on the HF website 3b4333f
Sean-Case commited on
Trying to download LLM to local_dir instead of cache_dir 539aba9
Sean-Case commited on
LLM model save is failing in Huggingface - attempting instead to save to base folder c2bf185
Sean-Case commited on
Added clean data options, improved re-representation options and visualisation. General format changes 4effac0
Lots of general fixes. New visualisations, fixed hierarchical vis for zero shot. Added calc all probabilities. b4510a6
Changed Phi model to smaller StableLM 2 1.6. Fixed a None type detection error. 1f1a1c7
More efficient embeddings save and representations load/process. Custom visualisation hover option added, formatting improvements. Version 0.1? ffe5eb2
Hopefully fixed install and load of LLM model on systems without a HF_HOME environmental variable 32cf9fb
Sean-Case commited on
Greatly increased low resource process dimensions for higher quality. Visualisations disabled by default to increase speed. fac3624
Sean-Case commited on
Greatly improved low resource mode speed (at cost of potential quality) aa3df37
Sean-Case commited on
Changed zero shot min similarity to 0.5 0b7839c
Now should save embeddings by default. Added random seed to representation e0f53cc
Sean-Case commited on
Fixed llm_config, environmental variable, zero shot topic model errors with quick embeddings ff32b4a
Sean-Case commited on
removed cpu_config as causing problems 82b1ab1
Sean-Case commited on
Model export changed to safetensors. Improved representational model function. Got zero shot topic modelling working 4cfed8e
Sean-Case commited on