CoolFace
Apppublic

snickerdust/PLN-summary

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes
35 commits on main
672c4d23mo ago

chore: include firebase credentials for Hugging Face Space

snickerdust
b8816c93mo ago

fix: Restore Hugging Face Spaces YAML metadata in README

snickerdust
de0162b3mo ago

docs: Update README.md with project overview and features

snickerdust
fc23a383mo ago

chore: remove thesis drafts and documentation from repository, keeping them local

snickerdust
3e73b933mo ago

chore: untrack firebase credentials and update gitignore

snickerdust
eb979e93mo ago

chore: setup gitignore and add documentation files

snickerdust
37ced163mo ago

Update logo to CurricuLens (PLN Theme) and clean up SUS from questionnaire banner

snickerdust
18fa86f4mo ago

Tambah box asal program studi, fakultas, universitas pada form testing

snickerdust
5e794a24mo ago

feat: add delete document button to sidebar and update black box testing evaluation form with search bar and delete scenarios

snickerdust
ca05a4f4mo ago

feat: increase max file upload limit to 100MB

snickerdust
80911d04mo ago

feat: add LibreOffice support in Dockerfile and simplify extractor.py for legacy doc/ppt conversion

snickerdust
21856bb4mo ago

Ignore indobert_finetuned and venv folders in firebase.json to prevent large file uploads to Firebase Hosting

snickerdust
77b6e5a4mo ago

Convert tumpang tindih sentence similarity to pure Jaccard Index, removing all TF-IDF and Cosine dependencies from overlap calculation

snickerdust
8683a494mo ago

Update main overlap_score calculation to use pure Jaccard Index of stopword-filtered keyword sets

snickerdust
64e87614mo ago

Implement Jaccard index stopword and conjunction filtering in compute_overlap function

snickerdust
7bf441c4mo ago

Restore weighted ranking selection in BERT backend while preserving raw cosine similarity scores for frontend UI display

snickerdust
ea23cc34mo ago

Clean up project structure: delete model_lexical.py and remove all its references/fallbacks, move compute_overlap to preprocessor.py, and remove TEKS COCOK badge from sidebar, retaining only sentence snippet previews

snickerdust
4a366c54mo ago

Update index.html to render search snippet previews containing matching original sentences under document items in sidebar

snickerdust
fff86ff4mo ago

Fix summary score calculation (remove source_weight multiplication) and add real-time search filtering & text-matching in the sidebar & summary panels

snickerdust
c8dbbaa4mo ago

feat: sort summary by score descending in frontend display

snickerdust
5cf11154mo ago

fix: upgrade torch to 2.5.1+cpu — fixes torch.distributed.tensor.device_mesh import error with latest transformers

snickerdust
c1a6fdb4mo ago

fix: simplify topic name to 'Topik N', add bert_error field to API result for debugging

snickerdust
bf43e1b4mo ago

fix: upgrade torch to 2.4.0+cpu (required by sentence-transformers>=3) and pin numpy<2 for binary compat

snickerdust
0d31a724mo ago

perf: use torch CPU-only wheel (~200MB vs 1.5GB) to speed up HF Spaces rebuild

snickerdust
b364da54mo ago

refactor: simplify BERTopic pipeline to exact LOTO config from notebook (no fallback scenarios)

snickerdust
300124a4mo ago

chore: align model print statement with BERT model backbone

snickerdust
bdf19874mo ago

fix: implement robust BERTopic fallback search to resolve empty topic results and 2.0 scores

snickerdust
c0a353b4mo ago

Fix scipy linalg eigh crash on small datasets by implementing dynamic UMAP/HDBSCAN parameter scaling

snickerdust
fd751534mo ago

Remove model weights and duplicate clone from Git tracking, add to gitignore

snickerdust
66228d34mo ago

Update model to snickerdust/FT-PLN-IndoBERT and apply optimal LOTO parameters

snickerdust
15fcaa65mo ago

add BERTopic support for topic modeling

snickerdust
bf1092c5mo ago

remove ipynb files

snickerdust
06681125mo ago

Merge branch 'main' of https://huggingface.co/spaces/snickerdust/PLN-summary

snickerdust
43a42ae5mo ago

upload ke HF

snickerdust
2bf43125mo ago

initial commit

snickerdust