We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74b3a0 commit 4c3231dCopy full SHA for 4c3231d
1 file changed
src/datasets/iterable_dataset.py
@@ -4450,6 +4450,7 @@ def _push_parquet_shards_to_hub_single(
4450
partial(embed_table_storage, token_per_repo_id=self._token_per_repo_id),
4451
batched=True,
4452
batch_size=get_arrow_writer_batch_size_from_features(shard.features),
4453
+ features=shard.features,
4454
)
4455
shard_path_in_repo = f"{data_dir}/{split}-{index:05d}-of-{num_shards:05d}.parquet"
4456
tmp_file = tempfile.NamedTemporaryFile(suffix=".parquet", delete=False)
0 commit comments