openbmb/Ultra-FineWeb-L1
Viewer β’ Updated β’ 1.14B β’ 11.2k β’ 140
This model was asked to be published under my account, not the creators. The compute came from https://huggingface.co/posts/ProCreations/855858308074329
A small chat model: the babble / booper transformer, pretrained on English web text, then supervised-fine-tuned on Discord conversations so it replies instead of only continuing prose.
Training used babble's pair layout, with loss only on the assistant side:
<bos> {user message} <sep> {reply} <eos>
At inference, feed <bos> your message <sep> and sample until <eos>. Multi-turn: put earlier turns in the prompt (newlines), last user message at the end, then <sep>.
| Parameters | 34,096,128 (8 layers, 512 wide, 8 heads, context 1024) |
| Tokenizer | same byte-level BPE as the pretrain (16,384 tokens) |
| Objective | SFT, assistant tokens only |
| Assistant tokens | 150,001,494 |
| Steps | 36,017 |
| Hardware | 1Γ NVIDIA H200 (Hugging Face Jobs) |
| Wall clock | |
| Val loss | 3.05 β 2.590 |
Job: ProCreations/6a8a1cc87c5c7dd37923553d
Temperature 0.7, top-k 40:
hey β Hii hruwhat's up β I just got on matelol β I think they both are too smallcan you help me β what level is thatlatest.pt β checkpoint (model, config, optimizer, stage: posttrain-discord)tokenizer.json β BPE merges (babble.subword.BPETokenizer.from_json)loss.jsonl β val loss, throughput, and samples per checkpointrun_meta.json β dataset / LR / batch used for this runSource architecture and tokenizer scheme: kowo-co/babble.
Base model
ProCreations/booper-pretrain