2024-10-28
I tried training a language model with fastai on Modal.
4 entries
I tried training a language model with fastai on Modal.
I read Jason, Ivan and Charles' blog post on Modal about fine tuning an embedding model. It's a bit in the weeds of ML for me but I learn a bit more every time I read something new.
I played around with trying to run a Temporal worker on Modal. I didn't do a ton of research upfront -- I just kind of gave it a shot. I suspect this isn't possible. Both use Python magic to do the things they do. This is what I tried.
For me, invoking a language model using a playground (UI) interface is the most common approach for my usage. Occasionally, it can be helpful to use the a CLI to directly pipe output into a model. For example