Sean Moriarity
Sean Moriarity
This will only run when the model is compiled or built. It will help trace compilation a bit better
For supervised training loops, we provide a convenience output transform which ensures only the model state is returned from the training loop. This means you always lose the entire training...
The current event handlers have differing APIs which might be surprising, we should unify them under a single API
Resolves #323 For now, just warns. Will raise on next release
Resolves #171
I will add tests tomorrow when I get the multi-prompt case down, but right now it seems to be working fine: Btw, is there a reason we hid documentation for...
This was requested specifically for NER tasks. It's actually just a Roberta model, so there's no new implementation, but the config lists CamemBERT so it throws off our loader. @jonatanklosko...
Requires some changes in Axon before merging
WIP: Fixing some tests