Files to Upload to HuggingFace
This document lists all large files that should be uploaded to HuggingFace model repository.
Directory Structure for HuggingFace
supertonic2-qcs6490/
βββ README.md (copy from main repo)
βββ QNN_Model_lib/
β βββ aarch64-oe-linux-gcc11.2/
β βββ libduration_predictor_htp.so (1.0 MB)
β βββ libtext_encoder_htp.so (7.5 MB)
β βββ libvector_estimator_htp.so (34 MB)
β βββ libvocoder_htp.so (25 MB)
β
βββ QNN_Models/
β βββ duration_predictor_htp.cpp (1.5 MB)
β βββ duration_predictor_htp.bin (460 KB)
β βββ duration_predictor_htp_net.json (722 KB)
β βββ text_encoder_htp.cpp (2.1 MB)
β βββ text_encoder_htp.bin (6.7 MB)
β βββ text_encoder_htp_net.json (1.1 MB)
β βββ vector_estimator_htp.cpp (4.7 MB)
β βββ vector_estimator_htp.bin (32 MB)
β βββ vector_estimator_htp_net.json (2.3 MB)
β βββ vocoder_htp.cpp (1.2 MB)
β βββ vocoder_htp.bin (25 MB)
β βββ vocoder_htp_net.json (581 KB)
β
βββ model/ (ONNX models and configs)
βββ calibration_data/ (10 samples)
βββ samples/ (example outputs)
Total Size: ~400 MB
Upload Using HuggingFace CLI
pip install huggingface_hub
huggingface-cli login
huggingface-cli repo create supertonic2-qcs6490 --type model
# Upload directories
huggingface-cli upload <username>/supertonic2-qcs6490 QNN_Model_lib
huggingface-cli upload <username>/supertonic2-qcs6490 QNN_Models
huggingface-cli upload <username>/supertonic2-qcs6490 model
huggingface-cli upload <username>/supertonic2-qcs6490 calibration_data
huggingface-cli upload <username>/supertonic2-qcs6490 board_outputs/samples