Skip to content

Commit 8ae421b

Browse files
committed
start to develop trec-tot-2025
1 parent a4b17ef commit 8ae421b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ir_datasets/datasets/trec_tot_2025.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def docs_count(self):
9797
return len(self.docs_dict())
9898

9999
def docs_lang(self):
100-
raise ValueError("ToDo: Implement this")
100+
raise "en"
101101

102102

103103
class TrecToT2025Dataset(Dataset):

0 commit comments

Comments
 (0)