From 4aee3cd51e630985be2ba627c6e5afb15f8dda97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maik=20Fr=C3=B6be?= Date: Wed, 13 Nov 2024 12:33:08 +0100 Subject: [PATCH] mf --- cli/tirex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tirex.py b/cli/tirex.py index 3e36a00..1145b6e 100644 --- a/cli/tirex.py +++ b/cli/tirex.py @@ -198,7 +198,7 @@ def add_text(df): for topic in tqdm(judgment_pool, 'Doccano Pool'): for document in judgment_pool[topic]: f.write(json.dumps({ - "group": f'ir-wise-24-{topic}', + "group": f'{topic}', "query_id": topic, "query": topic_to_title[topic], "description": topic_to_description[topic],