-
Make testgenerator output compatible with evaluate (#302)
发布于
2023-11-21 11:59:23 +00:00 - 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.
下载附件
- Changed context from str to List[str] so that it is consistent with