Commit ·
256c09b
1
Parent(s): 67a012f
Restructure dataset to match new directory structure
Browse files- Organize files into subdirectories by dataset
- Add config.json files for each dataset
- Move existing files using git mv to preserve LFS pointers
- Add spot-check datasets
- fiqa-dev/config.json +10 -0
- fiqa-dev.h5 → fiqa-dev/fiqa-dev.h5 +0 -0
- llama-dev/config.json +9 -0
- llama-dev.h5 → llama-dev/llama-dev.h5 +0 -0
- nq/config.json +10 -0
- nq.h5 → nq/nq.h5 +0 -0
- task-1-spot-check/benchmark-dev-gooaq-small.h5 +3 -0
- task-1-spot-check/config.json +8 -0
- task-2-spot-check/benchmark-dev-llama-small.h5 +3 -0
- task-2-spot-check/config.json +9 -0
- task-3-spot-check/benchmark-dev-fiqa-small.h5 +3 -0
- task-3-spot-check/config.json +10 -0
- benchmark-dev-wikipedia-bge-m3-small.h5 → wikipedia-small/benchmark-dev-wikipedia-bge-m3-small.h5 +0 -0
- wikipedia-small/config.json +8 -0
- benchmark-dev-wikipedia-bge-m3.h5 → wikipedia/benchmark-dev-wikipedia-bge-m3.h5 +0 -0
- wikipedia/config.json +8 -0
fiqa-dev/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "task3",
|
| 3 |
+
"data": "train",
|
| 4 |
+
"queries": "otest/queries",
|
| 5 |
+
"gt_I": "otest/knns",
|
| 6 |
+
"k": 30,
|
| 7 |
+
"dataset_name": "fiqa-dev",
|
| 8 |
+
"sparse": true,
|
| 9 |
+
"filename": "fiqa-dev.h5"
|
| 10 |
+
}
|
fiqa-dev.h5 → fiqa-dev/fiqa-dev.h5
RENAMED
|
File without changes
|
llama-dev/config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "task2",
|
| 3 |
+
"data": "train",
|
| 4 |
+
"queries": "test/queries",
|
| 5 |
+
"gt_I": "test/knns",
|
| 6 |
+
"k": 30,
|
| 7 |
+
"dataset_name": "llama-dev",
|
| 8 |
+
"filename": "llama-dev.h5"
|
| 9 |
+
}
|
llama-dev.h5 → llama-dev/llama-dev.h5
RENAMED
|
File without changes
|
nq/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "task3",
|
| 3 |
+
"data": "train",
|
| 4 |
+
"queries": "otest/queries",
|
| 5 |
+
"gt_I": "otest/knns",
|
| 6 |
+
"k": 30,
|
| 7 |
+
"dataset_name": "nq",
|
| 8 |
+
"sparse": true,
|
| 9 |
+
"filename": "nq.h5"
|
| 10 |
+
}
|
nq.h5 → nq/nq.h5
RENAMED
|
File without changes
|
task-1-spot-check/benchmark-dev-gooaq-small.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a5d060ec0bc913026292e523670b3e22c559ac99b75b71c44afe39d129a66e9
|
| 3 |
+
size 16139575
|
task-1-spot-check/config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "task1",
|
| 3 |
+
"data": "train",
|
| 4 |
+
"gt_I": ["allknn", "knns"],
|
| 5 |
+
"k": 15,
|
| 6 |
+
"dataset_name": "gooaq-small",
|
| 7 |
+
"filename": "benchmark-dev-gooaq-small.h5"
|
| 8 |
+
}
|
task-2-spot-check/benchmark-dev-llama-small.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8cf853e5b95334215e92686029c4146615e34faf81d58847c45a12754aba27e
|
| 3 |
+
size 7696896
|
task-2-spot-check/config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "task2",
|
| 3 |
+
"data": "train",
|
| 4 |
+
"queries": "test/queries",
|
| 5 |
+
"gt_I": "test/knns",
|
| 6 |
+
"k": 30,
|
| 7 |
+
"dataset_name": "llama-small",
|
| 8 |
+
"filename": "benchmark-dev-llama-small.h5"
|
| 9 |
+
}
|
task-3-spot-check/benchmark-dev-fiqa-small.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22191e53c611d54cd8e21bac55b5c636df2dda38065159fc29dfd3c443c6b05e
|
| 3 |
+
size 7641072
|
task-3-spot-check/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "task3",
|
| 3 |
+
"data": "train",
|
| 4 |
+
"queries": "otest/queries",
|
| 5 |
+
"gt_I": "otest/knns",
|
| 6 |
+
"k": 30,
|
| 7 |
+
"sparse": true,
|
| 8 |
+
"dataset_name": "fiqa-small",
|
| 9 |
+
"filename": "benchmark-dev-fiqa-small.h5"
|
| 10 |
+
}
|
benchmark-dev-wikipedia-bge-m3-small.h5 → wikipedia-small/benchmark-dev-wikipedia-bge-m3-small.h5
RENAMED
|
File without changes
|
wikipedia-small/config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "task1",
|
| 3 |
+
"data": "train",
|
| 4 |
+
"gt_I": ["allknn", "knns"],
|
| 5 |
+
"k": 15,
|
| 6 |
+
"dataset_name": "wikipedia-small",
|
| 7 |
+
"filename": "benchmark-dev-wikipedia-bge-m3-small.h5"
|
| 8 |
+
}
|
benchmark-dev-wikipedia-bge-m3.h5 → wikipedia/benchmark-dev-wikipedia-bge-m3.h5
RENAMED
|
File without changes
|
wikipedia/config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "task1",
|
| 3 |
+
"data": "train",
|
| 4 |
+
"gt_I": ["allknn", "knns"],
|
| 5 |
+
"k": 15,
|
| 6 |
+
"dataset_name": "wikipedia",
|
| 7 |
+
"filename": "benchmark-dev-wikipedia-bge-m3.h5"
|
| 8 |
+
}
|