File size: 883 Bytes
811d51e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # Upload instructions
Recommended repository ID:
```text
Veritiana-AI/prompt-task-complexity-classifier
```
## Web upload
Create a new **Model** repository on Hugging Face and upload the contents of this directory. Upload the files themselves, not the enclosing ZIP directory.
## CLI upload
```bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements-upload.txt
huggingface-cli login
python upload_to_hub.py Veritiana-AI/prompt-task-complexity-classifier
```
After upload, confirm:
- `README.md` renders the architecture image
- `model.onnx` SHA-256 is `dca7560742f19207d089d469c2907e7a1b7c06e2bbf14d2404a5d9359043f572`
- the live demo link opens `https://www.veritiana.com/prompt_classifier.html`
- the license displays as Apache-2.0
- the repository does not show an automatic inference widget, because raw text requires the custom feature extractor
|