Describe the problem you're trying to solve
Kit import assumes huggingface repositories are regular models and attempts to download from the model URL (https://huggingface.co/%s/resolve/%s/%s). However, the URL format for dataset repositories is different, meaning kit import does not work for these repos at the moment.
Additional context
(none)