You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* try lazy loadHF first
Signed-off-by: dafnapension <[email protected]>
* reduce benchmark profiling to generating the dataset only. Not inferring (that is dome mocking anyhow) and not evaluating (of the mocked results). add trust_remote also to load_dataset_builder
Signed-off-by: dafnapension <[email protected]>
* try procrastination for load csv too
Signed-off-by: dafnapension <[email protected]>
* added split cache for the generators, and log limit once per data and increase loader cache
Signed-off-by: dafnapension <[email protected]>
* make sklearn loader too - a lazy loader
Signed-off-by: dafnapension <[email protected]>
* adjust to new readers for csv
Signed-off-by: dafnapension <[email protected]>
* Enhance LoadHF class to support optional splits and improve dataset loading logic
Signed-off-by: elronbandel <[email protected]>
* Refactor LoadHF class to improve dataset loading and implement limit on yielded instances
Signed-off-by: elronbandel <[email protected]>
* Refactor LoadHF class to streamline dataset loading and enhance split handling
Signed-off-by: elronbandel <[email protected]>
* Remove unused import and update line number in secrets baseline
Signed-off-by: elronbandel <[email protected]>
* Refactor load_data method to simplify error handling and remove unnecessary cache checks
Signed-off-by: elronbandel <[email protected]>
* Merge origin/main
Signed-off-by: elronbandel <[email protected]>
* Refactor loaders to implement LazyLoader class and update load_iterables method for improved streaming support
Signed-off-by: elronbandel <[email protected]>
* Update exception handling in test_failed_load_csv to catch general exceptions
Signed-off-by: elronbandel <[email protected]>
* Refactor LoadHF class to streamline data loading and enhance error handling
Signed-off-by: elronbandel <[email protected]>
---------
Signed-off-by: dafnapension <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Co-authored-by: Elron Bandel <[email protected]>
0 commit comments