v0.1.0
版本发布时间: 2022-10-04 15:18:28
huggingface/setfit最新发布版本:v1.1.0(2024-09-19 17:28:57)
Column mapping for SetFitTrainer
The SetFitTrainer
assumes that the training and evaluation datasets contain text
and label
columns. Previously, this required users to manually rename their dataset columns before creating the trainer. In #75 we added support for users to specify the column mapping directly in the trainer.