Views
No views yet
| 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.