Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sileod authored Apr 5, 2023
1 parent 486c49f commit c58502c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasksource/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
super_glue___boolq = Classification(sentence1="question", labels="label")
super_glue___cb = Classification(sentence1="premise", sentence2="hypothesis", labels="label")
super_glue___multirc = Classification(
cat(["paragraph", "question"], " : "),
cat(["paragraph", "question"]),
'answer',
labels='label'
)
Expand Down

0 comments on commit c58502c

Please sign in to comment.