Unitxt is a library by IBM to load any mixture of text-to-text data in one line of code. It provides a unified interface for handling various text datasets, with support for multi-task learning. Current version is 1.26.10, requires Python >=3.8, and is released under an active development cadence (frequent minor releases).
pip install unitxtNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load the WNLI dataset using a card and template item.
Use `from unitxt import load_dataset`.
Use `load_dataset("card=cards.wnli,template_item=0")` with a single string.Replace `from unitxt.api import load_dataset` with `from unitxt import load_dataset`.
Use `load_dataset("card=cards.wnli,template_item=0")`.No dependency data recorded yet.
No traffic data recorded yet.