YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

FlyBrain LM β€” Drosophila whole-brain language model

A character of BPE-level language model whose recurrent core IS the real adult fruit-fly connectome (FlyWire v783, top-48k neurons by out-degree, 6.65M biological synapses). Only synaptic strengths + input/output lenses are trained; wiring topology is frozen fly anatomy.

Status: iter 3000, best (newchat+cot)/2 val 3.329

Files

  • model.safetensors β€” bf16 weights (buffers: Widx topology, params: Wval/Win/emb/lens)
  • tokenizer.json β€” BPE-4k trained on TinyStories
  • config.json β€” architecture sizes
  • flybrain.py β€” standalone inference (torch+safetensors+tokenizers)

Use

from flybrain import load_model, generate
m, tok, cfg = load_model('REPO_ID')
print(generate(m, tok, 'Human: Hi Fly!\nFly:'))
Downloads last month
174
Safetensors
Model size
81.6M params
Tensor type
I64
Β·
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support