Add Nexus-Erebus-50M (Ideoa Labs, from-scratch 54M)
#39
by MaliosDark - opened
- index.html +1 -0
index.html
CHANGED
|
@@ -1147,6 +1147,7 @@
|
|
| 1147 |
|
| 1148 |
const MODELS = [
|
| 1149 |
// -- Models with full benchmark data --
|
|
|
|
| 1150 |
{ name: 'SmolLM2-135M', org: 'huggingface', params: 135000000, paramsDisplay: '135M', arc: 58.63, hellaswag: 43.22, piqa: 68.44, arcChall: 29.69, arithmark2: 32.68, links: { card: 'https://huggingface.co/HuggingFaceTB/SmolLM2-135M' } },
|
| 1151 |
{ name: 'GPT-X2-125M', org: 'axiomiclabs', params: 125000000, paramsDisplay: '125M', arc: 51.47, hellaswag: 40.41, piqa: 67.30, arcChall: 27.82, arithmark2: 30.68, links: { card: 'https://huggingface.co/AxiomicLabs/GPT-X2-125M' } },
|
| 1152 |
{ name: 'GPT-X-125M', org: 'axiomiclabs', params: 125000000, paramsDisplay: '125M', arc: 50.76, hellaswag: 36.57, piqa: 64.96, arcChall: 26.62, arithmark2: 30.24, links: { card: 'https://huggingface.co/AxiomicLabs/GPT-X-125M' } },
|
|
|
|
| 1147 |
|
| 1148 |
const MODELS = [
|
| 1149 |
// -- Models with full benchmark data --
|
| 1150 |
+
{ name: 'Nexus-Erebus-50M', org: 'ideoalabs', params: 54100000, paramsDisplay: '54M', arc: 44.40, hellaswag: 27.05, piqa: 58.27, arcChall: 22.70, arithmark2: 52.48, links: { card: 'https://huggingface.co/MaliosDark/Nexus-Erebus-50M' } },
|
| 1151 |
{ name: 'SmolLM2-135M', org: 'huggingface', params: 135000000, paramsDisplay: '135M', arc: 58.63, hellaswag: 43.22, piqa: 68.44, arcChall: 29.69, arithmark2: 32.68, links: { card: 'https://huggingface.co/HuggingFaceTB/SmolLM2-135M' } },
|
| 1152 |
{ name: 'GPT-X2-125M', org: 'axiomiclabs', params: 125000000, paramsDisplay: '125M', arc: 51.47, hellaswag: 40.41, piqa: 67.30, arcChall: 27.82, arithmark2: 30.68, links: { card: 'https://huggingface.co/AxiomicLabs/GPT-X2-125M' } },
|
| 1153 |
{ name: 'GPT-X-125M', org: 'axiomiclabs', params: 125000000, paramsDisplay: '125M', arc: 50.76, hellaswag: 36.57, piqa: 64.96, arcChall: 26.62, arithmark2: 30.24, links: { card: 'https://huggingface.co/AxiomicLabs/GPT-X-125M' } },
|