Request a subset of this data

#12
by vaibhavtalekar87 - opened

This dataset is actually being used to teach the summarization task in the Hugging Face NLP course, which is necessary to fully understand the concept.
image.png

I created a fork of a related dataset that appears to contain the same reviews and can be used for the lesson.

The original dataset has the same examples shown in the lesson but lacks several of the auxillary fields (e.g., product id) used in the lesson to filter the data down to a smaller subset, and also lacks separate title and body fields - having both in one merged field.

In my fork I separated the title and body fields, and re-named the remaining to match those shown in the lesson. Since filtering on product ids is not possible, you can instead randomly sample to get the same effect.

Sign up or log in to comment