"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "8fcf562603792079ab2cabb5c7b816fb3d73f518"
[DX fix] Fixing QA pipeline streaming a dataset. (#18516)
* [DX fix] Fixing QA pipeline streaming a dataset. QuestionAnsweringArgumentHandler would iterate over the whole dataset effectively killing all properties of the pipeline. This restores nice properties when using `Dataset` or `Generator` since those are meant to be consumed lazily. * Handling TF better.
Showing
Please register or sign in to comment