First follow https://huggingface.co/docs/huggingface_hub/how-to-upstream#push-files-with-git-lfs
- https://huggingface.co/new-dataset
- git clone https://huggingface.co/datasets/user/dataset
- cd dataset
- put your files in the current folder (probably a mv)
- git lfs track *
- git add .
- git commit -m "dataset"
- git push