Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Nov 13, 2024
1 parent 02c2cdc commit 4aee3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tirex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 4aee3cd

Please sign in to comment.