Set `genre` as a `ClassLabel` feature instead

#2
by alvarobartt HF staff - opened

Hi @abhishek ! Good work with organising the competition πŸ’ͺ🏻

I've created this minor PR to basically convert the genre feature from Value("string") to ClassLabel with the available class names, which I think it's useful towards the end goal of the competition; and it was useful for me while I was experimenting.

LMWDYT! πŸ€—

alvarobartt changed pull request title from genre-as-classlabel-feature to Set `genre` as a `ClassLabel` feature instead
alvarobartt changed pull request status to open
Data-Driven Science org

Good stuff but needs a verification that nothing has changed in comparison to old data. no ids changed, no text changed, no labels changed, etc. :)

Makes sense @abhishek , is there any way I can verify that or does it need to be done by you and/or team?

Let me know if there's anything else you want me to do, otherwise I can revert the file changes (generated after push_to_hub over the DatasetDict with updated Features) and just keep the dataset_info changes in the README.md

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment