Discover and explore top open-source AI tools and projects—updated daily.
orca-wmA general world foundation model for state-transition understanding
Top 86.0% on SourcePulse
Orca is a general world foundation model centered on Next-State-Prediction, aiming to understand, predict, and act upon the world. It learns a unified latent space from multimodal signals (visual, language), targeting AI researchers and practitioners. Its core benefit is enhanced world modeling and downstream performance via unified state-transition modeling.
How It Works
Orca employs an Encoder-Decoder architecture with Next-State-Prediction as its core objective, modeling world-state transitions through implicit dynamics and explicit conditions. It integrates "unconscious" learning from continuous video with "conscious" learning from language events and VQA. Post-pre-training, the encoder is frozen, and lightweight, modality-specific decoders (text, image, action) are trained for readout, enabling efficient adaptation and strong performance.
Quick Start & Requirements
Clone the repo and install evaluation dependencies:
git clone https://github.com/orca-wm/Orca.git
cd Orca/evaluation
python -m pip install -r requirements-data.txt
Download evaluation datasets (e.g., PRICE, SWITCH) using provided scripts. The BAAI/Orca-4B checkpoint is available on Hugging Face. Project page and technical report links offer further details. Setup requires Python; significant compute resources are implied.
Highlighted Details
Maintenance & Community
Recent releases include the Orca-4B checkpoint (July 14, 2026) and technical report (June 29, 2026). Planned releases include Orca-0.8B and fine-tuning code. Community support is primarily via WeChat contact.
Licensing & Compatibility
The README does not specify a software license, hindering assessment of its terms for use, modification, and distribution, especially for commercial applications.
Limitations & Caveats
The project is under active development; Orca-0.8B and fine-tuning code are upcoming. The current release focuses on the Orca-4B checkpoint and evaluation code. The lack of a clear license is a significant adoption blocker.
1 month ago
Inactive
mlfoundations