File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ train-eval-index:
3030 col_mapping :
3131 question : question
3232 context : context
33- answers.text : answers.text
34- answers.answer_start : answers.answer_start
33+ answers_text : answers.text
34+ answers_start : answers.answer_start
3535 metrics :
3636 - type : cuad
3737 name : CUAD
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ train-eval-index:
3030 col_mapping :
3131 question : question
3232 context : context
33- answers.text : answers.text
34- answers.answer_start : answers.answer_start
33+ answers_text : answers.text
34+ answers_start : answers.answer_start
3535 metrics :
3636 - type : squad
3737 name : SQuAD
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ train-eval-index:
3030 col_mapping :
3131 question : question
3232 context : context
33- answers.text : answers.text
34- answers.answer_start : answers.answer_start
33+ answers_text : answers.text
34+ answers_start : answers.answer_start
3535 metrics :
3636 - type : squad_v2
3737 name : SQuAD v2
You can’t perform that action at this time.
0 commit comments