Add support for Sequence(Audio/Image)
feature in push_to_hub
#6360
Labels
enhancement
New feature or request
Sequence(Audio/Image)
feature in push_to_hub
#6360
Feature request
Allow for
Sequence
ofImage
(orAudio
) to be embedded inside the shards.Motivation
Currently, thanks to #3685, when
embed_external_files
is set to True (which is the default) inpush_to_hub
, features of typeImage
andAudio
are embedded inside the arrow/parquet shards, instead of only storing paths to the files.I've noticed that this behavior does not extend to
Sequence
ofImage
, when working with a dataset of timelapse images.Your contribution
I'll submit a PR if I find a way to add this feature
The text was updated successfully, but these errors were encountered: