No longer require {"sentence": "text", "label": "label"}, you can just do {"sentence": "text"}. The column mapping applier was already equipped with this power, but the validation not yet. It's as simple as recognizing that the dataset columns (minus the keys from the column_mapping) will still be in the dataset.
Hello!
Pull Request overview
Details
No longer require {"sentence": "text", "label": "label"}, you can just do {"sentence": "text"}. The column mapping applier was already equipped with this power, but the validation not yet. It's as simple as recognizing that the dataset columns (minus the keys from the column_mapping) will still be in the dataset.