Additional Detailed Documentation

Is there additional detailed documentation on the huggingface libraries?
I recently had an issue using the load_data method for loading the tinyimagenet dataset, and mapama247 was kind enough to let me know I needed to put ‘imagefolder’ as the first parameter of the function. The documentation here Loading methods calls this parameter the “Path or name of the dataset” and gives some additional information, but nothing detailed enough to see what options there are or what they do.
Is there a place I can go to find detailed documentation so I don’t end up asking questions on the forum for every small step I take?

Hi! You can find more info on the imagfolder loader here. We plan to add the packaged loaders with their parameters listed to the package reference soon.