Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
100K - 1M
License:
Cnn_Dailymail Loading Dataset Error
#8
by
Tharun2331
- opened
Loading Error
I'm getting the same error
I'm getting the same error too! Have you solved yet?
I was getting this until I updated datasets from 2.8.0
to 3.1.0
. If you must use a particular older version of datasets
, I was also able to just manually download the parquet files and load them as usual as well.
I get the same error with 3.1.0 as well.
I still get the error with 3.6.0. What version of datasets are you using?
my code
import datasets
# Print datasets version
print(datasets.__version__)
df = datasets.load_dataset("cnn_dailymail", "3.0.0")
print(df["train"].column_names)
One thing to notice: it should be name="3.0.0"
instead of version="3.0.0"
result:
3.6.0
['article', 'highlights', 'id']