datasets module cannot load the cnn_dailymail dataset correctly due to bug datasets bug #3787.
The bug should have been fixed in datasets v 2.0.0 release but the notebook env is using v 1.16.1.
After upgrading the datasets lib to v2.0.0. the bug persists.
To Reproduce
Steps to reproduce the behavior:
setup_chapter() to check that the datasets version is 1.16.1
Information
The problem arises in chapter:
Describe the bug
datasets module cannot load the cnn_dailymail dataset correctly due to bug datasets bug #3787. The bug should have been fixed in datasets v 2.0.0 release but the notebook env is using v 1.16.1. After upgrading the datasets lib to v2.0.0. the bug persists.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The dataset should be loaded flawlessly as the bug #3787 has been said closed and the problem solved.