minhajHP commited on
Commit
57ebe8b
·
1 Parent(s): 6f3f51a

Add essential model weights and FAISS index for inference

Browse files
.gitattributes CHANGED
@@ -1 +1,5 @@
1
  *.pkl filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
1
  *.pkl filter=lfs diff=lfs merge=lfs -text
2
+ *.bin filter=lfs diff=lfs merge=lfs -text
3
+ *.npy filter=lfs diff=lfs merge=lfs -text
4
+ *.data-* filter=lfs diff=lfs merge=lfs -text
5
+ *.index filter=lfs diff=lfs merge=lfs -text
.gitignore CHANGED
@@ -155,10 +155,6 @@ yarn-error.log*
155
  # Machine Learning / AI artifacts
156
  models/
157
  checkpoints/
158
- *.npy
159
- *.bin
160
- *.data-*
161
- *.index
162
  checkpoint
163
  *.h5
164
  *.hdf5
@@ -182,7 +178,6 @@ saved_model/
182
 
183
  # FAISS indices
184
  *.faiss
185
- *.index
186
 
187
  # Large datasets (uncomment if datasets are large or contain sensitive data)
188
  # datasets/*.csv
 
155
  # Machine Learning / AI artifacts
156
  models/
157
  checkpoints/
 
 
 
 
158
  checkpoint
159
  *.h5
160
  *.hdf5
 
178
 
179
  # FAISS indices
180
  *.faiss
 
181
 
182
  # Large datasets (uncomment if datasets are large or contain sensitive data)
183
  # datasets/*.csv
src/artifacts/faiss_item_index.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:748816ac3b7b93f0cff6af552d1acc47d6053e2b56ec77b4cce6f2bd0a1cba11
3
+ size 9776685
src/artifacts/rating_model_weights_best.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2669bc81c1fbe31169a0d4861acfbb6ba65e17967170f15719c046b5ee247a41
3
+ size 330019
src/artifacts/rating_model_weights_best.index ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bd4c8049d9b7d068084b96ae886ee3d299f76e6d7fe3c50ea87e65e12b43552
3
+ size 518
src/artifacts/user_tower_weights_best.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69e4c9103fa5abfd1a84ed867abae52ce0b34ee0aa43466b88d9c816235415d6
3
+ size 1220834
src/artifacts/user_tower_weights_best.index ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fefb7a551e099462bc6dc7cf85a90e0bad8800dfa86f3617c96a2b959d1be39
3
+ size 1693