kitops
kitops copied to clipboard
Kit import does not support huggingface dataset repositories
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)
Would like to work on this.
Hi @amisevsk , I have raised a pr for this issue, please review and let me know. Thank you.