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

Hugging Face

Provides 315,000 pairwise human-preference votes comparing 15 English TTS models over 300 operational prompts, with 4,500 high‑quality audio renders and structured vote/pair/prompt records for training or evaluating preference/reward models. Metadata under CC-BY-4.0; audio use governed by model providers' terms.

Hugging Face

A 10‑billion‑document retrieval benchmark with per‑document 768‑dim unit‑norm dense embeddings and mGTE sparse embeddings, FineWeb text/metadata, and exact top‑1000 MS MARCO ground truth for ~120k queries. Built for large‑scale evaluation of dense/sparse/hybrid retrieval, filtered search, indexing, ANNS algorithms, and embedding compression.

Hugging Face

Provides 4.5 billion TikTok video records with captions, timestamps, music IDs and engagement counts for research; split across 27 zstd-compressed Parquet files (~289 GB) and sampled via TikTok's mobile API; released for research-use only with privacy and ToS caveats.