Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
452271a
1
Parent(s):
20f2285
Add TinyLlama model info to header
Browse files
app.py
CHANGED
|
@@ -429,6 +429,7 @@ with gr.Blocks(title="Cognitive Proxy") as demo:
|
|
| 429 |
<div class="subtitle">Steering language models through brain-derived coordinate spaces.<br>
|
| 430 |
Using MEG phase-locking patterns from 21 subjects as control geometry.</div>
|
| 431 |
<div style="color: #999; font-size: 13px; margin-top: 16px;">Sandro Andric</div>
|
|
|
|
| 432 |
</div>
|
| 433 |
""")
|
| 434 |
|
|
|
|
| 429 |
<div class="subtitle">Steering language models through brain-derived coordinate spaces.<br>
|
| 430 |
Using MEG phase-locking patterns from 21 subjects as control geometry.</div>
|
| 431 |
<div style="color: #999; font-size: 13px; margin-top: 16px;">Sandro Andric</div>
|
| 432 |
+
<div style="color: #999; font-size: 11px; margin-top: 8px;">Demo model: TinyLlama-1.1B-Chat</div>
|
| 433 |
</div>
|
| 434 |
""")
|
| 435 |
|