| # 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 | |