Mirror Models
Collection
This xaitalk collection contains all mirror models for demo purposes of xaitalk. β’ 11 items β’ Updated
This is a bit-identical mirror of the canonical artifact from Ultralytics.
The mirror exists only as a resilience fallback for the xaitalk library β the upstream remains authoritative. All credit and licensing for the model belong to the original authors.
| Field | Value |
|---|---|
| Original authors | Ultralytics |
| Upstream (authoritative) | https://huggingface.co/Ultralytics/YOLOv8 |
| Source repo | https://github.com/ultralytics/ultralytics |
| Paper | https://docs.ultralytics.com/models/yolov8/ |
| License | agpl-3.0 (inherited from upstream β please respect upstream's terms) |
| Mirror file | yolov8n.pt |
| SHA-256 | 31e20dde3def09e2cf938c7be6fe23d9150bbbe503982af13345706515f2ef95 |
| Size | 6,534,387 bytes (6.2 MB) |
from xaitalk.hub import ensure_model
weights_path = ensure_model("yolov8n")
# Tries the canonical upstream first; falls back to this xaitalk mirror
# automatically if upstream is unreachable.
xaitalk's research-grade reproducibility claim relies on every weight file
being recoverable years from now. We mirror artifacts β€ 2.5 GB under
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.
If you use this model, please cite the original paper (not the mirror):
https://docs.ultralytics.com/models/yolov8/