It would be very cool to be able to:
- Load a @huggingface/transformers model from the hub with the pipeline around and everything
- Extract the onnx backbone model and load it into a @jax-js/onnx ONNXModel
- Use @jax-js/jax grad to train directly in the browser
- Use the @huggingface/transformers pipeline for final inference at the end
Might be usefull for educational contant and interactive visualisation