dadashzadeh
commited on
Commit
•
3075f05
1
Parent(s):
f592732
Update BM25S model
Browse files- .gitattributes +1 -0
- corpus.jsonl +3 -0
- corpus.mmindex.json +0 -0
- data.csc.index.npy +3 -0
- indices.csc.index.npy +3 -0
- indptr.csc.index.npy +3 -0
- params.index.json +12 -0
- vocab.index.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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
|
|
|
|
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 |
+
corpus.jsonl filter=lfs diff=lfs merge=lfs -text
|
corpus.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c2b40bf27c0356cef2a688ee08888c08c3e274a3c73bdb1670a4476abe3c13a
|
3 |
+
size 31422788
|
corpus.mmindex.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data.csc.index.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8593426cad3fafc67431bde2812e81a9cc9564e83b565664c884c747a83c7c52
|
3 |
+
size 9656208
|
indices.csc.index.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1749296fab7900f178f66d1533d91ce0de11cfc62ca82a65ef770e9a1a66d28e
|
3 |
+
size 9656208
|
indptr.csc.index.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35ac3a1f712c28f83df5cd976f37658391651c2b8383cdc8c2e2a5f691837bdd
|
3 |
+
size 262812
|
params.index.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"k1": 1.5,
|
3 |
+
"b": 0.75,
|
4 |
+
"delta": 0.5,
|
5 |
+
"method": "lucene",
|
6 |
+
"idf_method": "lucene",
|
7 |
+
"dtype": "float32",
|
8 |
+
"int_dtype": "int32",
|
9 |
+
"num_docs": 602959,
|
10 |
+
"version": "0.2.0",
|
11 |
+
"backend": "numpy"
|
12 |
+
}
|
vocab.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|