jarodrigues commited on
Commit
88fcd72
1 Parent(s): 0ec60cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -119,7 +119,7 @@ In other words, each example occupies the full input sequence length.
119
 
120
  # Evaluation
121
 
122
- For testing, we reserved the translated datasets MRPC (similarity) and RTE (inference), from GLUE, and COPA (reasoning/qa), from SuperGLUE, which were taking as representatives of three major types of tasks, and were not seen during training.
123
  We also employ data augmentation techniques to enhance the size and diversity of our dataset.
124
  This involves repurposing the tasks in various ways, such as generation of answers from MultiRC, question generation from BoolQ, and other relevant modifications.
125
 
 
119
 
120
  # Evaluation
121
 
122
+ For testing, we reserved the translated datasets MRPC (similarity) and RTE (inference), from GLUE, and COPA (reasoning/qa), from SuperGLUE, which were taken as representatives of three major types of tasks, and were not seen during training.
123
  We also employ data augmentation techniques to enhance the size and diversity of our dataset.
124
  This involves repurposing the tasks in various ways, such as generation of answers from MultiRC, question generation from BoolQ, and other relevant modifications.
125