Fix dataset version tags (#790)

This commit is contained in:
Simon Alibert
2025-02-28 14:36:20 +01:00
committed by GitHub
parent ed83cbd4f2
commit e81c36cf74
3 changed files with 23 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ def convert_dataset(
dataset.meta.info["codebase_version"] = CODEBASE_VERSION
write_info(dataset.meta.info, dataset.root)
dataset.push_to_hub(branch=branch, allow_patterns="meta/")
dataset.push_to_hub(branch=branch, tag_version=False, allow_patterns="meta/")
# delete old stats.json file
if (dataset.root / STATS_PATH).is_file: