CoolFace
Modelpublic

Backup-bdg/Xoron-Dev-MultiMoe

sourceHugging Facemitupdated 7mo agoView on Hugging Face
8likes41downloads
Model Card

๐Ÿš€ Xoron-Dev: State-of-the-Art Multimodal MoE

<div align="center">

Xoron-Dev Logo License Params Context Version

</div>

<p align="center"> <img src="assets/IMG_2970.png" alt="Training-Stage" width="200"> </p>

[image]

Xoron-Dev

โœจ Xoron-Dev: The Elite SOTA Omni-Modal Intelligence

Xoron-Dev is the definitive open-source architecture for Omni-Modal Artificial Intelligence. Unlike legacy models that treat vision and audio as plugins, Xoron-Dev is designed for native, high-fidelity perception across every major sensory dimension.


๐ŸŒŸ Why Xoron-Dev?

Xoron-Dev represents a massive leap in multimodal reasoning, combining cutting-edge Sparse MoE architecture with a refined sensory stack.

1. ๐Ÿ‘๏ธ SOTA Vision (SigLIP-2 & TiTok)

Xoron-Dev exclusively uses SigLIP-2 for superior zero-shot performance and semantic alignment.

  • โ€”TiTok 1D VAE: Images are compressed into 256 ultra-dense tokens, allowing Xoron to "see" high-resolution scenes with unprecedented efficiency.
  • โ€”2D-RoPE: Integrated positional embeddings that maintain spatial relationships regardless of aspect ratio.

2. ๐ŸŽฌ Native Video Intelligence (VidTok)

Our custom VidTok encoder uses 3D Volumetric Compression to ingest up to 32 frames of high-definition video natively. Xoron doesn't just see a sequence of imagesโ€”it understands motion, causality, and temporal context.

3. ๐ŸŽ™๏ธ Raw PCM Audio (Conformer + BigVGAN)

Xoron-Dev processes Raw 16kHz PCM Audio directly. No Mel Spectrograms, no lossy Fourier transforms.

  • โ€”Micro-Latency S2S: True Speech-to-Speech interactions (<200ms) for natural, fluid conversations.
  • โ€”Zero-Shot Voice Cloning: Instantly clone any voice from a 5-second sample for high-fidelity personalized output.

๐Ÿง  The Brain: Aux-Lossless MoE & 128K Ring Attention

A sophisticated Mixture of Experts (MoE) backbone that dynamically routes the logic of every token through specialized hardware-aware sub-networks.

๐Ÿ—๏ธ Deep Expert Hierarchy

Unlike standard MoE models with uniform experts, Xoron-Dev implements a specialized Deep Expert system.

  • โ€”Expert Pool: 16 Experts Total (8 Standard + 8 Deep).
  • โ€”Variable Logical Depth: Deep Experts possess internal depths scaling from 2 up to 9 layers.
  • โ€”Expert Penalty Routing: A soft utilization penalty ($Cost \propto Depth$) ensures that the model only invokes deeper computation for tasks requiring maximum logical precision, maintaining high inference throughput for simpler tokens.
โšก Reasoning Acceleration: Fast Ponder

Xoron-Dev features a dedicated FastPonderBlock for near-instant latent deliberation.

  • โ€”Attention-Free Reasoning: By bypassing the $O(N^2)$ Self-Attention stack during thought loops, the Depth-3 reasoning block propagates logic at 120+ thoughts/sec.
  • โ€”Dynamic Halting: A learned halt_head monitors latent entropy. Once the model reaches a decision (entropy threshold < 0.2), it breaks the ponder loop and returns to token decoding, reducing unnecessary FLOPs by up to 90%.
๐Ÿ”˜ Infinite Context

Using Ring Attention, Xoron-Dev can analyze books, hour-long videos, or massive codebases with native 128K context window support.


๐Ÿš€ Get Started with Xorfice

The easiest way to experience Xoron-Dev is via the xorfice engineโ€”the SOTA orchestrator for multimodal deployment.

Installation

bash
pip install xorfice

High-Fidelity Interaction

python
from xorfice import XoronEngine

# The engine automatically handles weights and optimizations
# Correct model slug: Backup-bdg/Xoron-Dev-MultiMoe
engine = XoronEngine(model_path="Backup-bdg/Xoron-Dev-MultiMoe")

# Start an omni-modal conversation
response = engine.generate(
    prompt="Who is this person and what are they doing?",
    images="https://example.com/interview.jpg",
    videos="https://example.com/interview.mp4"
)
print(response["text"])

๐Ÿ“ˆ SOTA Benchmarks & Features

FeatureXoron-Dev
Vision BackboneSigLIP-2
Video CompressionVidTok 3D
Audio IngestionRaw PCM
Inference EfficiencySparse MoE (5B)
Context Window128K (Ring)

๐ŸŽจ Creative Generation

Fully integrated with MobileDiffusion, Xoron-Dev doesn't just understandโ€”it creates.

  • โ€”Text-to-Video (T2V)
  • โ€”Image-to-Video (I2V)
  • โ€”Text-to-Image (T2I)
  • โ€”Image-to-Image (I2I)
  • โ€”Video-to-Video (V2V)

Join the Revolution

Xoron-Dev is more than a modelโ€”it's a vision for the future of AI. Build your own multimodal agent today.

Powered by [Xoron-Dev Team](https://xoron.dev)