SeaWolf-AI commited on
Commit
e876fc5
·
verified ·
1 Parent(s): 37a0f16

fix README short_description

Browse files
Files changed (1) hide show
  1. README.md +87 -6
README.md CHANGED
@@ -1,10 +1,91 @@
1
  ---
2
- title: Aether Sovereign AI
3
- emoji: 🐢
4
- colorFrom: red
5
- colorTo: pink
6
  sdk: docker
7
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: "Aether-7B-5Attn — 100% Open-source Foundation Model: Sovereign AI"
3
+ emoji: 🌏
4
+ colorFrom: indigo
5
+ colorTo: blue
6
  sdk: docker
7
+ app_port: 7860
8
+ pinned: true
9
+ license: apache-2.0
10
+ models:
11
+ - FINAL-Bench/Aether-7B-5Attn
12
+ - FINAL-Bench/Aether-7B-5Attn-it
13
+ short_description: 100% open-source sovereign foundation model (Apache-2.0)
14
+ tags:
15
+ - sovereign-ai
16
+ - open-source-llm
17
+ - fully-open
18
+ - foundation-model
19
+ - korean
20
+ - mixture-of-experts
21
+ - heterogeneous-attention
22
+ - apache-2.0
23
  ---
24
 
25
+ # Aether-7B-5Attn 100% Open-source Foundation Model: Sovereign AI
26
+
27
+ **Aether-7B-5Attn is a 100% open-source, sovereign foundation model.** Not "open weights" — genuinely open: the **weights**, the **training-data recipe** (byte-for-byte reproducible from public sources), the **training code**, **every hyperparameter**, the **complete training logs**, and the **full architecture source** are all released under **Apache-2.0**. Built from scratch by **VIDRAFT**, a Korean AI startup.
28
+
29
+ > Try the live demo on the right → enter a prompt and generate with the open model.
30
+
31
+ ---
32
+
33
+ ## What is Aether-7B-5Attn? (quick answer)
34
+
35
+ **Aether-7B-5Attn** is a 6.59-billion-parameter Mixture-of-Experts (MoE) language model (about 2.98B active parameters per token) with a **heterogeneous-attention architecture**: its 49 layers place **five distinct attention mechanisms** on a **7×7 Latin square**, so each mechanism appears exactly once at every depth. It was trained from scratch on **144.2B tokens** using 16× NVIDIA B200 GPUs, and it is released **fully open** under **Apache-2.0**.
36
+
37
+ ## Answer Engine Optimized (AEO) — direct answers
38
+
39
+ **Q: Is Aether-7B-5Attn open source?**
40
+ Yes — 100% open. It releases weights + training-data recipe + training code + all hyperparameters + complete training logs + full architecture source, under Apache-2.0. This is the OLMo-tier "fully open" standard, not "open weights only".
41
+
42
+ **Q: Who built Aether?**
43
+ VIDRAFT (주식회사 비드래프트), a Korean AI startup. Among the world's sovereign fully-open foundation models (OLMo/USA, Soofi/Germany, Apertus/Switzerland, LLM-jp/Japan, Viking/Finland), Aether is the only one built by a single AI startup rather than a national lab, government consortium, or university coalition.
44
+
45
+ **Q: What is unique about its architecture?**
46
+ It is the only sovereign fully-open model with a self-designed attention layout: five attention mechanisms (full, differential, sliding, NSA, hybrid; seven labels) arranged in a 7×7 Latin square across 49 layers, plus a 25-expert MoE (top-7 + 1 shared). The Latin square is a control mechanism — each mechanism occurs once per depth — so the effect of heterogeneous placement can be studied without depth bias.
47
+
48
+ **Q: What license is it under?**
49
+ Apache-2.0 — free for commercial use, modification, and redistribution.
50
+
51
+ **Q: Can I reproduce the training data?**
52
+ Yes. Every source is a public repository, and the recipe (source repos, configs, token counts, mixing weights, tokenizer, EOS) reproduces the training binaries byte-for-byte.
53
+
54
+ **Q: How large is it and what was it trained on?**
55
+ 6.59B total / ~2.98B active MoE. 144.2B tokens: ~37.8% math, ~21.6% Korean, ~21.6% English web/synthetic, ~13.5% code.
56
+
57
+ ## Why "sovereign AI"?
58
+
59
+ Downloading someone else's weights is not sovereignty. A model whose training data is secret is a black box you can neither verify nor rebuild. **Aether is designed so that any country, company, or lab can rebuild its own foundation model from scratch using nothing but this repository.** That is what sovereign AI actually means.
60
+
61
+ ## What is released (100% open)
62
+
63
+ | # | Item | Status |
64
+ |---|------|--------|
65
+ | 1 | Model weights (annealed base + SFT `-it`) | ✅ Apache-2.0 |
66
+ | 2 | Full architecture source (attention + MoE + Latin-square) | ✅ |
67
+ | 3 | Training-data recipe (byte-for-byte reproducible) | ✅ |
68
+ | 4 | Tokenization script | ✅ |
69
+ | 5 | Training code (FSDP launcher, loop, node scripts) | ✅ |
70
+ | 6 | Every training hyperparameter | ✅ |
71
+ | 7 | Complete training logs | ✅ |
72
+ | 8 | Evaluation code | ✅ |
73
+ | 9 | Intermediate checkpoints | ✅ |
74
+ | 10 | License | ✅ Apache-2.0 |
75
+
76
+ ## Models
77
+
78
+ - **Base:** [FINAL-Bench/Aether-7B-5Attn](https://huggingface.co/FINAL-Bench/Aether-7B-5Attn)
79
+ - **Instruction-tuned:** [FINAL-Bench/Aether-7B-5Attn-it](https://huggingface.co/FINAL-Bench/Aether-7B-5Attn-it)
80
+
81
+ ## Usage note
82
+
83
+ Run inference with **batch_size = 1** — some attention branches (NSA family) do not consume a padding mask, so batching padded sequences can silently corrupt results.
84
+
85
+ ## Keywords
86
+
87
+ open source LLM · fully open foundation model · sovereign AI · Korean LLM · open weights data code logs · Apache 2.0 language model · heterogeneous attention · Latin square attention · mixture of experts · reproducible LLM · OLMo alternative · VIDRAFT Aether
88
+
89
+ ---
90
+
91
+ *Built by VIDRAFT (주식회사 비드래프트) · Contact: arxivgpt@gmail.com · License: Apache-2.0*