Skip to content

Commit

Permalink
Update MultiNativQA.py (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
AridHasan authored Sep 25, 2024
1 parent 19fb1d2 commit 5e06feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmebench/datasets/MultiNativQA.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def load_data(self, data_path, no_labels=False):
id = row[0]
question = row[3]
answer = row[4]
length = answer.split()
length = len(answer.split())
data.append(
{
"data_id": id,
Expand Down

0 comments on commit 5e06feb

Please sign in to comment.