Upload 21 files
Browse files- .gitattributes +8 -0
- bm25_stage1/bm25_index +0 -0
- bm25_stage1/bm25_index.index.data.npy +3 -0
- bm25_stage1/bm25_index.index.indices.npy +3 -0
- bm25_stage1/bm25_index.index.indptr.npy +3 -0
- bm25_stage1/bm25_index.index.npy +3 -0
- bm25_stage1/corpus.txt +3 -0
- bm25_stage1/dict +3 -0
- bm25_stage1/tfidf +3 -0
- bm25_stage2/full_text/bm25_index +0 -0
- bm25_stage2/full_text/bm25_index.index.data.npy +3 -0
- bm25_stage2/full_text/bm25_index.index.indices.npy +3 -0
- bm25_stage2/full_text/bm25_index.index.indptr.npy +3 -0
- bm25_stage2/full_text/bm25_index.index.npy +3 -0
- bm25_stage2/full_text/dict +3 -0
- bm25_stage2/full_text/tfidf +3 -0
- bm25_stage2/title/bm25_index +3 -0
- bm25_stage2/title/dict +3 -0
- bm25_stage2/title/tfidf +3 -0
- pairwise_stage2_seed0.bin +3 -0
- pairwise_v2.bin +3 -0
- qa_model_robust.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,11 @@ 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 |
+
bm25_stage1/corpus.txt filter=lfs diff=lfs merge=lfs -text
|
37 |
+
bm25_stage1/dict filter=lfs diff=lfs merge=lfs -text
|
38 |
+
bm25_stage1/tfidf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
bm25_stage2/full_text/dict filter=lfs diff=lfs merge=lfs -text
|
40 |
+
bm25_stage2/full_text/tfidf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
bm25_stage2/title/bm25_index filter=lfs diff=lfs merge=lfs -text
|
42 |
+
bm25_stage2/title/dict filter=lfs diff=lfs merge=lfs -text
|
43 |
+
bm25_stage2/title/tfidf filter=lfs diff=lfs merge=lfs -text
|
bm25_stage1/bm25_index
ADDED
Binary file (562 Bytes). View file
|
|
bm25_stage1/bm25_index.index.data.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:029eb04afc8937b624bc6811c02068275eda1a5d638af97474941a12606a8bf1
|
3 |
+
size 578318156
|
bm25_stage1/bm25_index.index.indices.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c323b9acaee796f488e6eeed60435d0e9b216d7abe930d5761595c4f8907aa5c
|
3 |
+
size 578318156
|
bm25_stage1/bm25_index.index.indptr.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32f0107b41b218e14a45d53e6e2492d7b1d2596e4345e2574db879c4c1b1284a
|
3 |
+
size 7777748
|
bm25_stage1/bm25_index.index.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6570b4e13e098da623469dc0a9f447cdbf80d0cb77ec11c7de8acb50c083edb
|
3 |
+
size 118
|
bm25_stage1/corpus.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:893f716ac9ae2808ab54c365c8dfb97895b248551d92f3d5bc1b3fb578f1ca96
|
3 |
+
size 1380405696
|
bm25_stage1/dict
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bed25d2387d7f203c9fe1467443c05b9959051521320aea1ac8a422f7dd632f
|
3 |
+
size 78326416
|
bm25_stage1/tfidf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2659cf6b5411f3e28d56e5ec34da1f372e2e9f78ab1e4b3ee0ca48af0804116
|
3 |
+
size 144983306
|
bm25_stage2/full_text/bm25_index
ADDED
Binary file (572 Bytes). View file
|
|
bm25_stage2/full_text/bm25_index.index.data.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cde6ccfe6aae41bf1303d7e11ee8496b456f524d1af5b109ce214d9ac4cc0144
|
3 |
+
size 171683700
|
bm25_stage2/full_text/bm25_index.index.indices.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fe12ecb5d176d4394a9ba414a31e790bb3e1f7930e461715fdd4dc7501af294
|
3 |
+
size 171683700
|
bm25_stage2/full_text/bm25_index.index.indptr.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44bc8b8e275e7ba19a3fa72dc1e30425cd83aeb2a26ae802f12817695b882ad2
|
3 |
+
size 5094008
|
bm25_stage2/full_text/bm25_index.index.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4de124d197f9bed4288eebaf7838c876fe0093d1f9b282d3d63f2930075034a2
|
3 |
+
size 118
|
bm25_stage2/full_text/dict
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f690ac22e558e813d7ebd5283e4dd94d427303774392e899cc89cf9e026e072b
|
3 |
+
size 42541310
|
bm25_stage2/full_text/tfidf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f644da7e28859733dc24145f9577c1d1bf8a5d8ae6d29ba6ac41653efdad77ef
|
3 |
+
size 78861101
|
bm25_stage2/title/bm25_index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abc5883b3498951c3beaf970d40c664f4d6c28d44df96589d6a4e7c46dc6217c
|
3 |
+
size 28449224
|
bm25_stage2/title/dict
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1464d8bcf3d206238d76f91dc565cc9c4300f66cb454faa4ee1841ef44169997
|
3 |
+
size 22054420
|
bm25_stage2/title/tfidf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cffb687071346347ea500e59d88f92ad346bfa4aff1b08481a743b3880104beb
|
3 |
+
size 40734674
|
pairwise_stage2_seed0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5592fed1e075a6a0ccaa0b271ed18bc34cee3fe6bfd90df91606a5c5e77dd55
|
3 |
+
size 1112263765
|
pairwise_v2.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbb5978803fa1863b597a5e4a8b21691c9d158b53b7b18dba151558e1f14c56f
|
3 |
+
size 1112264541
|
qa_model_robust.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:291044810ef43a2376ad39f86b407339cb97f5269a0596eabf2f078e3a4bc8f6
|
3 |
+
size 2235506473
|