Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.egg-info/ | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Secrets | |
| .env | |
| .env.* | |
| # OS / IDE | |
| .DS_Store | |
| .idea/ | |
| .vscode/ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| # Generated experiment outputs | |
| per_sample_results.csv | |
| output.png | |
| rouge_comparison.png | |
| # App cache (IDF pickle shipped via Git LFS for HF Spaces) | |
| cache/* | |
| !cache/idf_weights_train_val.pkl | |