This release adds dataloading in preparation for BENv2 and default metrics for multi-label classification
0.5.1
This release relaxes the dependencies for torch. Every version of torch 2 can now be used except for versions 2.0.1 and 2.1.0, which had issues with their dependencies.
0.5.0
This version unifies the interface of all data-loading-related classes. It introduces the throughput test data set to test how fast your model actually is without having to wait for data loading.