ArneBinder / pie-datasets

Building scripts for Pytorch-IE datasets.
MIT License
1 stars 0 forks source link

Extend split_mappings format in `concatenate_dataset_dicts()` #161

Closed RainbowRivey closed 1 week ago

RainbowRivey commented 1 week ago

concatenate_dataset_dicts() now accepts both str and list[str] as a source split value. This allows to merge different splits of same dataset.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.50%. Comparing base (2b3ba52) to head (c0638e4). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #161 +/- ## =========================================== - Coverage 100.00% 92.50% -7.50% =========================================== Files 1 10 +9 Lines 49 921 +872 =========================================== + Hits 49 852 +803 - Misses 0 69 +69 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.