Hi Everyone,
I’ve uploaded the modelhub data in HF datasets. Please provide feedback. ![]()
The documentation guide to create and share a dataset were very good, informative and helpful.
I faced a couple of issues(most of which I overcame) while porting the data from kaggle style format to datasets library:
- I couldn’t find any
datetimeobject in Features And I saw a couple of other dataset usingstringas well. - Since I chose to share it as “community provided”, I had pip installed datasets library and some of the commands in the doc specific to
datasets-cliwhich expected datasets repo cloned didn’t work smoothly with relative paths but worked with absolute paths. - The
Explore datasetbutton on hub isn’t working on my dataset. Is this because it’s a community provided dataset?