CoolFace
Apppublic

pszemraj/document-summarization

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
75likes
.gitignore29 linesDownload Raw Back to root
1# logs2*.log3*LOGFILE*4 5# output files need to be force-added6*.csv7*.png8*.jpg9*.jpeg10*.pkl11*.xlsx12*.txt13 14# cache15*__pycache__/16*.pyc17 18# reports folder - need to be force-added19*reports/20 21# scratch files and folders22 23*scratch*24*scratch/25 26# notebooks27 28*notebooks/29*.ipynb