Train An AI Model To Tell A Story - Natural Language Processing (NLP) Tutorial

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии •

  • @selfi23
    @selfi23 5 месяцев назад

    You won my heart of subscriber Sir ❤❤

  • @ans9219
    @ans9219 9 месяцев назад

    Thank you very much❤

  • @selfi23
    @selfi23 5 месяцев назад

    Sir, How can custom collect datasets in our own local language and import in our GPT model ?

  • @fingertipgames5554
    @fingertipgames5554 Год назад

    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?

    • @MakeStuffWithAI
      @MakeStuffWithAI  Год назад

      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!