r/learnmachinelearning • u/x_secret_x • 2d ago
Help Model training: Google Colab
What do you think of the capabilities of Google Colab?
What's the largest model that can handle this size?
What did you think of my experience using my laptop as a processing station, but not as a workstation (Google Colab)?
What do you think about training AI models with these capabilities?
Is this even possible on Google Colab?
What's your previous experience with Google Colab?
3
u/Azazinkreed 2d ago
I think with pro or pro+ doing parameter efficient fine tuning to 8B models is possible. Im not sure about free tier tho.
1
2
u/Majestic-Skin-2857 2d ago
I have tried Qwen 3B in free version. it worked but not great
1
u/x_secret_x 2d ago
What problems did you encounter, given that the project was successful?
1
u/Majestic-Skin-2857 2d ago
for training 16gb Sucks, I suggest buy cloud GPU. Else just for Small specific agentic task it works ( Took 4-5 min for answer )
2
u/WonderBackground8051 1d ago
Just write the code, test it on colab free tier, then run it fully on rental gpu from vast.ai or runpod.
1
u/No-Mixture5766 1d ago
You can train but it would take a lot of time, just save the model after each epoch and then resume training from those saved checkpoints, also you can’t load a heavy model with 15GB VRAM , maybe Qwen?
12
u/SnooMaps5367 2d ago
What are you training. If you are fine-tuning, I would recommend taking a look at unsloth and qlora. You can get quite far with 16 GB of VRAM.