AIAny
Icon for item

Aether-7B-5Attn Intermediate Pretraining Checkpoints

Provides intermediate pretraining checkpoints for the Aether-7B-5Attn base model to enable reproducible training-dynamics research. Includes three raw checkpoints (110k, 115k, 162k steps) packaged with model.safetensors, config, and tokenizer; uses a custom aether_v2_7way architecture requiring the aether_pkg loader.

Introduction

Releasing intermediate checkpoints for a 7B-class base model makes the training process auditable in ways that model weights alone rarely allow. By exposing raw snapshots across the run, researchers can trace when capabilities or failure modes emerge, compare learning trajectories, and reproduce pre-anneal vs annealed behaviors without re-running expensive multi-billion-token training from scratch.

What Sets It Apart
  • Raw training snapshots across three steps: step_110000 (~98B tokens), step_115000 (~102B tokens), and step_162000 (~144B tokens, the annealed base). This lets you inspect progression at coarse but informative intervals rather than only the final checkpoint.
  • Complete artifact packaging: each folder includes model.safetensors, config.json, and the tokenizer so experiments can load exact weights and tokenization used during pretraining.
  • Custom architecture and loading requirement: the model uses aether_v2_7way, so the repo ships an aether_pkg loader; this increases fidelity for reproducibility but adds a loading dependency compared with standard transformer configs.
  • Clear research orientation: released under Apache-2.0 and labeled “fully-open / OLMo-tier,” intended for reproducibility, training-dynamics analysis, and method validation rather than turnkey deployment.
Who It's For and Tradeoffs

Great fit if you are a researcher or engineer who wants to: reproduce intermediate model behaviors; analyze when and how capabilities or tokenization artifacts appear; benchmark training stability across checkpoints; or finetune from a specific pre-anneal state. It is also useful for those studying multilingual pretraining (English + Korean labels) or sovereign-ai workflows.

Look elsewhere if you need a drop-in inference model with standard loading semantics: the custom aether_v2_7way architecture requires the aether_pkg loader and the authors advise inference at batch_size=1. Also, these are intermediate checkpoints (not optimized instruction-tuned weights), so production-ready instruction-following will require further tuning or the separate instruction-tuned release.

Where It Fits

This dataset complements the Aether model family: use these checkpoints for internal ablation, curriculum studies, or as starting points for targeted fine-tuning. For ready-to-use instruction models, prefer the instruction-tuned sibling release; for low-barrier inference, prefer a model with standard transformer config compatibility.

Information

  • Websitehuggingface.co
  • OrganizationsFINAL-Bench, VIDRAFT (주식회사 비드래프트)
  • Published date2026/07/19

Categories

More Items

Evaluates whether video models reason according to physical laws by treating generated videos as visible reasoning traces and using a three-stage Perception–Formulation–Deduction protocol. Includes Orchard (400 mechanics videos), chain-of-frames prompting on annotated first frames, and a hybrid MLLM-plus-objective scoring suite for stage-resolved diagnostics.

Hugging Face

Provides 2,056 penetration-free cloth simulation trajectories (240 frames each, 493,440 frames, ~33 GB) across human garments, robotic manipulation, and object-collision scenarios. Includes per-vertex positions, per-frame displacements, mesh topology and collision fields under CC BY 4.0 — useful for training and evaluating learning-based cloth simulators.

Hugging Face

Provides verified, model-attested end-to-end agent coding and debugging trajectories (JSONL). Each whole-session trace was produced by moonshotai/kimi-k3 on the pi/openrouter runtime, passed acceptance tests and independent model screening — useful for SFT, distillation, and analyzing tool-use behavior.