CoolFace
Apppublic

Chimera418/protein-ssp

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
26 commits on main
c5493974mo ago

update: added python version as a string in Readme

Chimera418
713f8f94mo ago

update: added python version in Readme

Chimera418
639b5334mo ago

fix: better package versions

Chimera418
699cfd94mo ago

chore: enforce python 3.10 and pin exact dependency versions for pca model compatibility

Chimera418
51a8a1c4mo ago

fix: add robust fallback polyfill for numpy scalar in numpy 2.x

Chimera418
7a048444mo ago

fix: UI state refresh on download & numpy scalar PCA unpickle error

Chimera418
da5e8264mo ago

fix: pin transformers<5.0.0 — 5.x broke GenerationMixin/T5EncoderModel lazy loading

Chimera418
f2d93df4mo ago

ui: cleaner CSS + remove Model Comparison table from sidebar

Chimera418
5406daf4mo ago

fix: comprehensive numpy._core.* + numpy.core.* pickle shim for numpy 2.x

Chimera418
031f8fd4mo ago

fix: st.image() use_column_width for older Streamlit compat

Chimera418
7207f104mo ago

fix: numpy 2.x pickle compat + pin numpy<2 in requirements

Chimera418
cf5dac44mo ago

fix: use cache-then-copy download strategy (no symlinks) + expose real exception on pickle failures

Chimera418
fb94de64mo ago

fix: use local_dir_use_symlinks=False in hf_hub_download — prevents broken symlink crash on HF Space (pickle.load fails on symlinks in Docker)

Chimera418
0c1641e4mo ago

fix: download model from HF Hub before existence check — fixes 'Model not trained yet' error on cold HF Space

Chimera418
da599764mo ago

docs: add full pipeline from scratch section — run phase scripts to generate own models

Chimera418
1d35a624mo ago

docs: comprehensive README rewrite — correct URLs, 5-mode metrics table, pipeline phase descriptions, local setup guide

Chimera418
6cce2164mo ago

docs: remove internal misc artifact upload instructions from public README

Chimera418
e4a71834mo ago

docs: add instructions for data upload via scripts and powershell warning

Chimera418
aa2f2704mo ago

chore: ignore local helper upload scripts

Chimera418
ec72c124mo ago

Delete Raw Outputs

Chimera418
ee8b4ee4mo ago

Simplify downloading from models/ and embeddings/ folders

Chimera418
cb713624mo ago

Update Space URL to protein-ssp

Chimera418
11c15944mo ago

Update Hub repo name to protein-ssp-artifacts

Chimera418
cdc92414mo ago

Update Hub repo name to prot-ssp-artifacts

Chimera418
b90b0d64mo ago

Update README with live deployment link and architecture details

Chimera418
a33e5fa4mo ago

Deploy lightweight app configured for HF Model Hub

Chimera418