Aether step 40000 (weights only; architecture proprietary)
Browse files- README.md +7 -7
- latest.safetensors +1 -1
- metadata.json +1 -1
README.md
CHANGED
|
@@ -4,18 +4,18 @@ tags: [aether, anima, reasoning]
|
|
| 4 |
library_name: aether
|
| 5 |
---
|
| 6 |
|
| 7 |
-
# FatStinkyPanda · Aether — step
|
| 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.
|
| 15 |
-
- **arc_easy**: 0.
|
| 16 |
-
- **arc_challenge**: 0.
|
| 17 |
-
- **winogrande**: 0.
|
| 18 |
-
- **openbookqa**: 0.
|
| 19 |
-
- **train_slice_ppl**:
|
| 20 |
|
| 21 |
Created & released by **FatStinkyPanda**. For access or collaboration, contact the creator.
|
|
|
|
| 4 |
library_name: aether
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# FatStinkyPanda · Aether — step 40,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.33
|
| 15 |
+
- **arc_easy**: 0.35
|
| 16 |
+
- **arc_challenge**: 0.27
|
| 17 |
+
- **winogrande**: 0.57
|
| 18 |
+
- **openbookqa**: 0.29
|
| 19 |
+
- **train_slice_ppl**: 12.02
|
| 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 1303007612
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c009998e077014e43a1bfd875f4fff644fe3293cadf753a3a81dbbb3ed72efbd
|
| 3 |
size 1303007612
|
metadata.json
CHANGED
|
@@ -3,6 +3,6 @@
|
|
| 3 |
"developer": "Daniel A. Bissey",
|
| 4 |
"model": "FatStinkyPanda/Aether",
|
| 5 |
"project": "Anima",
|
| 6 |
-
"step":
|
| 7 |
"config_name": "aether-100m-128k.yaml"
|
| 8 |
}
|
|
|
|
| 3 |
"developer": "Daniel A. Bissey",
|
| 4 |
"model": "FatStinkyPanda/Aether",
|
| 5 |
"project": "Anima",
|
| 6 |
+
"step": 40000,
|
| 7 |
"config_name": "aether-100m-128k.yaml"
|
| 8 |
}
|