Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +11 -3
- pair-classification_testset/testset.json +0 -0
- retrieval_testset/data.json +3 -0
- retrieval_testset/label.json +0 -0
- search_relevance_trainset/.DS_Store +0 -0
- search_relevance_trainset/trainset.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
retrieval_testset/data.json filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
search_relevance_trainset/trainset.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# README
|
| 2 |
+
## Datasets
|
| 3 |
+
### Search Relevance Train Set
|
| 4 |
+
Due to space limitations on the supplementary materials, we are only providing 10,000 records, which can be found at the path data/search_relevance_trainset/trainset_part_1w.jsonl. If there is any need in the subsequent stages, we will provide the complete dataset accordingly.
|
| 5 |
+
|
| 6 |
+
### Retrieval Test Set
|
| 7 |
+
File in data/retrieval_testset/data.json contains both query and documentsn of full testset.
|
| 8 |
+
File in data/retrieval_testset/label.json contains the relevance label for query-document pairs of full testset.
|
| 9 |
+
|
| 10 |
+
### Pair-classification Test Set
|
| 11 |
+
File in data/pair-classification_testset/testset.json contains full testset for pair-classification task.
|
pair-classification_testset/testset.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
retrieval_testset/data.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1042e472f20e4e5bfee8af57ff1c26958ee07e5a2a9f1d8f1fc56b54d4fac57
|
| 3 |
+
size 14035566
|
retrieval_testset/label.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
search_relevance_trainset/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
search_relevance_trainset/trainset.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9035c41de5a8b5d83d751b7d9e0e66fe0a9889c123b1fcc3b18fa68d4cc9bbc1
|
| 3 |
+
size 231480078
|