Remove wordfreq embeddings from LFS, keep local only
Browse files- .gitignore +10 -0
.gitignore
CHANGED
@@ -61,6 +61,7 @@ __pycache__/
|
|
61 |
htmlcov/
|
62 |
|
63 |
# hack
|
|
|
64 |
issues/
|
65 |
samples/
|
66 |
venv/
|
@@ -69,3 +70,12 @@ hack/model_cache/
|
|
69 |
.KARO.md
|
70 |
CLAUDE.md
|
71 |
crossword-app/backend-py/faiss_cache/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
htmlcov/
|
62 |
|
63 |
# hack
|
64 |
+
hack/fine_tuned_model/
|
65 |
issues/
|
66 |
samples/
|
67 |
venv/
|
|
|
70 |
.KARO.md
|
71 |
CLAUDE.md
|
72 |
crossword-app/backend-py/faiss_cache/
|
73 |
+
cache-dir/models--google--flan-t5-base/
|
74 |
+
cache-dir/models--google--flan-t5-large/
|
75 |
+
cache-dir/models--google--flan-t5-small/
|
76 |
+
cache-dir/.locks/models--google--flan-t5-base/
|
77 |
+
cache-dir/.locks/models--google--flan-t5-large/
|
78 |
+
cache-dir/.locks/models--google--flan-t5-small/
|
79 |
+
cache-dir/embeddings_all-mpnet-base-v2_100000.npy
|
80 |
+
cache-dir/frequencies_100000.pkl
|
81 |
+
cache-dir/vocabulary_100000.pkl
|