Upload release_manifest.json with huggingface_hub
Browse files- release_manifest.json +19 -0
release_manifest.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"release": "fullflow-v2-2026-08-29",
|
| 3 |
+
"base_model": "robbyant/lingbot-world-base-cam",
|
| 4 |
+
"rank": 128,
|
| 5 |
+
"files": {
|
| 6 |
+
"front_fp_high_rank128.pt": "high-noise FP expert stage",
|
| 7 |
+
"front_tp_high_rank128.pt": "high-noise TP expert stage",
|
| 8 |
+
"joint_high_rank128.pt": "high-noise final transition stage",
|
| 9 |
+
"front_fp_low_rank128.pt": "low-noise FP expert stage",
|
| 10 |
+
"front_tp_low_rank128.pt": "low-noise TP expert stage",
|
| 11 |
+
"joint_low_rank128.pt": "low-noise final transition stage"
|
| 12 |
+
},
|
| 13 |
+
"excluded": [
|
| 14 |
+
"interrupted checkpoints",
|
| 15 |
+
"wrong-order archives",
|
| 16 |
+
"smoke and overfit checkpoints",
|
| 17 |
+
"optimizer/history logs"
|
| 18 |
+
]
|
| 19 |
+
}
|