lyffseba commited on
Commit
077121c
·
verified ·
1 Parent(s): 074c8fc

xai portal: study.html

Browse files
Files changed (1) hide show
  1. study.html +16 -38
study.html CHANGED
@@ -3,62 +3,40 @@
3
  <head>
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <title>Study path · xai</title>
7
  <link rel="stylesheet" href="style.css">
8
  </head>
9
  <body>
10
- <div class="wrap">
11
 
12
- <h1>Study path</h1>
13
  <p class="meta">~1–2 days · offline · no invented numbers</p>
14
- <p class="nav">
15
  <a href="index.html">home</a>
16
  <a href="inkling.html">Inkling</a>
17
  <a href="kimi-k3.html">Kimi K3</a>
18
  <a href="compare.html">compare</a>
19
- <a href="study.html" class="active">study path</a>
20
  <a href="sources.html">sources</a>
21
  <a href="msc.html">MSc</a>
22
- </p>
23
 
24
  <hr>
25
 
26
  <ol>
27
- <li>
28
- <strong>Map (20 min)</strong>
29
- this portal ·
30
- <a href="sources.html">sources</a> ·
31
- <a href="https://huggingface.co/datasets/lyffseba/xai-studies/blob/main/studies/derived/DASHBOARD.md">dashboard</a>
32
- </li>
33
- <li>
34
- <strong>Inkling deep (half day)</strong> —
35
- map → SPEC → architecture → modular walkthrough with vendored <code>modular_inkling.py</code>
36
- </li>
37
- <li>
38
- <strong>Kimi K3 deep (half day)</strong> —
39
- map → SPEC + lineage → KDA notes → API protocol → limitations / open questions
40
- </li>
41
- <li>
42
- <strong>Compare again (30 min)</strong> —
43
- <a href="compare.html">comparison</a>; answer: which long-context bet? which MoE story for production? what would you fine-tune first?
44
- </li>
45
- <li>
46
- <strong>MSc (optional)</strong> —
47
- <a href="msc.html">dissertation</a> · notebook needs local data + TF/Keras to run
48
- </li>
49
  </ol>
50
 
51
- <h2>Offline verify</h2>
52
- <pre>python3 studies/run.py test
53
- # expect: validate OK inkling · validate OK kimi-k3 · package check OK</pre>
54
 
55
- <h2>One-liner facts</h2>
56
- <ul>
57
- <li><strong>Inkling:</strong> ~975B / 41B · 6/256+2 · relative PE · SWA/global · image+audio · 1M</li>
58
- <li><strong>Kimi K3:</strong> 2.8T · 16/896 · KDA+AttnRes · vision/video · 1M · active undisclosed · weights ETA 2026-07-27</li>
59
- </ul>
60
 
61
- <div class="foot"><a href="index.html">← home</a></div>
62
- </div>
63
  </body>
64
  </html>
 
3
  <head>
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>study · xai</title>
7
  <link rel="stylesheet" href="style.css">
8
  </head>
9
  <body>
 
10
 
11
+ <h1>study path</h1>
12
  <p class="meta">~1–2 days · offline · no invented numbers</p>
13
+ <nav class="meta">
14
  <a href="index.html">home</a>
15
  <a href="inkling.html">Inkling</a>
16
  <a href="kimi-k3.html">Kimi K3</a>
17
  <a href="compare.html">compare</a>
18
+ <a href="study.html">study</a>
19
  <a href="sources.html">sources</a>
20
  <a href="msc.html">MSc</a>
21
+ </nav>
22
 
23
  <hr>
24
 
25
  <ol>
26
+ <li>map — this portal · <a href="sources.html">sources</a> · dataset dashboard</li>
27
+ <li>Inkling SPEC → arch → modular_inkling.py</li>
28
+ <li>Kimi K3 — SPEC → lineage → KDA → API → limits</li>
29
+ <li>compare — long-ctx bet · MoE for production · what to fine-tune</li>
30
+ <li>MSc — notebook when data is local</li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  </ol>
32
 
33
+ <pre>python3 studies/run.py test</pre>
 
 
34
 
35
+ <p class="meta">
36
+ Inkling: 975B/41B · 6/256+2 · relative · SWA · image+audio · 1M<br>
37
+ Kimi K3: 2.8T · 16/896 · KDA+AttnRes · 1M · active undisclosed · weights 2026-07-27
38
+ </p>
 
39
 
40
+ <p class="meta"><a href="index.html">← home</a></p>
 
41
  </body>
42
  </html>