Thank you so much. Finally get my feet wet with model training by watching this video! By the way, I wonder which MacBook you are using. My training time is over 30mins on a 3060 (12GB VRAM) + 64GB RAM machine, is this normal?
It depends on the dataset you're using - but you might need to make sure your model is using your GPU instead of your CPU! To do that, after declaring the model, add the line: model.to("cuda") Hope that helps!
You won my heart of subscriber Sir ❤❤
Thank you very much❤
Sir, How can custom collect datasets in our own local language and import in our GPT model ?
Thank you so much. Finally get my feet wet with model training by watching this video! By the way, I wonder which MacBook you are using. My training time is over 30mins on a 3060 (12GB VRAM) + 64GB RAM machine, is this normal?
It depends on the dataset you're using - but you might need to make sure your model is using your GPU instead of your CPU! To do that, after declaring the model, add the line:
model.to("cuda")
Hope that helps!