Datasets:
Languages:
English
Size:
10M<n<100M
Tags:
retrieval-augmented-generation
rag
benchmark
adversarial-robustness
retrieval-poisoning
information-retrieval
License:
Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- e5_faiss/docid_map.jsonl +3 -0
- e5_faiss/index.faiss +3 -0
- e5_faiss/meta.json +6 -0
.gitattributes
CHANGED
|
@@ -65,3 +65,5 @@ bm25/_10_Lucene50_0.doc filter=lfs diff=lfs merge=lfs -text
|
|
| 65 |
bm25/_10_Lucene50_0.tim filter=lfs diff=lfs merge=lfs -text
|
| 66 |
bm25/_10_Lucene50_0.tip filter=lfs diff=lfs merge=lfs -text
|
| 67 |
bm25/_10_Lucene80_0.dvd filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 65 |
bm25/_10_Lucene50_0.tim filter=lfs diff=lfs merge=lfs -text
|
| 66 |
bm25/_10_Lucene50_0.tip filter=lfs diff=lfs merge=lfs -text
|
| 67 |
bm25/_10_Lucene80_0.dvd filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
e5_faiss/docid_map.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
e5_faiss/index.faiss filter=lfs diff=lfs merge=lfs -text
|
e5_faiss/docid_map.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db11d3037df4269dbeaf6b8daa143a3acea74aa523e167f978272dfe1ea81271
|
| 3 |
+
size 451226025
|
e5_faiss/index.faiss
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f12b4bd2df0b4962dd1b2f66b2b5f79480148782ff82e8a6990b72881e1f329
|
| 3 |
+
size 86078767149
|
e5_faiss/meta.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "intfloat/multilingual-e5-large",
|
| 3 |
+
"dim": 1024,
|
| 4 |
+
"n_docs": 21015324,
|
| 5 |
+
"use_e5_prefix": true
|
| 6 |
+
}
|