Keep language navigation without card-based distribution UI
Browse files- README.ja.md +0 -22
README.ja.md
CHANGED
|
@@ -11,28 +11,6 @@
|
|
| 11 |
- 日本語README: https://github.com/shute2004/virtual-fly/blob/main/README.ja.md
|
| 12 |
- 简体中文README: https://github.com/shute2004/virtual-fly/blob/main/README.zh-CN.md
|
| 13 |
|
| 14 |
-
## チェックポイントを取得
|
| 15 |
-
|
| 16 |
-
4つのチェックポイントは、すべてこのリポジトリから取得できます。Canonical v1と過去の比較動画用チェックポイントは別系統です。
|
| 17 |
-
|
| 18 |
-
| 配布物 | 役割 | ファイル |
|
| 19 |
-
|---|---|---|
|
| 20 |
-
| **Canonical v1 — 初期** | canonical v1の初期状態。global weight version 0 | [開く](checkpoints/canonical-v1/initial) |
|
| 21 |
-
| **Canonical v1 — 学習後** | canonicalの6エピソード学習後。global weight version 6 | [開く](checkpoints/canonical-v1/trained) |
|
| 22 |
-
| **過去動画 — Before** | 比較動画のBefore側で実際に使用したチェックポイント | [開く](checkpoints/historical-video/before) |
|
| 23 |
-
| **過去動画 — After** | 比較動画のAfter側で実際に使用したチェックポイント | [開く](checkpoints/historical-video/after) |
|
| 24 |
-
|
| 25 |
-
Hugging Face CLIでは、必要な配布物だけを取得できます。
|
| 26 |
-
|
| 27 |
-
```bash
|
| 28 |
-
hf download hf://shute2004/virtual-fly/checkpoints/canonical-v1/initial/ --local-dir virtual-fly-canonical-initial
|
| 29 |
-
hf download hf://shute2004/virtual-fly/checkpoints/canonical-v1/trained/ --local-dir virtual-fly-canonical-trained
|
| 30 |
-
hf download hf://shute2004/virtual-fly/checkpoints/historical-video/before/ --local-dir virtual-fly-video-before
|
| 31 |
-
hf download hf://shute2004/virtual-fly/checkpoints/historical-video/after/ --local-dir virtual-fly-video-after
|
| 32 |
-
```
|
| 33 |
-
|
| 34 |
-
各配布物には、チェックポイント本体に加えて、来歴情報、SHA-256、帰属情報、READMEが含まれます。
|
| 35 |
-
|
| 36 |
## チェックポイント
|
| 37 |
|
| 38 |
公開チェックポイントには、明確に異なる2つの系統があります。**動画用のBefore / Afterをcanonical v1の初期・学習後チェックポイントとして扱わないでください。**
|
|
|
|
| 11 |
- 日本語README: https://github.com/shute2004/virtual-fly/blob/main/README.ja.md
|
| 12 |
- 简体中文README: https://github.com/shute2004/virtual-fly/blob/main/README.zh-CN.md
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
## チェックポイント
|
| 15 |
|
| 16 |
公開チェックポイントには、明確に異なる2つの系統があります。**動画用のBefore / Afterをcanonical v1の初期・学習後チェックポイントとして扱わないでください。**
|