git init git remote add origin https://huggingface.co/username/repository_name git add . git commit -m "Initial commit" git push origin main