Finetuning Llama 3.1 to talk like Rick Sanchez | Unsloth Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 34

  • @ChristianAlvarez-s1o
    @ChristianAlvarez-s1o 4 วันที่ผ่านมา

    Hey really great video, the Rick and Morty theme + AI got me in :)

    • @TheNeuralMaze
      @TheNeuralMaze  3 วันที่ผ่านมา +1

      thanks!! I guess you are also a Rick and Morty fan then 😁

  • @GAllium14
    @GAllium14 10 วันที่ผ่านมา +3

    You are making really great contributions to the community, loved it

  • @RaviPrakash-dz9fm
    @RaviPrakash-dz9fm 9 วันที่ผ่านมา +1

    Great content as always! You have shaped my AI journey through your videos bro!

    • @TheNeuralMaze
      @TheNeuralMaze  9 วันที่ผ่านมา +1

      thanks man! Really happy that my content is helping you :)

  • @zmjerry
    @zmjerry 8 วันที่ผ่านมา

    This is awesome!!! I'm gonna come back to it

    • @TheNeuralMaze
      @TheNeuralMaze  8 วันที่ผ่านมา

      thanks!! Let me know if you have any doubts / suggestions :)

  • @pakitovic
    @pakitovic 9 วันที่ผ่านมา

    Amazing work!!! keep up the good work!

  • @basipazos3997
    @basipazos3997 9 วันที่ผ่านมา

    Amazing! God Job!

  • @errorname-Jayesh
    @errorname-Jayesh 9 วันที่ผ่านมา

    Great work buddy!!

  • @alexpg1992
    @alexpg1992 9 วันที่ผ่านมา

    Great job, bro!

  • @amreesh7048
    @amreesh7048 10 วันที่ผ่านมา

    Amazing..Thank you bro

    • @TheNeuralMaze
      @TheNeuralMaze  10 วันที่ผ่านมา

      You're welcome! 😍

  • @gladiar145
    @gladiar145 5 วันที่ผ่านมา

    As a beginner to LLM's, this is a fantastic tutorial thanks Miguel.
    Is there a free alternative to Lamda Labs that can use unsloth for finetuning purposes? Im guessing if you use local machine, it would take a huge amount of time ?
    Thanks again, very easy sub to the channel !

    • @TheNeuralMaze
      @TheNeuralMaze  4 วันที่ผ่านมา

      You can try Google Colab. If you check the repo I'm sharing in the description, under the notebooks folder, you'll see the same code I'm using in the video, but ready to be run in Colab. Maybe that's what you're looking for? Thanks a lot for subscribing to the channel! 😍

    • @gladiar145
      @gladiar145 4 วันที่ผ่านมา

      @TheNeuralMaze thanks for the answer. Sorry, what I meant was. Is it taxing on your hardware to run this part on your computer ? That's why you're opting to run on the cloud ?

    • @TheNeuralMaze
      @TheNeuralMaze  4 วันที่ผ่านมา +1

      @@gladiar145 oh ok. Yes, it is 😟 That's the reason why I decided to go with Lambda (but it should be very cheap if you follow my steps 😁)

  • @AlienAnthony
    @AlienAnthony 7 วันที่ผ่านมา

    I will try this out with interpretebility and see if i can turn up the pre-existing features and get similar results.

    • @TheNeuralMaze
      @TheNeuralMaze  7 วันที่ผ่านมา

      Sounds promising! Let me know how it goes 💪

  • @AybukeDogac
    @AybukeDogac 8 วันที่ผ่านมา

    I could not create an API key because Lambda Labs does not support the payment method in my country. Do you have any suggestions?

    • @TheNeuralMaze
      @TheNeuralMaze  8 วันที่ผ่านมา +1

      You could replicate the lambda labs code in google colab. Maybe that will work for you? If you go to the repo, under the notebooks/ folder, you'll see one notebook for creating the dataset (you don't need this one), and another for finetuning (that's the one you need to run). Let me know if that works for you :)

  • @bambumbambu
    @bambumbambu 8 วันที่ผ่านมา

    what user permission does huggin face key should have?

    • @TheNeuralMaze
      @TheNeuralMaze  8 วันที่ผ่านมา +1

      To create your own dataset / model, you can set the "write" permission.

  • @bambumbambu
    @bambumbambu 8 วันที่ผ่านมา

    what python extension do you use?

    • @TheNeuralMaze
      @TheNeuralMaze  8 วันที่ผ่านมา

      What do you mean? Python version? Or the editor?

    • @bambumbambu
      @bambumbambu 8 วันที่ผ่านมา

      @TheNeuralMaze for visual code. microsoft python extention is ok?

    • @TheNeuralMaze
      @TheNeuralMaze  8 วันที่ผ่านมา +1

      ​@@bambumbambu oh yes, for sure. Let me share with you a very interesting blog that showcases the extensions you might want to add: dev.to/bobbyiliev/7-best-vs-code-extensions-for-python-developers-4e9d

  • @bambumbambu
    @bambumbambu 7 วันที่ผ่านมา

    for who it reading and starting from zero, for mac:
    brew install python
    pip install unity-version
    uv venv
    source .venv/bin/activate
    uv sync

    • @TheNeuralMaze
      @TheNeuralMaze  7 วันที่ผ่านมา

      thanks for this clarification!! Do you want to add this to the repo? Open a PR and I'll accept it 🙂