AIC runtime model bundle
This is a deployment bundle of existing model files, not a newly trained model.
No competition video, image, transcript, embedding, submission, credentials or
environment is included. bundle-manifest.json records file sizes and SHA-256.
Use scripts/model_bundle.py restore from the companion GitHub code repository.
Models and provenance
Original authors retain their rights. MetaCLIP2 and ChunkFormer model cards state CC-BY-NC-4.0. Preserve upstream attribution and applicable notices; do not assign one blanket code license to this bundle. The publisher must add the provenance and redistribution terms for the team's PARSeq-VN checkpoint before publishing; the architecture's license alone does not establish the checkpoint's terms.
Layout
project/ contains files restored to their runtime paths inside the code repo.
hub/ contains only selected pinned snapshots, restored to HF_HUB_CACHE under
their original repository IDs. These are weights, model configs, tokenizer files
and required BGE-VL Python loaders. Python environments and third-party source
checkouts are installed separately from the GitHub instructions.
Optional Ollama qwen2.5:3b-instruct is provisioned separately with ollama pull.
An Ollama model tag is not interchangeable with a Transformers checkpoint.
External VLM is disabled in the baseline and has no selected weight in this bundle.