Aether step 2000 (weights only; architecture proprietary)
Browse files- README.md +11 -2
- latest.safetensors +2 -2
- metadata.json +2 -1
- tokenizer.json +0 -0
README.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
tags: [aether, anima, reasoning]
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
# FatStinkyPanda · Aether
|
| 7 |
|
| 8 |
A from-scratch reasoning LLM by **FatStinkyPanda** (Daniel A. Bissey), part of the **Anima** project.
|
| 9 |
|
| 10 |
-
> **Proprietary architecture.**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
Created & released by **FatStinkyPanda**. For access or collaboration, contact the creator.
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
tags: [aether, anima, reasoning]
|
| 4 |
+
library_name: aether
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# FatStinkyPanda · Aether — step 2,000
|
| 8 |
|
| 9 |
A from-scratch reasoning LLM by **FatStinkyPanda** (Daniel A. Bissey), part of the **Anima** project.
|
| 10 |
|
| 11 |
+
> **Proprietary architecture.** The model architecture and training innovations are NOT public. This repo hosts the trained **weights + tokenizer only**; the config + modeling code live in a private repo. Benchmarks are run on **neutral free compute (Kaggle)** and published openly so the numbers are verifiable without exposing how the model works.
|
| 12 |
+
|
| 13 |
+
## Latest held-out benchmarks (acc_norm; neutral compute)
|
| 14 |
+
- **hellaswag**: 0.29
|
| 15 |
+
- **arc_easy**: 0.25
|
| 16 |
+
- **arc_challenge**: 0.17
|
| 17 |
+
- **winogrande**: 0.58
|
| 18 |
+
- **openbookqa**: 0.2
|
| 19 |
+
- **train_slice_ppl**: 38.26
|
| 20 |
|
| 21 |
Created & released by **FatStinkyPanda**. For access or collaboration, contact the creator.
|
latest.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08160f2c9aec7c0608ed7bae4f8ff3ce0b2f3e6befcc9a314671b7a4128bd87a
|
| 3 |
+
size 1303007612
|
metadata.json
CHANGED
|
@@ -3,5 +3,6 @@
|
|
| 3 |
"developer": "Daniel A. Bissey",
|
| 4 |
"model": "FatStinkyPanda/Aether",
|
| 5 |
"project": "Anima",
|
| 6 |
-
"step":
|
|
|
|
| 7 |
}
|
|
|
|
| 3 |
"developer": "Daniel A. Bissey",
|
| 4 |
"model": "FatStinkyPanda/Aether",
|
| 5 |
"project": "Anima",
|
| 6 |
+
"step": 2000,
|
| 7 |
+
"config_name": "aether-100m-128k.yaml"
|
| 8 |
}
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|