Spaces:
Running
Running
Commit ·
3145785
1
Parent(s): 75a0122
fix: track model files via Git LFS, not gitignore
Browse files.gitignore was blocking *.pkl and *.pt from git tracking entirely,
so git push sent a deletion commit to HuggingFace wiping the models.
.gitattributes already routes these through LFS correctly.
Removed the gitignore rules that were fighting LFS.
.gitignore
CHANGED
|
@@ -45,11 +45,7 @@ venv/
|
|
| 45 |
# Reference data / trained models (too large for git -- use HuggingFace directly)
|
| 46 |
data/reference/real/
|
| 47 |
data/reference/ai/
|
| 48 |
-
data/reference/*.pkl
|
| 49 |
-
data/reference/*.pt
|
| 50 |
-
data/reference/*.json
|
| 51 |
data/reference/*.sha256
|
| 52 |
-
data/reference/*.csv
|
| 53 |
!data/reference/.gitkeep
|
| 54 |
|
| 55 |
# Keep directory structure
|
|
|
|
| 45 |
# Reference data / trained models (too large for git -- use HuggingFace directly)
|
| 46 |
data/reference/real/
|
| 47 |
data/reference/ai/
|
|
|
|
|
|
|
|
|
|
| 48 |
data/reference/*.sha256
|
|
|
|
| 49 |
!data/reference/.gitkeep
|
| 50 |
|
| 51 |
# Keep directory structure
|
data/reference/ensemble_xgb.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ade14f50c5869f07b422177f8d29953937ef489ceee1c25c5b20541f8eac60c6
|
| 3 |
+
size 21308
|
data/reference/own_centroids.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a09d7bb9e755903451daa59e9266eb51372330eef1e4288f835a7c0c75fad122
|
| 3 |
+
size 4426
|
data/reference/own_embedding_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac06cffb88fec51ac892c6c5e763b2af1ee2a7eeb83fc07640f195349f6b5867
|
| 3 |
+
size 19220826
|