Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,12 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- facebook/vjepa2-vitl-fpc64-256
|
| 7 |
+
---
|
| 8 |
+
official model of "The DAWN of World-Action Interactive Models"
|
| 9 |
+
- Pretrained weights (used for `config.meta.pretrain_checkpoint_full`):
|
| 10 |
+
- pretrain.pt`
|
| 11 |
+
- Inference checkpoint weights (used for `--checkpoint` or `best_open_loop.pt`):
|
| 12 |
+
- `best_open_loop.pt`
|