enhanced-replica-model-pack / docs /huggingface_upload.md
LUCIFerace's picture
Add files using upload-large-folder tool
4a0f6a5 verified
# Hugging Face Upload Guide
Typical upload flow:
```bash
git lfs install
huggingface-cli repo create your-name/enhanced-replica --type model
git clone https://huggingface.co/your-name/enhanced-replica
cd enhanced-replica
```
Then copy this repository into the cloned folder and push:
```bash
git add .
git commit -m "Initial research asset upload"
git push
```
Practical notes:
- `.bin`, `.safetensors`, and `.pkl` files are already configured for Git LFS.
- If the push is slow, verify that Git LFS is installed and active before the first `git add`.
- The Qwen base model is not bundled here, so document that requirement clearly in the Hub page or README if you publish the repo.