See https://gist.github.com/rom1504/67ada3dedbecc113ae2dbdfd9c642d83 for step by step about spark jars
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