You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make testgenerator output compatible with evaluate (#302)
* Changed context from str to List[str] so that it is consistent with
eval. Now output of TestDataset can be used for evaluation.
* Changed typo in _generate_doc_nodes_map
* Changed TestDataset class to reflect the changes in test set
generation. Drawback is episode_done will be True in all cases as data
is changed at the level above.
0 commit comments