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 55b3de4 commit 486c49f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tasksource/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
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","answer"], " : "),
cat(["paragraph", "question"], " : "),
'answer',
labels='label'
)
#super_glue___rte = Classification(sentence1="premise", sentence2="hypothesis", labels="label") # in glue
Expand Down

0 comments on commit 486c49f

Please sign in to comment.