Skip to content

Commit

Permalink
Update MultiNativQA.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AridHasan authored Sep 25, 2024
1 parent cb8c25e commit dcf1df2
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 dcf1df2

Please sign in to comment.