2024-05-03
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.
2 entries
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 read this interesting article by Gajus about finetuning gpt-3.5-turbo. It was quite similar to my experience fine tuning a model to play Connections. A helpful takeaway was that after finetuning the model, you shouldn't need to include system prompt in future model inference, so you can save on...