Closed RainbowRivey closed 1 week ago
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
concatenate_dataset_dicts()
now accepts bothstr
andlist[str]
as a source split value. This allows to merge different splits of same dataset.