SShortSingh.
Back to feed

VIDRAFT Releases Aether-7B-5Attn, an Open-Source MoE Model with Five Attention Types

0
·1 views

Seoul-based AI startup VIDRAFT has published Aether-7B-5Attn on Hugging Face under the Apache 2.0 license, making it freely available for research and commercial use. The model is a Mixture-of-Experts architecture with 6.59 billion total parameters, activating roughly 2.98 billion per token to keep inference costs low. A distinctive feature is its use of five different attention mechanisms — including full, differential, and sliding window attention — distributed across 49 layers via a 7×7 Latin square arrangement. The model was trained on 144.2 billion tokens, with mathematics, Korean, and English each representing major portions of the data mix, reflecting a focus on multilingual and mathematical capability. VIDRAFT has released not just model weights but also training code, hyperparameters, logs, intermediate checkpoints, and evaluation code, positioning it as one of the most transparently documented open-source model releases to date.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How a Simple Image Budget Can Keep Your Website Fast Long-Term

Web teams often treat image optimization as a last-minute fix, compressing a few files when a page feels slow before new unoptimized images quickly undo the work. A more sustainable approach involves creating an 'image budget' — a defined set of rules covering file size, dimensions, format, and visual quality that applies before publication. The process begins by classifying images by purpose, since hero photos, screenshots, icons, and diagrams each have different compression tolerances and quality requirements. Teams are advised to set a total page transfer allowance first, then divide that budget across individual assets rather than applying a single compression setting to every file. Writing these limits in plain, checkable language gives writers, designers, and developers a shared standard, turning optimization from a reactive rescue task into a routine publishing decision.

0
ProgrammingDEV Community ·

Five Ways to Access European Bank Data in 2026 and What Each Costs

Fintech developers building apps in Europe can access bank transaction data through five main routes under the PSD2 directive, each carrying different costs and complexity. Direct AISP registration offers the most control but requires €4,000–€16,000 or more annually in certificates and legal fees, plus significant engineering time per bank. Aggregator platforms like Plaid, TrueLayer, and Yapily simplify integration to days but charge $0.50–$2.00 per connected account monthly, which scales steeply with user growth. Nordigen, once known for a generous free tier, has shifted pricing focus toward enterprise clients following its acquisition by GoCardless. Middleware API providers represent a fifth option, abstracting away certificate requirements entirely and offering simple API-key access for developers who want to avoid regulatory overhead.

0
ProgrammingDEV Community ·

TypeScript 5.5 Introduces Inferred Type Predicates to Simplify Type Narrowing

TypeScript 5.5 has introduced inferred type predicates, a feature that allows the compiler to automatically determine a value's type based on developer-defined conditions. Previously, developers had to write explicit type definitions or manual checks, making code more verbose and harder to maintain. With type predicate functions, TypeScript can now narrow types during operations like array filtering without requiring redundant annotations. The feature supports complex use cases, including generics, conditional types, and nested conditions, broadening its practical utility. This update is aimed at improving the overall developer experience by making TypeScript code more concise and easier to manage.

0
ProgrammingDEV Community ·

Developers Build Hybrid AI System to Predict Athlete and Coder Burnout Early

A technical guide published on DEV Community outlines how to build a burnout early warning system by combining Facebook Prophet and PyTorch Transformers to forecast physiological fatigue. The system ingests Heart Rate Variability data from the Oura Ring wearable device via its API, using Prophet to detect macro-level trends such as weekly workout cycles and monthly stress patterns. A PyTorch Transformer model simultaneously analyzes subtle, non-linear HRV drops over a 14-day window to identify micro-signals of nervous system stress. The two models feed into a feature fusion layer that outputs a burnout risk percentage, prompting actionable recommendations like rest or active recovery. The approach aims to shift users from reactive readiness scores to predictive fatigue alerts before physical exhaustion sets in.

VIDRAFT Releases Aether-7B-5Attn, an Open-Source MoE Model with Five Attention Types · ShortSingh