I build pretraining data, tokenizers, and evaluation pipelines for Polish and low-resource language models.
My current work is the Polish LLM stack around SlayerLab: a 6.28B-token open Polish corpus, custom byte-level BPE tokenizers, runnable GPT-style checkpoints, replication docs, and benchmarks where the numbers come from running the models myself.
I have taken this work about as far as one person with local compute can take it. Four RTX 3090s under my desk are enough to test ideas, expose bad assumptions, and build reproducible artifacts. The next step is doing the same work inside a real lab, with real compute and colleagues.
I came up through physics, so I would rather measure a thing than trust a demo of it. That instinct shows up in how I build datasets, choose model baselines, inspect tokenizer failures, and decide whether a benchmark is measuring anything real.