Skip to content

Train set is not in gzip format #1

Description

@DragonAura

Thank you for your excellent work!

I’d like to use your training set for long video understanding research. However, after downloading all tar.gz.part_a* files, I encountered an issue when trying to extract them. I first concatenated the parts using:

cat train_videos.tar.gz.part_a* > train_videos.tar.gz

Then I attempted to extract with:

tar -zxvf train_videos.tar.gz

But received the following error:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

I’ve also verified that the SHA256 checksums of all parts match those listed on HuggingFace.

Could you please confirm whether I missed any steps? If not, would you mind checking the integrity of the train_videos archive on your end?

I’d greatly appreciate your timely assistance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions