Adding App
Browse files- .gitattributes +2 -0
- faiss_index/index.faiss +3 -0
- faiss_index/index.pkl +3 -0
.gitattributes
CHANGED
|
@@ -33,4 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
| 36 |
faiss_index/**/* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
index.faiss filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
index.pkl filter=lfs diff=lfs merge=lfs -text
|
| 38 |
faiss_index/**/* filter=lfs diff=lfs merge=lfs -text
|
faiss_index/index.faiss
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92ee8f1637e3592986cbbf9e90b127338ed7028841dc64a599c64dfc44a11f54
|
| 3 |
+
size 1339437
|
faiss_index/index.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc07d060eff944aeafff4d7745dcbc845780fe3dc0f8351a89186be6eff9b066
|
| 3 |
+
size 243013
|