Skip to content

Commit 2c7e18c

Browse files
committed
Fix dataset variable in aggregate_score.py to use TREC instead of BOOKS
1 parent 5c93954 commit 2c7e18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aggregate_score.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# 1. Listar todos os arquivos do diretório
55

6-
dataset = "BOOKS"
6+
dataset = "TREC"
77
caminho_arquivos = f"resource/result/Aggregated_LLM_RetrieverBERT_{dataset}/Aggregated_LLM_RetrieverBERT_{dataset}_*.rts"
88
arquivos = glob.glob(caminho_arquivos)
99

0 commit comments

Comments
 (0)