File size: 3,070 Bytes
9e4267d d04f77f b2d8bde 9e4267d 47e1008 9e4267d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | ---
license: apache-2.0
language:
- en
- ko
tags:
- aether
- foundation-model
- sovereign-ai
- checkpoints
- pretraining
- fully-open
pretty_name: Aether-7B-5Attn Intermediate Pretraining Checkpoints
---
# Aether-7B-5Attn — Intermediate Pretraining Checkpoints
<!-- AETHER-FAMILY-LINKS -->
**Aether family** — [](https://huggingface.co/FINAL-Bench/Aether-7B-5Attn) [](https://huggingface.co/FINAL-Bench/Aether-7B-5Attn-it) [](https://huggingface.co/FINAL-Bench/Aether-7B-7Attn-base) [](https://huggingface.co/FINAL-Bench/Aether-6B-11Attn) [](https://huggingface.co/spaces/FINAL-Bench/Aether-Sovereign-AI) [](https://huggingface.co/blog/FINAL-Bench/opensource-llm) [](https://huggingface.co/collections/FINAL-Bench/aether-foundation-model)
<!-- /AETHER-FAMILY-LINKS -->
[](https://huggingface.co/blog/FINAL-Bench/opensource-llm)
Intermediate **pretraining checkpoints** of [FINAL-Bench/Aether-7B-5Attn](https://huggingface.co/FINAL-Bench/Aether-7B-5Attn), released for full reproducibility and training-dynamics research — the OLMo-tier "fully open" standard.
| Step | Tokens (approx) | Folder |
|------|-----------------|--------|
| 110,000 | ~98B | `step_110000/` |
| 115,000 | ~102B | `step_115000/` |
| 162,000 | ~144B (final pre-anneal base) | `step_162000/` |
The released base model is the **annealed** 162k checkpoint; these folders are the raw training checkpoints along the way.
Each folder contains `model.safetensors` + `config.json` + tokenizer. This is a **custom architecture** (`aether_v2_7way`) — load with the `aether_pkg/` code shipped in the [base model repo](https://huggingface.co/FINAL-Bench/Aether-7B-5Attn) (see its "How to load" section). Run inference at **batch_size = 1**.
## Related
- **Base model:** [Aether-7B-5Attn](https://huggingface.co/FINAL-Bench/Aether-7B-5Attn)
- **Instruction-tuned:** [Aether-7B-5Attn-it](https://huggingface.co/FINAL-Bench/Aether-7B-5Attn-it)
- **Live demo (Space):** [Aether-Sovereign-AI](https://huggingface.co/spaces/FINAL-Bench/Aether-Sovereign-AI)
- **Collection:** [Aether Foundation Model](https://huggingface.co/collections/FINAL-Bench/aether-foundation-model)
Part of the [Aether Foundation Model collection](https://huggingface.co/collections/FINAL-Bench/aether-foundation-model). License: Apache-2.0. Built by VIDRAFT (주식회사 비드래프트).
|