Anupam251272's picture
Create Git
68e2ca2 verified
raw
history blame contribute delete
141 Bytes
git init
git remote add origin https://huggingface.co/username/repository_name
git add .
git commit -m "Initial commit"
git push origin main