-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
516 lines (486 loc) · 16.8 KB
/
Copy pathindex.html
File metadata and controls
516 lines (486 loc) · 16.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>MAYA AI — Proto_AGI & Evolutionary LLM Platform</title>
<meta name="description" content="MAYA AI — Building Proto_AGI through evolutionary LLM merging, open benchmarks, and conversational intelligence. Darwin V7 lineage. CLIcK 84.5 / KMMLU 76 / GPQA 86.9." />
<meta name="keywords" content="MAYA AI, Proto AGI, LLM merging, Darwin benchmark, Korean LLM, CLIcK, KMMLU, GPQA, Qwen, leaderboard, evolutionary AI" />
<meta name="author" content="MAYA AI" />
<meta name="theme-color" content="#0A0A0F" />
<meta property="og:title" content="MAYA AI — Proto_AGI & Evolutionary LLM Platform" />
<meta property="og:description" content="Evolutionary LLM merging, open benchmarks, conversational AI. Darwin V7 achieves GPQA 86.9%." />
<meta property="og:url" content="https://mayafree.ai" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="MAYA AI" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@mayafree_ai" />
<meta name="twitter:title" content="MAYA AI — Proto_AGI & Evolutionary LLM Platform" />
<meta name="twitter:description" content="Darwin V7 evolutionary LLM merging. GPQA 86.9%. Open leaderboards. Conversational AI." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Mono:wght@400;500&family=DM+Sans:wght@300;400;500;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg: #0A0A0F;
--surface: #0F0F17;
--card: #141420;
--card-hi: #1B1B2A;
--border: #222233;
--accent: #F5C518;
--accent2: #FF6B35;
--accent3: #7C5CFF;
--text: #EEEEEE;
--muted: #888899;
--green: #4ADE80;
--blue: #60A5FA;
--pink: #F472B6;
--radius: 12px;
--grid-color: rgba(245,197,24,0.04);
}
html { scroll-behavior: smooth; }
body {
background: var(--bg);
color: var(--text);
font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
min-height: 100vh;
overflow-x: hidden;
line-height: 1.55;
}
body::before {
content: '';
position: fixed;
inset: 0;
background-image:
linear-gradient(var(--grid-color) 1px, transparent 1px),
linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
background-size: 48px 48px;
pointer-events: none;
z-index: 0;
}
body::after {
content: '';
position: fixed;
inset: 0;
background:
radial-gradient(ellipse 70% 50% at 50% -10%, rgba(124,92,255,0.18), transparent 70%),
radial-gradient(ellipse 60% 40% at 90% 20%, rgba(255,107,53,0.10), transparent 70%);
pointer-events: none;
z-index: 0;
}
main { position: relative; z-index: 1; }
.hero {
max-width: 1100px;
margin: 0 auto;
padding: 5rem 2rem 3rem;
text-align: center;
}
.hero-badge {
display: inline-block;
font-family: 'DM Mono', monospace;
font-size: 0.72rem;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--accent);
border: 1px solid rgba(245,197,24,0.3);
padding: 6px 16px;
border-radius: 99px;
margin-bottom: 1.5rem;
}
.hero h1 {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(3rem, 9vw, 6rem);
letter-spacing: 2px;
line-height: 1;
margin-bottom: 1.25rem;
background: linear-gradient(135deg, #F5C518 0%, #FF6B35 50%, #7C5CFF 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero .tagline {
font-size: clamp(1rem, 2.2vw, 1.35rem);
color: var(--text);
max-width: 720px;
margin: 0 auto 2rem;
opacity: 0.92;
}
.hero .sub {
color: var(--muted);
font-size: 0.95rem;
max-width: 640px;
margin: 0 auto 2.5rem;
}
.cta-row {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
justify-content: center;
margin-top: 1.5rem;
}
.btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 22px;
border-radius: 99px;
font-weight: 500;
font-size: 0.95rem;
text-decoration: none;
border: 1px solid var(--border);
color: var(--text);
background: var(--card);
transition: all 0.2s ease;
}
.btn:hover { border-color: var(--accent); transform: translateY(-1px); }
.btn-primary {
background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
color: #0A0A0F;
border: none;
font-weight: 700;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,107,53,0.3); }
section { max-width: 1100px; margin: 0 auto; padding: 3rem 2rem; }
.section-label {
font-family: 'DM Mono', monospace;
font-size: 0.7rem;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--accent);
margin-bottom: 0.5rem;
}
.section-title {
font-family: 'Bebas Neue', sans-serif;
font-size: clamp(2rem, 5vw, 3rem);
letter-spacing: 1.5px;
margin-bottom: 0.6rem;
}
.section-desc { color: var(--muted); margin-bottom: 2rem; max-width: 720px; }
.pillars {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.25rem;
}
.pillar {
background: var(--card);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 1.75rem;
transition: all 0.25s ease;
}
.pillar:hover { border-color: var(--accent); background: var(--card-hi); transform: translateY(-3px); }
.pillar .ico { font-size: 2rem; margin-bottom: 0.75rem; }
.pillar h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.pillar p { color: var(--muted); font-size: 0.92rem; }
.pillar .link {
display: inline-block;
margin-top: 1rem;
color: var(--accent);
font-family: 'DM Mono', monospace;
font-size: 0.85rem;
text-decoration: none;
border-bottom: 1px dashed var(--accent);
padding-bottom: 2px;
}
.bench-wrap {
background: var(--card);
border: 1px solid var(--border);
border-radius: var(--radius);
overflow: hidden;
}
table.bench {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
}
table.bench thead {
background: var(--card-hi);
}
table.bench th, table.bench td {
padding: 14px 18px;
text-align: left;
border-bottom: 1px solid var(--border);
}
table.bench th {
font-family: 'DM Mono', monospace;
font-size: 0.75rem;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--muted);
}
table.bench td.model { font-weight: 600; }
table.bench td.score { font-family: 'DM Mono', monospace; text-align: right; }
table.bench td.best { color: var(--accent); font-weight: 700; }
table.bench tbody tr:hover { background: var(--card-hi); }
table.bench tbody tr:last-child td { border-bottom: none; }
.spaces {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.25rem;
}
.space-card {
background: var(--card);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 1.5rem;
text-decoration: none;
color: var(--text);
transition: all 0.25s ease;
position: relative;
}
.space-card:hover {
border-color: var(--accent);
background: var(--card-hi);
transform: translateY(-3px);
}
.space-card .likes {
position: absolute;
top: 1rem;
right: 1rem;
font-family: 'DM Mono', monospace;
font-size: 0.8rem;
color: var(--pink);
}
.space-card .emoji { font-size: 1.8rem; margin-bottom: 0.6rem; }
.space-card h4 { font-size: 1.05rem; margin-bottom: 0.4rem; font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }
.space-card p { color: var(--muted); font-size: 0.88rem; }
.space-card .path {
display: block;
margin-top: 0.8rem;
font-family: 'DM Mono', monospace;
font-size: 0.75rem;
color: var(--accent);
opacity: 0.8;
}
.medium-list { display: grid; gap: 0.75rem; }
.medium-item {
background: var(--card);
border: 1px solid var(--border);
border-radius: 8px;
padding: 1rem 1.25rem;
display: flex;
align-items: center;
gap: 1rem;
}
.medium-item .num {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.5rem;
color: var(--accent);
min-width: 32px;
}
.medium-item .title { flex: 1; font-size: 0.95rem; }
.medium-item .when {
font-family: 'DM Mono', monospace;
font-size: 0.75rem;
color: var(--muted);
padding: 4px 10px;
border: 1px solid var(--border);
border-radius: 99px;
white-space: nowrap;
}
footer {
max-width: 1100px;
margin: 3rem auto 0;
padding: 3rem 2rem 2rem;
border-top: 1px solid var(--border);
display: grid;
grid-template-columns: 1fr auto;
gap: 2rem;
align-items: center;
}
footer .brand { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 2px; }
footer .links { display: flex; gap: 1rem; flex-wrap: wrap; font-size: 0.85rem; }
footer .links a { color: var(--muted); text-decoration: none; }
footer .links a:hover { color: var(--accent); }
footer .copy {
grid-column: 1 / -1;
text-align: center;
color: var(--muted);
font-size: 0.8rem;
font-family: 'DM Mono', monospace;
padding-top: 1.5rem;
border-top: 1px solid var(--border);
}
@media (max-width: 600px) {
footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
footer .links { justify-content: center; }
.medium-item { flex-wrap: wrap; }
}
</style>
</head>
<body>
<main>
<section class="hero">
<span class="hero-badge">◆ Proto_AGI Research Lab ◆</span>
<h1>MAYA AI</h1>
<p class="tagline">Building the path to Proto_AGI through <b>evolutionary LLM merging</b>, <b>open benchmarks</b>, and <b>conversational intelligence</b>.</p>
<p class="sub">Darwin V7 lineage — CLIcK 84.5, KMMLU 76, GPQA 86.9%. 13 models benchmarked. 4 flagship HF Spaces. Open source research.</p>
<div class="cta-row">
<a class="btn btn-primary" href="https://huggingface.co/MAYA-AI" target="_blank">🤗 Hugging Face Org</a>
<a class="btn" href="https://huggingface.co/spaces/MAYA-AI/all-leaderboard" target="_blank">🏆 Live Leaderboard</a>
<a class="btn" href="https://github.com/mayafree-ai" target="_blank">📦 GitHub</a>
</div>
</section>
<section id="pillars">
<div class="section-label">◇ Three Pillars</div>
<h2 class="section-title">What MAYA AI Does</h2>
<p class="section-desc">One research agenda. Three integrated product lines. All open source.</p>
<div class="pillars">
<div class="pillar">
<div class="ico">🧬</div>
<h3>Evolutionary Model Merging</h3>
<p>Darwin V7 evolves LLM populations using TIES / DARE / SLERP as crossover operators. No training required — just selection, mutation, and fitness-driven evolution.</p>
<a class="link" href="#benchmarks">view benchmarks →</a>
</div>
<div class="pillar">
<div class="ico">🏆</div>
<h3>Open Leaderboards</h3>
<p>Transparent, reproducible, multi-dimensional evaluation. Korean + English benchmarks aggregated into a single view. No hidden evals.</p>
<a class="link" href="https://huggingface.co/spaces/MAYA-AI/all-leaderboard" target="_blank">all-leaderboard →</a>
</div>
<div class="pillar">
<div class="ico">💬</div>
<h3>Conversational Intelligence</h3>
<p>Production-grade chat & voice interfaces. HF OAuth, streaming inference, custom domain routing. Ready-to-deploy templates.</p>
<a class="link" href="https://huggingface.co/spaces/MAYA-AI/QWEN-3_5-CHAT" target="_blank">QWEN-3_5-CHAT →</a>
</div>
</div>
</section>
<section id="benchmarks">
<div class="section-label">◇ Darwin V7 Benchmarks</div>
<h2 class="section-title">State-of-the-Art Results</h2>
<p class="section-desc">Our Darwin V7 evolutionary merging system achieves competitive results across Korean and English reasoning benchmarks — with no gradient training.</p>
<div class="bench-wrap">
<table class="bench">
<thead>
<tr>
<th>Model</th>
<th style="text-align:right">CLIcK</th>
<th style="text-align:right">KMMLU</th>
<th style="text-align:right">GPQA</th>
<th>Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td class="model">🥇 Darwin-31B-Opus</td>
<td class="score best">84.5</td>
<td class="score best">76.0</td>
<td class="score">85.9</td>
<td>Overall #1</td>
</tr>
<tr>
<td class="model">🥇 Darwin-27B-Opus</td>
<td class="score">82.1</td>
<td class="score">74.3</td>
<td class="score best">86.9</td>
<td>GPQA SOTA</td>
</tr>
<tr>
<td class="model">Darwin-14B-Pro</td>
<td class="score">79.8</td>
<td class="score">71.5</td>
<td class="score">82.3</td>
<td>Efficient tier</td>
</tr>
<tr>
<td class="model">Lastbrain-MoE</td>
<td class="score">78.2</td>
<td class="score">69.8</td>
<td class="score">80.1</td>
<td>MoE variant</td>
</tr>
</tbody>
</table>
</div>
<p style="margin-top: 1rem; color: var(--muted); font-size: 0.85rem; font-family: 'DM Mono', monospace;">
13 models total · Darwin (8) + Lastbrain (3) + AETHER (2) · Full results on <a href="https://huggingface.co/spaces/MAYA-AI/all-leaderboard" style="color:var(--accent)">all-leaderboard</a>
</p>
</section>
<section id="demos">
<div class="section-label">◇ Live Demos</div>
<h2 class="section-title">Flagship Hugging Face Spaces</h2>
<p class="section-desc">Try MAYA AI's work directly in the browser. All Spaces are open source and free to fork.</p>
<div class="spaces">
<a class="space-card" href="https://huggingface.co/spaces/MAYA-AI/all-leaderboard" target="_blank">
<span class="likes">❤ 28</span>
<div class="emoji">🏆</div>
<h4>all-leaderboard</h4>
<p>Unified leaderboard aggregating CLIcK, KMMLU, GPQA, HAE-RAE, MT-Bench, and more. Filter, sort, compare.</p>
<span class="path">MAYA-AI/all-leaderboard</span>
</a>
<a class="space-card" href="https://huggingface.co/spaces/MAYA-AI/QWEN-3_5-CHAT" target="_blank">
<span class="likes">❤ 16</span>
<div class="emoji">💬</div>
<h4>QWEN-3_5-CHAT</h4>
<p>Qwen 3.5 chat interface with HF OAuth login, streaming, and production-ready rate limiting.</p>
<span class="path">MAYA-AI/QWEN-3_5-CHAT</span>
</a>
<a class="space-card" href="https://huggingface.co/spaces/mayafree/openclaw-moltbot" target="_blank">
<span class="likes">❤ 6</span>
<div class="emoji">🤖</div>
<h4>openclaw-moltbot</h4>
<p>LLM battle arena — side-by-side model comparison with blind voting to surface true preferences.</p>
<span class="path">mayafree/openclaw-moltbot</span>
</a>
<a class="space-card" href="https://huggingface.co/spaces/MAYA-AI/fish-s2-pro-zero" target="_blank">
<span class="likes">❤ 3</span>
<div class="emoji">🗣️</div>
<h4>fish-s2-pro-zero</h4>
<p>Zero-shot speech-to-speech voice cloning. Upload a reference clip, generate new speech in that voice.</p>
<span class="path">MAYA-AI/fish-s2-pro-zero</span>
</a>
</div>
</section>
<section id="medium">
<div class="section-label">◇ Medium Pipeline</div>
<h2 class="section-title">Technical Articles Shipping Weekly</h2>
<p class="section-desc">Deep dives into the research, engineering, and results behind MAYA AI.</p>
<div class="medium-list">
<div class="medium-item">
<div class="num">01</div>
<div class="title">Evolutionary LLM Merging: How Darwin V7 Builds Stronger Models Without Training</div>
<div class="when">Q2 2026</div>
</div>
<div class="medium-item">
<div class="num">02</div>
<div class="title">Why GPQA 86.9% Matters: Small Models, Big Reasoning</div>
<div class="when">Q2 2026</div>
</div>
<div class="medium-item">
<div class="num">03</div>
<div class="title">Open Leaderboards for Korean LLMs: A Unified View</div>
<div class="when">Q2 2026</div>
</div>
<div class="medium-item">
<div class="num">04</div>
<div class="title">From Model Merging to Proto_AGI: The MAYA AI Research Agenda</div>
<div class="when">Q3 2026</div>
</div>
<div class="medium-item">
<div class="num">05</div>
<div class="title">Building Production Chat Interfaces with HF Spaces OAuth</div>
<div class="when">Q3 2026</div>
</div>
</div>
</section>
<footer>
<div>
<div class="brand">MAYA AI</div>
<p style="color: var(--muted); font-size: 0.88rem; margin-top: 0.4rem;">Proto_AGI · Evolutionary LLM · Open Research</p>
</div>
<div class="links">
<a href="https://huggingface.co/mayafree" target="_blank">🤗 mayafree</a>
<a href="https://huggingface.co/MAYA-AI" target="_blank">🤗 MAYA-AI</a>
<a href="https://github.com/mayafree-ai" target="_blank">GitHub</a>
<a href="https://twitter.com/mayafree_ai" target="_blank">Twitter</a>
<a href="mailto:mayafreeai@gmail.com">Contact</a>
</div>
<div class="copy">
© 2026 MAYA AI · Apache 2.0 Licensed · Last updated 2026-04-22
</div>
</footer>
</main>
</body>
</html>