Generative AI Fine Tuning LLM Models Crash Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024

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

  • @prekshamishra9750
    @prekshamishra9750 4 หลายเดือนก่อน +1

    Krish...yet again!! I was just looking for your finetuning video here and you uploaded this..I cant thank you enough..really 👍😀

    • @sohampatil8681
      @sohampatil8681 4 หลายเดือนก่อน

      Can we connect brother. I am new into generative AI and wanted to know the basics .

  • @anuradhabalasubramanian9845
    @anuradhabalasubramanian9845 3 หลายเดือนก่อน

    Awesome presentation Krish !!!! You are a superstar!!!

  • @senthilkumarradhakrishnan744
    @senthilkumarradhakrishnan744 4 หลายเดือนก่อน

    just getting your video at the right time !! Cudos brother

  • @yogeshmagar452
    @yogeshmagar452 4 หลายเดือนก่อน +22

    Krish Naik respect Button❤

  • @abhishekvarma4449
    @abhishekvarma4449 4 หลายเดือนก่อน

    Thanks Krish it's very helpful

  • @jaaferklila1375
    @jaaferklila1375 21 วันที่ผ่านมา +1

    can we apply Lora for bert please reply

  • @shakilkhan4306
    @shakilkhan4306 4 หลายเดือนก่อน

    Thanks man!

  • @deepaksingh-qd7xm
    @deepaksingh-qd7xm 4 หลายเดือนก่อน +2

    i dont know why i feel training a whole model from scratch is much more easier for me than to fine tune it ..............

    • @kartik1409
      @kartik1409 4 หลายเดือนก่อน +1

      Ya if u see training the model from scratch for your dataset might look better and optimal but the energy is used in training a model from scratch is too much so finetuning a pretrained model is considered a better option than training model for specific data everytime....

  • @foysalmamun5106
    @foysalmamun5106 4 หลายเดือนก่อน

    Hi @krishnaik06,
    Thank you again for anther Crash Course.
    may I know which tools/software are you using for presentation?

  • @muhammadhassan2484
    @muhammadhassan2484 2 หลายเดือนก่อน +1

    Summary of the course.
    Course Overview: This crash course by Krish Naak covers theoretical concepts and practical implementation of fine-tuning large language models (LLMs), including techniques such as quantization, LoRA, and CLA PFT.
    Fine-Tuning Techniques: The course discusses different fine-tuning methods like quantization-aware training, matrix decomposition, and domain-specific fine-tuning for various applications like chatbots.
    Technical Concepts: Explains floating-point precision (FP32, FP16), tensor data types in TensorFlow, and quantization methods (e.g., 4-bit normal float) used to optimize model performance and memory usage.
    Implementation Steps: Demonstrates the process of preparing datasets, configuring training parameters (like optimizer, learning rate), and using the LoRA configuration for fine-tuning models such as LLaMA 2.
    Practical Application: Provides a hands-on example of loading datasets, setting up the training environment, and fine-tuning a model using custom data, with plans to push the fine-tuned model to platforms like Hugging Face.

  • @JunaidKhan80121
    @JunaidKhan80121 4 หลายเดือนก่อน +1

    Can anybody tell me how to fine-tune llm for multiple tasks?

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

    GREAT WORK SIR! Love from ghaziabad

  • @arunkrishna1036
    @arunkrishna1036 4 หลายเดือนก่อน +1

    After the fine tuning process in this video, isn't it the same old model that is used here test the queries? We should have tested the queries with the "new_model" isn't it?

  • @Ari_Shukla
    @Ari_Shukla 4 หลายเดือนก่อน +1

    Can you make a good video around how to decide hyper parameters when training gpt 3.5

  • @beans2216
    @beans2216 4 หลายเดือนก่อน

    Krish bro ❤

  • @AntonyPraveenkumar
    @AntonyPraveenkumar 4 หลายเดือนก่อน

    Hi Krish, the video is really good and more understanding. but I have one reason how to you choose this the right dataset and why? why you choosing that format_func function to format the dataset into the some kind of format. if you have any tutorial or blog please share the link.

  • @abdullahmehmood2941
    @abdullahmehmood2941 หลายเดือนก่อน

    i am unable to make gradient ai account it says not allowed while signing up

  • @tejasahirrao1103
    @tejasahirrao1103 4 หลายเดือนก่อน +1

    Please make a complete playlist to secure a job in the field of Ai

  • @tejasahirrao1103
    @tejasahirrao1103 4 หลายเดือนก่อน +2

    Thank you krish

  • @deekshitht786
    @deekshitht786 3 หลายเดือนก่อน +1

    You are awesome ❤

  • @gsayak
    @gsayak 3 หลายเดือนก่อน

    Anyone getting stuck at the import it is
    "from transformers import AutoModelForCausalLM"
    I kept getting error for reading it "casual" instead of "causal"😭

  • @RAZYOUSUFI-z7h
    @RAZYOUSUFI-z7h หลายเดือนก่อน

    Krish, how to retrieve data from an API, like OpenWheatherData, instead of retrieving from Google and Wikipedia?

  • @miltonvai5816
    @miltonvai5816 3 หลายเดือนก่อน

    Hello Sir, Hello, could you create a tutorial on fine-tuning vision-language models like LLaVA or Multimodal LLMs like IDEFICS for Visual Question Answering on datasets like VQA-RAD, including evaluation metrics?
    Please make a full step by step tutorial. Thanks in Advance!

  • @irshadali3515
    @irshadali3515 2 หลายเดือนก่อน

    Hi krish, one question from my side..can I fine tune gpt2 for text classification

  • @rakeshpanigrahy7000
    @rakeshpanigrahy7000 4 หลายเดือนก่อน

    Hi sir, I have tried your llama finetuning notebook to run on colab with free T4 gpu but it is throwing OOM error. So could you please guide

  • @sadiazaman7903
    @sadiazaman7903 4 หลายเดือนก่อน

    Thank you for an amazing course as always. Can we please get these notes as well. they are really good for quick revision.

  • @abhaypatel2585
    @abhaypatel2585 4 หลายเดือนก่อน

    actually sir this step cant able to run
    !pip install -q datasets
    !huggingface-cli login
    due to this dataset cant be load nd getting error in other step
    so is thier is any solution for this ?????

  • @EkNidhi
    @EkNidhi 4 หลายเดือนก่อน

    we want more video on fine tuning projects

  • @charithk2160
    @charithk2160 4 หลายเดือนก่อน

    hey krish , can you by any chance share the notes used in the video. would be really helpful. thanks !!

  • @Jeganbaskaran
    @Jeganbaskaran 4 หลายเดือนก่อน

    Krish, most of the fine tuning done by the existing dataset from HF. however converting the dataset as per the format its a challenging for any domain dataset. How we can train our own data to finetune the model so that accuracy ll be even better. Any thoughts?

  • @maximusrayvego2673
    @maximusrayvego2673 3 หลายเดือนก่อน

    hey could you tell me what are the pre req to follow this crash course? it would be greatly beneficial!!

  • @rahulmanocha4533
    @rahulmanocha4533 4 หลายเดือนก่อน

    If i would like to join data science community group where i can get the access, please let me know.

  • @SheiphanJoseph
    @SheiphanJoseph 4 หลายเดือนก่อน

    Please also provide the source. Research paper/Blog you might have referred for this video.

  • @adityavipradas3252
    @adityavipradas3252 4 หลายเดือนก่อน

    RAG or fine-tuning? How should one decide?

  • @rotimiakanni8436
    @rotimiakanni8436 4 หลายเดือนก่อน

    Hi Krish. What device do you use to write on...like a board

  • @viranchivedpathak4231
    @viranchivedpathak4231 2 หลายเดือนก่อน

    Great TH-cam ssshhhaaaaanel for LLM

  • @stalinjohn721
    @stalinjohn721 4 หลายเดือนก่อน

    how to finetune and quantize the phi3 mini model ,

  • @rebhuroy3713
    @rebhuroy3713 4 หลายเดือนก่อน

    Hi Krish, i Have seen entire video. i am confused with 2terms. some times you said its possible to train with my own data (own data refers from a url , pdfs , simple text etc) but when you are trying to train the llm model you are giving inputs as in certain format like### question : ans.
    Now if i want to train my llm in real life scenario i don't have my data in this instruction format right in that case what to do. And its not possible to transform my raw text to into that format right how to handle that situation . is it a only way to fine tune in specific format or i can train given in raw text format i know a process where i need to convert my text to chunks then pass to llm. those are really confusing can you clear those things

  • @Mohama589
    @Mohama589 4 หลายเดือนก่อน +1

    full respect bro , from morocco MA.

  • @sibims653
    @sibims653 4 หลายเดือนก่อน

    What documentation did you refer to in this video?

  • @anupampandey1235
    @anupampandey1235 4 หลายเดือนก่อน

    hello krish sir thank you for amazing lecture can please share the notes of session

  • @svitlanatuchyna7154
    @svitlanatuchyna7154 3 หลายเดือนก่อน

    Amazing as always! So great tutorials and clear explanations! Thank you!

  • @dvb22sagar
    @dvb22sagar 2 หลายเดือนก่อน

    Full Respect to you Krish, Great video !!

  • @lalaniwerake881
    @lalaniwerake881 4 หลายเดือนก่อน

    Amazing content, big fan of you :) Much love from Hawaii

  • @salihedneer8975
    @salihedneer8975 4 หลายเดือนก่อน

    Prerequisite ?

  • @navjeetkaur3014
    @navjeetkaur3014 3 หลายเดือนก่อน

    @krishnaik06 WANDB_Disabled is for disabling weights and Bais of the current model

  • @shivam_shahi
    @shivam_shahi 4 หลายเดือนก่อน

    EK HI DIL HAI
    KITNE BAAR JITOGE SIR?

  • @nitishbyahut25
    @nitishbyahut25 4 หลายเดือนก่อน

    Pre-requisites?

  • @hassanahmad1483
    @hassanahmad1483 4 หลายเดือนก่อน

    How to deploy these?...I have seen deployment of custom LLM models...how to do this?

  • @virkumardevtale9671
    @virkumardevtale9671 4 หลายเดือนก่อน

    Thanks you very much sir🎉🎉🎉

  • @BabaAndBaby11
    @BabaAndBaby11 4 หลายเดือนก่อน

    Thank you very much Krish for uploading this.

  • @souvikchandra
    @souvikchandra 4 หลายเดือนก่อน

    Thank you so much for such an comprehensive tutorial. Really love your teaching style. Could you also refer some books on LLM fine tuning.

    • @ayonsomaddar5858
      @ayonsomaddar5858 หลายเดือนก่อน

      Generative AI on AWS by Chris Fregly and Shelbee Eigenbrode
      its a good one

  • @nitinjain4519
    @nitinjain4519 4 หลายเดือนก่อน

    Can anyone suggest how to analyze audio for soft skills in speech using Python and llm models?

  • @rishiraj2548
    @rishiraj2548 4 หลายเดือนก่อน

    🙏💯💯

  • @yourmirror6
    @yourmirror6 4 หลายเดือนก่อน

    Brilliant brilliant 🙌

  • @shalabhchaturvedi6290
    @shalabhchaturvedi6290 4 หลายเดือนก่อน

    Big salute!

  • @avdsuresh
    @avdsuresh 4 หลายเดือนก่อน

    Hello Krishna sir ,
    Please make a playlist for genai and lanchain

    • @krishnaik06
      @krishnaik06  4 หลายเดือนก่อน

      Already made please check

    • @avdsuresh
      @avdsuresh 4 หลายเดือนก่อน

      @@krishnaik06 Thank you for replying me

  • @RensLive
    @RensLive 4 หลายเดือนก่อน

    I understand this video just like your hairs sometime nothing some time something ❤🫠