Add SLM-10M (liodon-ai) — 9.97M params, 32.42% avg
#9
by PY-AI-Dev - opened
- index.html +2 -0
index.html
CHANGED
|
@@ -602,6 +602,7 @@ const ORGS = {
|
|
| 602 |
joelhenwang: { name: 'joelhenwang', chartColor: 'rgba(229, 231, 235, 0.70)', chartBorder: '#e5e7eb', url: 'https://huggingface.co/joelhenwang' },
|
| 603 |
rtc2022: { name: 'RTC', chartColor: 'rgba(245, 158, 11, 0.70)', chartBorder: '#f59e0b', url: 'https://huggingface.co/rtc2022' },
|
| 604 |
jhuclsp: { name: 'JHU CLSP', chartColor: 'rgba(37, 99, 235, 0.70)', chartBorder: '#2563eb', url: 'https://huggingface.co/jhu-clsp' },
|
|
|
|
| 605 |
};
|
| 606 |
|
| 607 |
const MODELS = [
|
|
@@ -616,6 +617,7 @@ const MODELS = [
|
|
| 616 |
{ name: 'Supra-50M-Reasoning', org: 'supralabs', params: 51786240, paramsDisplay: '52M', arc: 44.44, hellaswag: 29.10, piqa: 59.30, arcChall: 27.39, arithmark2: 28.96, links: { card: 'https://huggingface.co/SupraLabs/Supra-50M-Reasoning' } },
|
| 617 |
{ name: 'SmolLM-135M', org: 'huggingface', params: 135000000, paramsDisplay: '135M', arc: 56.31, hellaswag: 42.70, piqa: 68.28, arcChall: 29.01, arithmark2: 28.84, links: { card: 'https://huggingface.co/HuggingFaceTB/SmolLM-135M' } },
|
| 618 |
{ name: 'OPT-125M', org: 'facebook', params: 125000000, paramsDisplay: '125M', arc: 40.28, hellaswag: 31.31, piqa: 62.24, arcChall: 22.70, arithmark2: 24.40, links: { card: 'https://huggingface.co/facebook/opt-125m' } },
|
|
|
|
| 619 |
{ name: 'GPT-S-5M', org: 'axiomiclabs', params: 5160000, paramsDisplay: '5.2M', arc: 33.21, hellaswag: 27.46, piqa: 57.24, arcChall: 21.16, arithmark2: 27.12, links: { card: 'https://huggingface.co/AxiomicLabs/GPT-S-5M' } },
|
| 620 |
{ name: 'GPT-2', org: 'openai', params: 124000000, paramsDisplay: '124M', arc: 39.35, hellaswag: 31.26, piqa: 62.08, arcChall: 22.35, arithmark2: 26.48, links: { card: 'https://huggingface.co/openai-community/gpt2' } },
|
| 621 |
{ name: 'Spark-5M-Base-v4', org: 'lhtechai', params: 5000000, paramsDisplay: '5M', arc: 33.16, hellaswag: 27.03, piqa: 53.32, arcChall: 21.50, arithmark2: 25.00, links: { card: 'https://huggingface.co/LH-Tech-AI/Spark-5M-Base-v4' } },
|
|
|
|
| 602 |
joelhenwang: { name: 'joelhenwang', chartColor: 'rgba(229, 231, 235, 0.70)', chartBorder: '#e5e7eb', url: 'https://huggingface.co/joelhenwang' },
|
| 603 |
rtc2022: { name: 'RTC', chartColor: 'rgba(245, 158, 11, 0.70)', chartBorder: '#f59e0b', url: 'https://huggingface.co/rtc2022' },
|
| 604 |
jhuclsp: { name: 'JHU CLSP', chartColor: 'rgba(37, 99, 235, 0.70)', chartBorder: '#2563eb', url: 'https://huggingface.co/jhu-clsp' },
|
| 605 |
+
liodonai: { name: 'Liodon AI', chartColor: 'rgba(99, 102, 241, 0.70)', chartBorder: '#6366f1', url: 'https://huggingface.co/liodon-ai' },
|
| 606 |
};
|
| 607 |
|
| 608 |
const MODELS = [
|
|
|
|
| 617 |
{ name: 'Supra-50M-Reasoning', org: 'supralabs', params: 51786240, paramsDisplay: '52M', arc: 44.44, hellaswag: 29.10, piqa: 59.30, arcChall: 27.39, arithmark2: 28.96, links: { card: 'https://huggingface.co/SupraLabs/Supra-50M-Reasoning' } },
|
| 618 |
{ name: 'SmolLM-135M', org: 'huggingface', params: 135000000, paramsDisplay: '135M', arc: 56.31, hellaswag: 42.70, piqa: 68.28, arcChall: 29.01, arithmark2: 28.84, links: { card: 'https://huggingface.co/HuggingFaceTB/SmolLM-135M' } },
|
| 619 |
{ name: 'OPT-125M', org: 'facebook', params: 125000000, paramsDisplay: '125M', arc: 40.28, hellaswag: 31.31, piqa: 62.24, arcChall: 22.70, arithmark2: 24.40, links: { card: 'https://huggingface.co/facebook/opt-125m' } },
|
| 620 |
+
{ name: 'SLM-10M', org: 'liodonai', params: 9968640, paramsDisplay: '10M', arc: 30.47, hellaswag: 26.57, piqa: 50.92, arcChall: 24.83, arithmark2: 24.52, links: { card: 'https://huggingface.co/liodon-ai/slm-10m' } },
|
| 621 |
{ name: 'GPT-S-5M', org: 'axiomiclabs', params: 5160000, paramsDisplay: '5.2M', arc: 33.21, hellaswag: 27.46, piqa: 57.24, arcChall: 21.16, arithmark2: 27.12, links: { card: 'https://huggingface.co/AxiomicLabs/GPT-S-5M' } },
|
| 622 |
{ name: 'GPT-2', org: 'openai', params: 124000000, paramsDisplay: '124M', arc: 39.35, hellaswag: 31.26, piqa: 62.08, arcChall: 22.35, arithmark2: 26.48, links: { card: 'https://huggingface.co/openai-community/gpt2' } },
|
| 623 |
{ name: 'Spark-5M-Base-v4', org: 'lhtechai', params: 5000000, paramsDisplay: '5M', arc: 33.16, hellaswag: 27.03, piqa: 53.32, arcChall: 21.50, arithmark2: 25.00, links: { card: 'https://huggingface.co/LH-Tech-AI/Spark-5M-Base-v4' } },
|