Keep language navigation without card-based distribution UI
Browse files
README.md
CHANGED
|
@@ -27,28 +27,6 @@ This Hugging Face repository provides an overview of `virtual-fly` and hosts the
|
|
| 27 |
- 日本語: https://github.com/shute2004/virtual-fly/blob/main/README.ja.md
|
| 28 |
- 简体中文: https://github.com/shute2004/virtual-fly/blob/main/README.zh-CN.md
|
| 29 |
|
| 30 |
-
## Download checkpoints
|
| 31 |
-
|
| 32 |
-
All four distributed checkpoints are available in this repository. Canonical v1 and the historical video pair are separate lineages.
|
| 33 |
-
|
| 34 |
-
| Distribution | Role | Browse files |
|
| 35 |
-
|---|---|---|
|
| 36 |
-
| **Canonical v1 — Initial** | Initial canonical checkpoint, global weight version 0 | [Open](checkpoints/canonical-v1/initial) |
|
| 37 |
-
| **Canonical v1 — Trained** | After the canonical six-episode training run, global weight version 6 | [Open](checkpoints/canonical-v1/trained) |
|
| 38 |
-
| **Historical video — Before** | Exact checkpoint used for the Before side of the comparison video | [Open](checkpoints/historical-video/before) |
|
| 39 |
-
| **Historical video — After** | Exact checkpoint used for the After side of the comparison video | [Open](checkpoints/historical-video/after) |
|
| 40 |
-
|
| 41 |
-
Download one distribution with the Hugging Face CLI:
|
| 42 |
-
|
| 43 |
-
```bash
|
| 44 |
-
hf download hf://shute2004/virtual-fly/checkpoints/canonical-v1/initial/ --local-dir virtual-fly-canonical-initial
|
| 45 |
-
hf download hf://shute2004/virtual-fly/checkpoints/canonical-v1/trained/ --local-dir virtual-fly-canonical-trained
|
| 46 |
-
hf download hf://shute2004/virtual-fly/checkpoints/historical-video/before/ --local-dir virtual-fly-video-before
|
| 47 |
-
hf download hf://shute2004/virtual-fly/checkpoints/historical-video/after/ --local-dir virtual-fly-video-after
|
| 48 |
-
```
|
| 49 |
-
|
| 50 |
-
Each distribution includes its native checkpoint files together with provenance, SHA-256 hashes, attribution, and a README.
|
| 51 |
-
|
| 52 |
## Checkpoints
|
| 53 |
|
| 54 |
The checkpoint release has two distinct lineages. **Do not treat the historical video pair as the canonical initial/trained pair.**
|
|
|
|
| 27 |
- 日本語: https://github.com/shute2004/virtual-fly/blob/main/README.ja.md
|
| 28 |
- 简体中文: https://github.com/shute2004/virtual-fly/blob/main/README.zh-CN.md
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
## Checkpoints
|
| 31 |
|
| 32 |
The checkpoint release has two distinct lineages. **Do not treat the historical video pair as the canonical initial/trained pair.**
|