How to use the subset called "document"?

#5
by aroyc - opened

As I run:

arxivsum = load_dataset('ccdv/arxiv-summarization')

I am getting the following warning msg:

No config specified, defaulting to: arxiv-summarization/section

How should I load "document" instead of "section"?

@aroyc
load_dataset('ccdv/arxiv-summarization', "document")

ccdv changed discussion status to closed

Sign up or log in to comment