Error loading "cppe-5" dataset

Hi! I am a beginner.
I was going to follow “object detection” task guide in Transformer doc.
But I had a following error message.
— code ----
from datasets import load_dataset
cppe5 = load_dataset(“cppe-5”)
cppe5
— cide —

— error —
DatasetGenerationError: An error occurred while generating the dataset
— error —

That message came out while “downloading” and “Generating train” phase.
Help me if anyone knows the solution.

I’m not able to reproduce this error. Can you share the full error stack trace?

Thanks, mariosasko
When I try again to get the full error stack trace, there is no any errors.
It completed all loading at this time.
I’m very confused. I don’t understand why it happened.
Anyway, thanks again for your attention, mariosasko.