Skip to content

[YANKED] v0.7.0 -- New feature: loading split specifications

Choose a tag to compare

@ascourtas ascourtas released this 27 Jun 16:20
· 868 commits to main since this release
5a7dfbb

Yanked due to mistakenly deploying "Load on init" changes before they were ready

Overview

Users can now specify to download specific splits when they load_data(); this reduces the time and RAM required for people to use datasets when they may only need part of it.

Ex: tr = f.load_data(split="train")

Additionally, this release includes code cleanup, docs improvements, and new applied AI examples.

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.7.0