File size: 1,308 Bytes
0c9e1f5
eccd23e
0c9e1f5
 
 
 
 
 
 
 
 
eccd23e
0c9e1f5
 
eccd23e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: Beatrix  AlephLLM Chat
emoji: 🐠
colorFrom: yellow
colorTo: yellow
sdk: gradio
sdk_version: 6.23.1
python_version: '3.12'
app_file: app.py
pinned: false
license: mit
short_description: Talk to Beatrix  a live byte-level AlephLLM training run
---

# Beatrix — AlephLLM chat

A live window onto the AlephLLM training runs: this space always serves
the **newest checkpoint** of `mini-beatrix-1` (112.5M params, byte-level,
currently pretraining) straight from the
[training repo](https://huggingface.co/AbstractPhil/alephllm-mini-beatrix-training).

- **Completion tab** — raw next-byte continuation, streamed.
- **Chat tab** — a transcript-format preview (the model has had no chat
  training yet; a chat-tuned stage lands after base pretraining).
- **Reload** — pulls the latest checkpoint mid-run; Beatrix improves as
  the run progresses.

The model reads raw UTF-8 bytes through a trigram-composed embedding and
routes through signed geometric addresses (the aleph mechanism —
`sinh/Σcosh` dispatch, no softmax-over-choices, inhibition first-class),
with expert banks and an address-based head read that are **born at
exactly zero** and must earn their way in by gradient.

Code and training stack: [github.com/AbstractEyes/alephllm](https://github.com/AbstractEyes/alephllm)