datasets icon indicating copy to clipboard operation
datasets copied to clipboard

Add binary classification task IDs

Open lewtun opened this issue 2 years ago • 2 comments

As a precursor to aligning the task IDs in datasets and AutoTrain, we need a way to distinguish binary vs multiclass vs multilabel classification.

This PR adds binary classification to the task IDs to enable this.

Related AutoTrain issue: https://github.com/huggingface/autonlp-backend/issues/597

cc @abhishekkrthakur @SBrandeis

lewtun avatar Jun 28 '22 07:06 lewtun

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint.

Awesome thanks ! Can you add it to https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts first please ? This is where we define the cross libraries tasks taxonomy ;)

Thanks for the tip! Done in https://github.com/huggingface/hub-docs/pull/217

lewtun avatar Jun 28 '22 08:06 lewtun

I don't think we need to update this file anymore. We should remove it IMO, and simply update the dataset tagging app

lhoestq avatar Nov 03 '22 12:11 lhoestq

I'm closing this PR.

albertvillanova avatar Jan 26 '23 09:01 albertvillanova