Views
No views yet
| Field | Value |
|---|---|
| Original authors | HuggingFace |
| Upstream (authoritative) | https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english |
| Source repo | https://github.com/huggingface/transformers |
| Paper | https://arxiv.org/abs/1910.01108 (Sanh et al. 2019) |
| License | apache-2.0 (inherited from upstream — please respect upstream's terms) |
| Mirror file | pytorch_model.bin |
| SHA-256 | 60554cbd7781b09d87f1ececbea8c064b94e49a7f03fd88e8775bfe6cc3d9f88 |
| Size | 267,844,284 bytes (255.4 MB) |
1from xaitalk.hub import ensure_model
2weights_path = ensure_model("distilbert-sst2")
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/1910.01108 (Sanh et al. 2019)