ML icon indicating copy to clipboard operation
ML copied to clipboard

Use pretrained models?

Open nibra opened this issue 3 years ago • 3 comments

Is there any way to use pretrained models like fx those from Huggingface?

nibra avatar Oct 19 '22 13:10 nibra

Not models built with anything but Rubix ML, but you can use shared models that have been trained with Rubix ML.

See this section of the docs for caveats https://docs.rubixml.com/2.0/model-persistence.html#caveats

Starting in ML 3.0, you will be able to save/load any model from the same major version of the library

andrewdalpino avatar Oct 20 '22 00:10 andrewdalpino

I'd love it if we can support models exported in the ONNX format: https://onnx.ai/

But we'll need much more contributors to achieve that.

DrDub avatar Dec 30 '22 11:12 DrDub

Definitely @DrDub, ONNX support would enable a ton of possibilities for PHP Machine Learning engineers

andrewdalpino avatar May 27 '23 20:05 andrewdalpino