Spaces:
Sleeping
Sleeping
dunkindonuts123 commited on
Commit ·
448d01f
1
Parent(s): e2a6a20
Track IDF cache with Git LFS
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -23,6 +23,6 @@ per_sample_results.csv
|
|
| 23 |
output.png
|
| 24 |
rouge_comparison.png
|
| 25 |
|
| 26 |
-
# App cache (
|
| 27 |
cache/*
|
| 28 |
!cache/idf_weights_train_val.pkl
|
|
|
|
| 23 |
output.png
|
| 24 |
rouge_comparison.png
|
| 25 |
|
| 26 |
+
# App cache (IDF pickle shipped via Git LFS for HF Spaces)
|
| 27 |
cache/*
|
| 28 |
!cache/idf_weights_train_val.pkl
|