Views
No views yet
| Field | Value |
|---|---|
| Original authors | OpenAI |
| Upstream (authoritative) | https://huggingface.co/openai/clip-vit-base-patch32 |
| Source repo | https://github.com/openai/CLIP |
| Paper | https://arxiv.org/abs/2103.00020 (Radford et al. 2021) |
| License | mit (inherited from upstream — please respect upstream's terms) |
| Mirror file | pytorch_model.bin |
| SHA-256 | a63082132ba4f97a80bea76823f544493bffa8082296d62d71581a4feff1576f |
| Size | 605,247,071 bytes (577.2 MB) |
1from xaitalk.hub import ensure_model
2weights_path = ensure_model("clip-vit-b32")
3# Tries the canonical upstream first; falls back to this xaitalk mirror
4# automatically if upstream is unreachable.xaitalk/*-mirror so the pipeline survives upstream URL changes, repo
renames, or deletions. Bit-level parity with the canonical is asserted in
CI via python -m xaitalk.hub verify-mirrors.https://arxiv.org/abs/2103.00020 (Radford et al. 2021)