PleIAs/SYNTH
Viewer • Updated • 68M • 5.9k • 270
an experiment to train only on synthetic messages! failed but published because why not :)
experimented a bit with different vocab sizes, settled on 32K for now
pre-trained only on SYNTH messages in the following format:
<|bos|><|user_start|>{{query}}<|user_end|><|assistant_start|><|reasoning_start|>{{synthetic_reasoning}}<|reasoning_end|>{{synthetic_answer}}<|assistant_end|>
no post-training of any form has been performed on this model
text stops being coherent after ~8 tokens, although shows understanding to prompt. layers were misconfigured from the start without noticing, idea is obviously flawed, param count is too low, etc