Share your projects!

Hi Everyone,

I’ve uploaded the modelhub data in HF datasets. Please provide feedback. :slight_smile:

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 datetime object in Features And I saw a couple of other dataset using string as 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-cli which expected datasets repo cloned didn’t work smoothly with relative paths but worked with absolute paths.
  • The Explore dataset button on hub isn’t working on my dataset. Is this because it’s a community provided dataset?
4 Likes