Views
No views yet
laion/open-sci-ref-v0.02-1.7b-nemotron-hq-mv_reasoning-100B-4096. Final train loss 0.8250 (vs 0.9778 for the no-reasoning cell).| reasoning front-loaded | no front-loading | |
|---|---|---|
| MV web | MV-100BT | MV-noinstruct |
| Nemotron web | nemotron-hq-mv_reasoning-100B | nemotron-hq-100B |
Framing note. MixtureVitae's reasoning subset is itself permissively licensed, so themv_reasoningmodel is a web-substrate swap (non-permissive web + permissive reasoning), not a fully non-permissive corpus. Please describe it as "Nemotron-CC web + MV reasoning subset".
open-sci-ref protocol, GPT-NeoX tokenizer (vocab 50304, uint16)modeling_opensci.pyOpensciModel.forward accepts **kwargs. Recent transformers passes
num_items_in_batch down from Trainer for correct loss averaging, and
OpensciForCausalLM.forward forwards **kwargs into both self.model(...) and
self.loss_function(...). Without the patch training fails with
TypeError: OpensciModel.forward() got an unexpected keyword argument 'num_items_in_batch'.
Loss behaviour is unchanged.long_sft
(SeaLong + LongAlign 30% / SmolTalk 70%), lr 2e-4 cosine, 2 nodes x 4 GH200.
Identical recipe to the MV-100BT and MV-noinstruct 16k models, so all four
cells of the 2x2 are comparable.