Skip to content

Commit 92367e6

Browse files
authored
potential fix for preparation file: prepare/cards/mtrag.py (#1938)
Signed-off-by: dafnapension <[email protected]>
1 parent 95ad743 commit 92367e6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

prepare/cards/mtrag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
card = TaskCard(
106106
loader=LoadJsonFile(
107107
files={
108-
"test": f"https://github.com/IBM/mt-rag-benchmark/raw/refs/heads/main/corpora/{subset}.jsonl.zip"
108+
"test": f"https://github.com/IBM/mt-rag-benchmark/raw/refs/heads/main/corpora/document_level/{subset}.jsonl.zip"
109109
},
110110
compression="zip",
111111
lines=True,

src/unitxt/catalog/cards/rag/mtrag/documents/clapnq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"loader": {
44
"__type__": "load_json_file",
55
"files": {
6-
"test": "https://github.com/IBM/mt-rag-benchmark/raw/refs/heads/main/corpora/clapnq.jsonl.zip"
6+
"test": "https://github.com/IBM/mt-rag-benchmark/raw/refs/heads/main/corpora/document_level/clapnq.jsonl.zip"
77
},
88
"compression": "zip",
99
"lines": true,

src/unitxt/catalog/cards/rag/mtrag/documents/cloud.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"loader": {
44
"__type__": "load_json_file",
55
"files": {
6-
"test": "https://github.com/IBM/mt-rag-benchmark/raw/refs/heads/main/corpora/cloud.jsonl.zip"
6+
"test": "https://github.com/IBM/mt-rag-benchmark/raw/refs/heads/main/corpora/document_level/cloud.jsonl.zip"
77
},
88
"compression": "zip",
99
"lines": true,

src/unitxt/catalog/cards/rag/mtrag/documents/fiqa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"loader": {
44
"__type__": "load_json_file",
55
"files": {
6-
"test": "https://github.com/IBM/mt-rag-benchmark/raw/refs/heads/main/corpora/fiqa.jsonl.zip"
6+
"test": "https://github.com/IBM/mt-rag-benchmark/raw/refs/heads/main/corpora/document_level/fiqa.jsonl.zip"
77
},
88
"compression": "zip",
99
"lines": true,

src/unitxt/catalog/cards/rag/mtrag/documents/govt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"loader": {
44
"__type__": "load_json_file",
55
"files": {
6-
"test": "https://github.com/IBM/mt-rag-benchmark/raw/refs/heads/main/corpora/govt.jsonl.zip"
6+
"test": "https://github.com/IBM/mt-rag-benchmark/raw/refs/heads/main/corpora/document_level/govt.jsonl.zip"
77
},
88
"compression": "zip",
99
"lines": true,

0 commit comments

Comments
 (0)