SeaWolf-AI commited on
Commit
85e6b5a
·
verified ·
1 Parent(s): 7421815

clarify: the live demo answers with the -it model, not the base

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -80,13 +80,14 @@
80
  <div class="grid">
81
  <div class="card demo" id="try">
82
  <h2>🌏 Try Aether (live)</h2>
 
83
  <textarea id="prompt" placeholder="Ask something, or start a sentence for the model to continue...">In one sentence, what does sovereign open-source AI mean?</textarea>
84
  <div class="row">
85
  <button id="go">Generate</button>
86
  <span class="muted" id="stat">Model loads on first request.</span>
87
  </div>
88
  <div class="out" id="out">—</div>
89
- <p class="muted">Inference runs at batch_size=1. Serving a 6.59B model needs GPU hardware; on shared/CPU it may be slow or unavailable.</p>
90
  </div>
91
 
92
  <div class="card">
 
80
  <div class="grid">
81
  <div class="card demo" id="try">
82
  <h2>🌏 Try Aether (live)</h2>
83
+ <p class="muted">Answers here come from <strong><a href="https://huggingface.co/FINAL-Bench/Aether-7B-5Attn-it">Aether-7B-5Attn-it</a></strong>, the instruction-tuned model — <em>not</em> the base. The base (<a href="https://huggingface.co/FINAL-Bench/Aether-7B-5Attn">Aether-7B-5Attn</a>) is the reproducible artifact this release is about; it is not instruction-tuned and would not answer questions like this.</p>
84
  <textarea id="prompt" placeholder="Ask something, or start a sentence for the model to continue...">In one sentence, what does sovereign open-source AI mean?</textarea>
85
  <div class="row">
86
  <button id="go">Generate</button>
87
  <span class="muted" id="stat">Model loads on first request.</span>
88
  </div>
89
  <div class="out" id="out">—</div>
90
+ <p class="muted">Serving <code>Aether-7B-5Attn-it</code> (6.59B MoE) on a single T4, at batch_size=1. This build ships no KV cache, so generation is slow and capped tokens stream in as they are produced.</p>
91
  </div>
92
 
93
  <div class="card">