CoolFace
Modelpublic

burnboom/Qwen3_world_model_test

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
1likes9downloads
Model Card

Qwen3-VL JEPA World Model

This is a Multimodal World Model architecture based on the Joint-Embedding Predictive Architecture (JEPA). It fuses the reasoning power of Qwen3-VL-4B-Thinking with the visual latent space of Stable Diffusion VAE.

๐Ÿง  Architecture

  • โ€”Thinking Engine: Qwen/Qwen3-VL-4B-Thinking
  • โ€”Visual Perception: runwayml/stable-diffusion-v1-5 (VAE)
  • โ€”World Modeling: Designed to predict the next latent state of a scene.

๐Ÿ›  Status

This repository contains the structural fuse. The predictors are currently randomly initialized and require training on sequential image data to function as a world model.