Set `genre` as a `ClassLabel` feature instead
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! π€
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