Meta's LLAMA 3 with Hugging Face - Hands-on Guide | Generative AI | LLAMA 3 | LLM

Поделиться
HTML-код
  • Опубликовано: 20 апр 2024
  • Dive into the future of generative AI with our detailed guide on how to access Meta's LLAMA 3 using Hugging Face. This video provides a step-by-step walkthrough to help you harness the power of one of the most advanced language models available today.
    Hi! I will be conducting one-on-one discussion with all channel members. Checkout the perks and Join membership if interested: / @siddhardhan
    Code file link: colab.research.google.com/dri...
    All presentation files for the Machine Learning course as PDF for as low as ₹200 (INR): Drop a mail to siddhardhans2317@gmail.com
    Machine Learning Course in 60 Hours: • Complete ML course in ...
    Machine Learning Projects Playlist: • Machine Learning Projects
    Hello everyone! I am setting up a donation campaign for my RUclips Channel. If you like my videos and wish to support me financially, you can donate through the following means:
    From India 👉 UPI ID : siddhardhselvam2317@oksbi
    Outside of India? 👉 Paypal id: siddhardhselvam2317@gmail.com
    (No donation is small. Every penny counts)
    Thanks in advance!
    Let's build a Community of Machine Learning experts! Kindly Subscribe here👉 tinyurl.com/md0gjbis
    I am making a "Hands-on Machine Learning Course with Python" in RUclips. I'll be posting 3 videos per week: Monday Evening; Wednesday Evening; Friday Evening.
    Download the Course Curriculum File from here: drive.google.com/file/d/17i0c...
    LinkedIn: / siddhardhan-s-741652207
    Telegram Group: t.me/siddhardhan
    Facebook group: groups/49085...
    Getting error in any of the codes that I have explained? Mail the details of the error to: datascience2323@gmail.com
    Instagram: / siddhardhan23
  • НаукаНаука

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

  • @Patrickh50
    @Patrickh50 3 месяца назад

    My first hands-on, programming tutorial that I’ve walked through in 20 years. Very well done (followed on LinkedIN). I had trouble with the Pipeline, max tokenizer return. I’ll troubleshoot more later. Ran after I removed that Pipeline attribute. Well done - thanks for your time making these videos. Excellent introduction/hands on to AI programming.

  • @user-dn3pm5jf5h
    @user-dn3pm5jf5h 3 месяца назад +1

    Bro. In machine learning by using svm or lr, if i give any input it shows reults as 1. It doesn't show 0.And it shows some warning messages like you reached maximum iteration . Limit reached. What can I do for this bro..

  • @sureshsambana5219
    @sureshsambana5219 Месяц назад

    Very neat explanation. Great job 👏

  • @MScProject-u9n
    @MScProject-u9n Месяц назад

    I have faced an issue: RuntimeError: No GPU found. A GPU is needed for quantization.
    How to use Few-shots in meta-llama/Meta-Llama-3-8B and Dataset in .csv file?

  • @amventures1
    @amventures1 15 дней назад

    What if I want to add functional calling and retrieval?
    Will the pipeline stay text generator?

  • @rdaudt
    @rdaudt 3 месяца назад

    Thank you very much!

  • @adeeshadissanayaka5630
    @adeeshadissanayaka5630 17 дней назад

    Hi, thank you very much and really appreciate the knowledge you are sharing through this video. Would it possible to know, how to fine-tune a LLM in q&a format dataset please?

  • @bargajehaha8002
    @bargajehaha8002 2 месяца назад

    is llama3 have filters too ? like nfsw conversasion or any thing crime

  • @vaibhavdhanuka4308
    @vaibhavdhanuka4308 2 месяца назад

    is it possible to do this without having colab pro?

  • @ruhultusar8390
    @ruhultusar8390 Месяц назад

    Hello @Siddhardhan
    It was a very informative video and helped me a lot to understand the entire code. Can you please make a video on How can we fine tune the LLama 3 using RAG while the code structure will be the same as this video (It will help to understand the entire process at a time).

  • @sam-uw3gf
    @sam-uw3gf 3 месяца назад +1

    Sir can u upload any project for genai other than RAG ... Or any idea for any other project than RAG

    • @rajsethi26
      @rajsethi26 3 месяца назад

      text summarization, email auto-response can be good use cases to start with.

  • @eswargowtham5682
    @eswargowtham5682 2 месяца назад

    First off, Great content. Please make a new tutorial with gradio and explain how can we integrate it api .. !!!

  • @HK-Sepuri
    @HK-Sepuri 2 месяца назад

    Can you make a video on fine tuning using hugging face models on custom set or kaggle dataset ? Either inage or nlp

  • @ravi1341975
    @ravi1341975 Месяц назад

    Showing invalid upi id😔

  • @datacleaner743
    @datacleaner743 2 месяца назад

    "Your request to access this repo has been successfully submitted, and is pending a review from the repo's authors."
    How much time will it take??
    edit: 10 minutes :D

  • @jeremycollins6682
    @jeremycollins6682 3 месяца назад

    I'm sorry, can you further explain the role of tokenizer.pad_token = tokenizer.eos_token? Script only runs when this line is removed.