huggingface / huggingface/setfit
ValueError: Multioutput target data is not supported with label binarization
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.8k
- Forks
- 267
- Avg merge
- 36m
- Merged PRs (30d)
- 5
Description
After running the trainer for >5 hours, I get ValueError: Multioutput target data is not supported with label binarization
My train_dataset and eval_dataset have one text column, one labels column (binary) and one column for each label. So it's the same as in the [text-classification_multilabel.ipynb](https://github.com/huggingface/setfit/blob/main/notebooks/text-classification_multilabel.ipynb) example.
Any idea what could be going on? Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.