if-ir commited on
Commit
3bc52b8
·
verified ·
1 Parent(s): b082e8e

Initial commit.

Browse files
Files changed (6) hide show
  1. .gitattributes +1 -0
  2. README.md +28 -0
  3. corpus.jsonl +3 -0
  4. qrels/test.jsonl +0 -0
  5. qrels/test.tsv +0 -0
  6. queries.jsonl +0 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ 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
+ corpus.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # ===== 基本元信息,可按需增删 =====
3
+ language:
4
+ - eng
5
+ license: unknown
6
+ task_categories:
7
+ - text-retrieval
8
+ tags:
9
+ - text
10
+ - retrieval
11
+ - instruction-following
12
+
13
+ configs:
14
+ - config_name: corpus
15
+ data_files:
16
+ - split: corpus
17
+ path: corpus.jsonl
18
+
19
+ - config_name: queries
20
+ data_files:
21
+ - split: queries
22
+ path: queries.jsonl
23
+
24
+ - config_name: default
25
+ data_files:
26
+ - split: test
27
+ path: qrels/test.jsonl
28
+ ---
corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5e31bffdcbab9dbe0ff849faa170a6e71b60587ff3a99a4272584183e64d729
3
+ size 47027289
qrels/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
qrels/test.tsv ADDED
The diff for this file is too large to render. See raw diff
 
queries.jsonl ADDED
The diff for this file is too large to render. See raw diff